#gform_2 .gfield label {
    font-size:1.1em;
}

#gform_2 .ginput_container label {
    font-size:1em;
}

.ehr-results {
    width:100%;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.ehr-results-header {
    background:#279989;
    display:inline-block;
    width:100%;
    clear:both;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-top:1px solid #ccc;
}
.ehr-results-header h2 {
    padding-left:15px;
    color:#fff;
}
.ehr-results-thead {
    background:#53565a;
    color:#fff;
}
.ehr-results-thead th {
    font-weight: bold;
    padding:9px;
    border-bottom:1px solid #334152;
    margin-bottom:6px;
    cursor:pointer;
}
.ehr-results-tbody tr:nth-child(even) {
    background-color: #f0f0f0;
    border-bottom:1px solid #d5d5d5;
    border-top:1px solid #d5d5d5;
}
.ehr-results-tbody tr:last-child {
    border-bottom:1px solid #ccc;
}
.ehr-results-tbody tr td {
    padding:7px;
    height:50px;
}
th[role=columnheader]:not(.no-sort):after {
    content: '';
    float: right;
    margin-left:4px;
    margin-top: 10px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #404040 transparent;
    visibility: hidden;
    opacity: 0;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
th[aria-sort=ascending]:not(.no-sort):after {
    border-bottom: none;
    border-width: 4px 4px 0;
}
th[aria-sort]:not(.no-sort):after {
    visibility: visible;
    opacity: 0.4;
}
th[role=columnheader]:not(.no-sort):hover:after {
    visibility: visible;
    opacity: 1;
}
.chart-container {
    height: 350px;
    width:100%;
    margin:0 0 20px 0;
    border:1px solid #ccc;
    padding:15px;
}
.chart-container-needs-results {
    padding-bottom:50px;
    height:400px;
}
.chart-container-readiness-results {
    height:420px;
    padding-bottom:75px;
}
.chart-container-functionality-currently-exists {
    height:410px;
    padding-bottom:100px;
    margin-left:-50px;
}
.ehr-needs-results-header {
    background:#cd7925!important;
    color:#fff;
    font-weight:bold;
    border-bottom:1px solid #aaaaaa;
    border-top:1px solid #aaaaaa;
}
.ehr-retake-button {
    margin-top:19px;
}