.row [class^="col"]{
  margin: 0.15rem 0.5%;
}
label{
  white-space: nowrap;
}
.center-text{
  text-align: center;
}
.form_title_doctors{
  font-size: 130%;
  margin-bottom: 5px;
}
.info-row{
  font-size: 130%;
}
.title{
  font-size: 1.4em;
  font-weight: 900;
  margin-bottom: 7px;
}

/*MEDICAL HISTORY*/
.form_title_doctors{
  font-size: 130%;
  margin-bottom: 5px;
}
.info-row{
  font-size: 130%;
}
.col-gender{
  width: 12.75%;
}
.col-tel{
  width: 15%;
}
.col-cell{
  width: 15%;
}
.col-ss{
  width: 20%;
}
.col-physician{
  width: 32%;
}
.center-text{
  text-align: center;
}

/*HIPAA*/

#hipaa #other {
    width: 262px;
}
#hipaa .gray-box {
    background: #eee;
    padding: 16px 30px;
    margin: 16px 0;
    border: 1px solid black;
    width: 837px;
}
 #could_not_sign_because {
    width: 332px;
    background: #eee;
}
#hipaa #could_not_sign_other {
    width: 770px;
    background: #eee;
}
#hipaa #comments_box {
    height: 76px;
}
#hipaa .thick-line {
    margin: 10px 0;
}
