span.title {
  font-weight: bold;
}

span.em {
  font-weight: bold;
}

.separator {
  border-bottom: 1px solid #e3e8ee;
}

a.field {
  font-weight: 600;
  /* color: #3c4257; */
  font-size: .8rem;
}

span.parent-field {
  font-weight: 600;
  color:#a3acb9;
  font-size: .85em;
}

span.type {
  color: #8792a2;
  font-size: .7rem;
  margin-right: 4px;
}

.signup-title {
    background: #248ddc;
    text-decoration: none;
    font-size: 15px;
    border-radius: 50px;
    color: #FFFFFF;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* line-height: 24; */
    padding: 10px;
}

.md-button {
  transition: none !important;
  background-color: #248ddc !important; 
  color: white !important; 
  padding: 10px 20px;
  text-decoration: none !important;
  border-radius: 5px;
  display: inline-block;
  font-size: 15px;
}

.md-button:hover {
  background-color: #248ddc !important; 
  color: white !important; 
}