body {
    font-size : 12px;
}
.clearfix {
    width: 100% !important;
    float: none !important;
    border: 0 !important;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
#question_list #left,#question_list #right {
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
    float: left;
}


#question_list label:hover {
    cursor: pointer;
}


.question_line {
    margin: 3px 3px;
}



input[type=radio]:not(old){
  width   : 0px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]:not(old) + label{
    width: 14px;
    position: relative;
    line-height  : 1em;
    border: 1px dotted black;
    border-radius: 3px;
    display: inline-block;
    height: 14px;
    margin-right: 10px;
    margin-top: 4px;
}
input[type=radio]:not(old) + label:hover{
    cursor: pointer;
}
input[type=radio]:not(old) + label:before{
   content: " ";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   padding: 2px 3px;
}


input[type=radio]:not(old):checked + label{
    border: 1px solid black;
}
input[type=radio]:not(old):checked + label:before{
    content: "✔";
    font-size: 24px;
    top: -3px;
    left: -4px;
}


.inline {
    display: inline-block;
}
.section_title,.bold {
    font-weight: bold;
}

#questions_section_one  span{
    margin-right: 15px;    
}
#questions_section_one ul{
    list-style: decimal;    
}
#questions_section_one ul li, .col_4{
    margin: .5em 0;    
}

.form_patient_name {
    color: #000000;
    background: #ccc;
    margin: 1em 0;
    padding: 1em;
}
.form_patient_name .form_text_input{
    color: #000000;
    background: #ffffff;
    width: 65%;
    border-radius: 10px;
    border-bottom: 0;
    padding: 0 1em;
}
#logo {
    text-align: center;
    margin: 5px 0 10px 0;
}

#logo img {
    width:25%;
}

.gray_box {
    border: 1px solid #000000;
    background: #ddd;
    margin: 0 0 1em 0;
}

.col-4 {
    width: 40%;
    float: left;
}
.col-6 {
    width: 60%;
    float: left;
}

ol {
    list-style: decimal;
    margin: 3px 0;
}
ul {
    list-style: decimal;
}

.q_left {
    display: inline-block;
    width: 77%;
    vertical-align: top;
    line-height: 1.2em;
    margin: -2px 0 2px 0;
}
.a_right {
    display: inline-block;
    width: 66px;
    vertical-align: top;
    line-height: 1.2em;
    margin: -2px 0 2px 0;
}
.short_q {
    margin-bottom: -6px;
}
div.short_q {
    margin-bottom: -3px;
}

#woman_only {
    margin: 5px 10px;
    font-weight: bold;
}

#bordered_title {
    border: 1px solid;
    font-weight: bold;
    text-align: center;
}

#col-3-yes-no > div{
    width: 299px;
    float: left;
    text-align: right;
}
#col-3-yes-no > div > span{ 
    margin-right: 53px;
}
#col-3-yes-no > div span:first-child{ 
    margin-right: 13px;
}

#col-2a-yes-no > div:first-child{
    width: 485px;
    float: left;
    text-align: right;
}
#col-2a-yes-no > div:nth-child(2){
    width: 401px;
    float: left;
    text-align: right;
}

#col-2a-yes-no > div{
    width: 299px;
    float: left;
    text-align: right;
}
#col-2a-yes-no > div span:first-child{ 
    width: 13px;
    margin-right: 13px;
}
#col-2a-yes-no > div span:nth-child(2){ 
    margin-right: 13px;
}

#middle_questions_container{
    border-style: solid;
    border-width: 1px 1px 0 1px;

}
#middle_questions_container > div {
    width: 299px;
    float: left;
    border-bottom: 1px solid;
}
#middle_questions_container > div > div{
    border-bottom: 1px solid;
}
#middle_questions_container > div > div > div:first-child{
    width: 193px;
    display: inline-block;
    margin: 2px 0;
}

#middle_questions_container .a_right{
  height: 19px;
}
.form_heading {
    text-decoration: underline;
    margin-top: 3px;
    margin-bottom: -1px;
}

.indent {
    padding-left: 2em;
}
.indent .q_left {
    width: 76%;
}

#office_box {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 250px;
    border: 1px solid black;
    padding: 5px;
}
.form_default {
    position: relative;
    z-index: 1;
}
#print_form {
    z-index: 99;
}