body {
    font-size: 16px;
}

#question_list #left,#question_list #right {
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
    float: left;
}
.checkbox_container_right {float: right;}

input[type="radio"] + label {
    position: relative;
    margin-right: 15px;
}
input[type="radio"]:checked + label:before {

}

input[type="radio"]:checked + label {
    border-radius: 8px;
    color: #000;
    background-color: #ccc;
    padding: 0 4px;
    font-weight: initial;
    margin-right: 11px;
    margin-left: -6px;
    border: 1px solid black;
    font-weight: bold;
}
input[type="radio"]+ label:hover {
    cursor: pointer;
    background-color: #999;
    border-radius: 10px;
    padding: 0 4px;
    margin-right: 11px;
    margin-left: -6px;
    border: 1px solid white;
}

#question_list label:hover {
    cursor: pointer;
}


.question_line {
    margin: 3px 3px;
}


input[type="radio"] {
    display:none; 
}

.inline {
    display: inline-block;
}
.section_title {
    font-weight: bold;
    margin: 2em 0 0 0;
}
.bold {
    font-weight: bold;
}

#questions_section_one{
    margin: 0 8%;   
}
#questions_section_one  span{
    margin-right: 15px;    
}
#questions_section_one ul{
    list-style: decimal;    
    margin-left: -1.4em;
}
#questions_section_one ul li, .col_4{
    margin: 2em 0;    
}

.form_patient_name {
    color: #000000;
    background: #ccc;
    margin: 1em 0;
    padding: 1em;
    text-align: center;
}
.form_patient_name label {float: none;}
.form_patient_name .form_text_input{
    color: #000000;
    background: #ffffff;
    width: 65%;
    border-radius: 10px;
    border-bottom: 0;
    padding: 0 1em;
    display: block;
    margin: 1em auto;
    float: none;
}
#logo {
    text-align: center;
    padding-bottom: 1em;
    border-bottom: 1.5em solid black;
}
#logo img {
    width: 50%;
    margin: auto;
}

div {
    margin: 0.5em 0;
}

.text-center {
    text-align: center;
}

.submit_button {
float: none;
}

.italic {
    font-style: italic;
}
.underline {
   text-decoration: underline;
}

.hide {
    display: none;
}