html {
    /*background-color: #ecf2f8;*/
    margin: 0em;
    padding: 0em;
}

div.front_page_img {
    float: right;
    margin: 1em;
}

div.container {
    margin: 1em auto;
    width: 80em;
}

div.game_title {
    font-family: "Arial";
    font-size: 2em;
    color: #284b6d;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

div.page_title {
    font-family: "Arial";
    background-color: #000;
    /*border-radius: 5px;*/
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.5em;
    /*margin: 0em 0em 0.3em 0em;*/
    padding: 0.65em;
    text-align: center;
}

div.content {
    font-family: "Arial";
    background-color: #FFFFFF;
    line-height: 120%;
    padding: 2.0em 1.5em 3em 1.5em;
    overflow: auto;
}

/* ul {
    list-style: none;
    padding: 0;
    margin: 0.75em 0.5em;
    line-height: 120%;
}

li::before {
    content: "•";
    color: #AAAAAA;
    padding-right: 0.5em;
} */

a.url_continue {
    background-color: #7da6cf;
    border-radius: 5px;
    color: #000000;
    text-decoration: none;
    padding: 0.7em;
    margin-right: 1.25em;
    font-weight: bold;
    margin-top: 2em;
}

a.url_cancel {
    background-color: #DADADA;
    border-radius: 5px;
    color: #000000;
    text-decoration: none;
    padding: 0.7em;
}

div.question_caption {
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 0.5em;
    margin-top: 3em;
}

div.question {
    margin-bottom: 2.5em;
    line-height: 2em;
    font-size: 1.2em;
}

div.error {
    border: 1px solid red;
    padding: 0.5em;
}

div.diagnosis {
    float: left;
    width: 20em;
}

div.medication {
    float: left;
    width: 30em;
}

div.contact_section label {
    display: block;
    width: 9em;
    float: left;
}

div.contact_section input,
div.contact_section select {
    width: 25em;
}

div.contact_section {
    padding-bottom: 1em;
}

input.widetext {
    width: 50em;
}

div.spacer {
    clear: both;
}

div.progress_bar_current {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
}

div.progress_bar {
    margin: 0em auto 1em auto;
    border: 1px solid #336699;
    width: 80em;
    padding: 1px;
    font-family: "Arial";
    text-align: center;
}

div.progress_bar_1_complete {
    background-color: #336699;
    color: #ffffff;
    padding: 0.25em;
    width: 12.5em;
    /* float: left; */
    display: inline-block;
    border-right: 0.1em solid white;
}

div.progress_bar_1_incomplete {
    width: 12.5em;
    padding: 0.25em;
    /* float: left; */
    display: inline-block;
}

div.progress_bar_2_complete {
    background-color: #336699;
    color: #ffffff;
    width: 12.5em;
    padding: 0.25em;
    /* float: left; */
    display: inline-block;
    border-right: 0.1em solid white;
}

div.progress_bar_2_incomplete {
    background-color: #ffffff;
    width: 12.5em;
    padding: 0.25em;
    /* float: left; */
    display: inline-block;
    border-right: 0.1em solid white;
}

div.progress_bar_3_complete {
    background-color: #336699;
    color: #ffffff;
    width: 12.5em;
    padding: 0.25em;
    /* float: left; */
    display: inline-block;
    border-right: 0.1em solid white;
}

div.progress_bar_3_incomplete {
    background-color: #ffffff;
    width: 12.5em;
    padding: 0.25em;
    /* float: left; */
    display: inline-block;
    border-right: 0.1em solid white;
}

div.progress_bar_4_complete {
    background-color: #336699;
    color: #ffffff;
    width: 12.5em;
    padding: 0.25em;
    /* float: left; */
    display: inline-block;
    border-right: 0.1em solid white;
}

div.progress_bar_4_incomplete {
    background-color: #ffffff;
    width: 12.5em;
    padding: 0.25em;
    /* float: left; */
    display: inline-block;
    border-right: 0.1em solid white;
}

div.progress_bar_5_complete {
    background-color: #336699;
    color: #ffffff;
    width: 12.5em;
    padding: 0.25em;
    /* float: left; */
    display: inline-block;
    border-right: 0.1em solid white;
}

div.progress_bar_5_incomplete {
    background-color: #ffffff;
    width: 12.5em;
    padding: 0.25em;
    /* float: left; */
    display: inline-block;
    border-right: 0.1em solid white;
}

div.progress_bar_6_complete {
    background-color: #336699;
    color: #ffffff;
    width: 12.5em;
    padding: 0.25em;
    /* float: left; */
    display: inline-block;
    border-right: 0.1em solid white;
}

div.progress_bar_6_incomplete {
    background-color: #ffffff;
    width: 12.5em;
    padding: 0.25em;
    /* float: left; */
    display: inline-block;
    border-right: 0.1em solid white;
}

.submit_button {
    background-color: #7da6cf;
    border-radius: 5px;
    color: #000000;
    text-decoration: none;
    padding: 0.7em;
    font-weight: bold;
    margin-top: 2em;
    font-size: 1em;
}

.submit_button:hover {
    background-color: #1a4168;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    padding: 0.7em;
    transition: .2s ease;
}

div.long_scrollable_text {
    overflow-y: auto;
    height: 20em;
    margin-bottom: 1em;
    padding-right: 1em;
}

div.group {
    border: 1px solid #CACACA;
    padding: 0.2em;
    margin-bottom: 0.5em;
}

table th {
    text-align: center;
    padding-bottom: 1em;
    /* padding-right: 1em; */
    font-size: 1em;
}

div.contact_section input,
div.contact_section select {
    margin-bottom: 0.1em;
}

table.questionnaire_list {
    margin: 0em;
    padding: 0em;
}

table.questionnaire_list td {
    width: 20em;
}

table.questionnaire_list th {
    text-align: left;
    border-bottom: 2px solid #DADADA;
    padding-bottom: 0.5em;
}

table.questionnaire_table {
    font-size: 1.2em;
}

table tr {
    line-height: 1.2em;
}

input[type="radio"] {
    height: 1.2em;
    width: 1.2em;
    background-color: #eee;
    border-radius: 50%;
    text-align: center;
    margin-left: 30px;
    margin-right: 7px;
}

table td.answer {
    /* margin: 2em 2em 2em 2em; */
    min-width: 6.5em;
    text-align: center;
}

.odd {
    background-color: #ecf2f8;

}

.main_question {
    font-size: 1.5em;
    line-height: 1.2em;
}

.c-black {
    color: #000;
}

.bg-gray {
    background-color: #ccc !important;
}

.hand {
    cursor: pointer;
}

.no-underline {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

div.banner_images {
    float: left;
}

div.banner_images img {
    margin-right: 10px;
}

p.btn-container {
    text-align: center;
    margin: 2em 0;
}

p.btn-container a,
p.btn-container button {
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 0.7em;
    margin-right: 1.25em;
    font-weight: bold;
    margin-top: 3em;
}

div.first_game_title {
    font-family: "Arial";
    font-size: 1em;
    color: #000;
    text-align: right;
    margin-bottom: 0.8em;
}

.hide {
    display: none !important;
}

.label-normal {
    display: unset !important;
    width: unset !important;
    float: unset !important;
}

.radio-normal {
    margin: 0 !important;
    width: unset !important;
    height: unset !important;
}

.floatright {
    float: right;
}

.flex {
    display: flex;
}

.flex-50p {
    flex: 50%;
}

.pad-horizontal-20p {
    padding-left: 20% !important;
    padding-right: 20% !important;
}

.pad-horizontal-10p {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.font-90p {
    font-size: 0.9em;
}
