.form_default {
  height: 1150px;
}
.float-left {
    float: left;
}

.label-title {
    margin-right: 10px;
    font-weight: bold;
}

.label-bottom label {
    margin-left: 20px;
}

#header {
    background: blue;
    color: white;
    padding: 10px;
    -webkit-print-color-adjust: exact;
    
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5294a8+0,2c8287+100 */
background: rgb(82,148,168); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(82,148,168,1) 0%, rgba(44,130,135,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,148,168,1)), color-stop(100%,rgba(44,130,135,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(82,148,168,1) 0%,rgba(44,130,135,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(82,148,168,1) 0%,rgba(44,130,135,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(82,148,168,1) 0%,rgba(44,130,135,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(82,148,168,1) 0%,rgba(44,130,135,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5294a8', endColorstr='#2c8287',GradientType=0 ); /* IE6-9 */


}

#practice-name {
    font-size: 2em;
}
.hr_thick {
    height: 30px; width: 100%;
}
.hr_med {
    height: 15px; width: 100%;
}
.gray_bar {
    background: #aaa !important;
    -webkit-print-color-adjust: exact;
}

.teal_bar {
    background: #2C8287 !important;
    -webkit-print-color-adjust: exact;
}

.section-title {
    font-size: 1.3em;
    font-weight: bold;
    margin: 10px 0;
}