
@font-face {
  font-family: OpenSans-Regular;
  src: url('../fonts/openSans/OpenSans-Regular.ttf'); 
}

.button.invite-selected{
  transition: 1s;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  font-family: OpenSans-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}
.eligiblity-form-header{
  padding: 10px 0;
}

.eligiblity-form-header .button-primary{
  margin-right: 10PX!important;
}
