.chkChoice tr {
    padding-top: 10px;
    padding-bottom: 10px;
}

.chkChoice td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fixMargin {
    vertical-align: top;
}

/* СТИЛИ ДЛЯ ВИКТОРИНЫ */
#quiz_wrapper {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #676767;
    font-size: medium;
}

    #quiz_wrapper * {
        position: relative;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    #quiz_wrapper h2, #quiz_wrapper h3, #quiz_wrapper h4 {
        text-align: center;
        font-family: 'Segoe UI Light';
        font-weight: normal;
        color: #2b5a51;
        margin: -5px 0 20px 0;
    }

.align_center {
    text-align: center;
}

#quiz_wrapper2 {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #676767;
    font-size: medium;
}

    #quiz_wrapper2 * {
        position: relative;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    #quiz_wrapper2 h2, #quiz_wrapper2 h3, #quiz_wrapper2 h4 {
        font-family: 'Segoe UI Light';
        font-weight: normal;
        color: #2b5a51;
        margin: -5px 0 20px 0;
    }

.quiz_button {
    float: left;
    color: white !important;
    font-size: inherit;
    border: 0;
    background-color: #43779d;
    color: white;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    padding: 10px 30px;
    cursor: pointer;
}

    .quiz_button:hover {
        background-color: #599dcf !important;
    }

    .quiz_button a {
        display: block;
        text-decoration: none;
        color: white !important;
        padding: 10px 30px;
        margin: -10px -30px;
    }

.quiz_input {
    height: 40px;
    background-color: white;
    border: 1px solid #d9d9d9;
    color: #464646 !important;
    font-size: 20px !important;
    padding: 0 10px 5px 10px;
}

    .quiz_input:hover {
        border: 1px solid #599dcf;
    }

    .quiz_input:focus {
        outline: 0;
        border-color: #43779d;
    }

.quiz_title {
    text-align: center;
    color: #36685c !important;
    font-family: 'Cambria', "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 20px !important;
}

#quiz_wrapper .row {
    margin-bottom: 20px;
    overflow: hidden;
}

#quiz_wrapper label, #quiz_wrapper input {
    color: inherit;
    font-family: inherit;
}

    #quiz_wrapper input[type='radio'] {
        cursor: pointer;
    }

#quiz_wrapper a img {
    border: 0;
}

#quiz_wrapper2 .row {
    margin-bottom: 20px;
    overflow: hidden;
}

#quiz_wrapper2 label, #quiz_wrapper input {
    color: inherit;
    font-family: inherit;
}

#quiz_wrapper2 input[type='radio'] {
    cursor: pointer;
}

#quiz_wrapper2 a img {
    border: 0;
}

.clearfloat {
    border: 0px dotted white;
    clear: both;
    font-size: 1px;
    line-height: 0px;
    margin: 0;
    padding: 0;
}

#button_participate {
    margin-left: 30px;
    margin-top: 5px;
}

.button_participate {
    margin-left: 30px;
    margin-top: 5px;
}

.button_begin {
    margin-left: 40%;
    width: 300px;
}

.button_next {
    margin-left: 53%;
    text-align: left;
    background: url(../img/quiz/i_arrow_forward.png) no-repeat 80% center #43779d;
    padding-right: 60px;
}

#quiz_details_wrapper {
    overflow: hidden;
    margin: -15px 0 10px 0;
    text-align: center;
}

    #quiz_details_wrapper .quiz_details {
        margin-right: 30px;
        color: #676767;
        white-space: nowrap;
        display: inline;
        font-weight: bold;
    }

        #quiz_details_wrapper .quiz_details img {
            vertical-align: middle;
            margin: 0 3px 5px 0;
        }

#quiz_body {
    overflow: hidden;
}

    #quiz_body p {
        color: inherit;
        padding: 0;
        margin: 0 0 10px 0;
        line-height: 1.5em;
    }

#quiz_description {
    float: left;
    width: 70%;
    margin-bottom: 10px;
    line-height: 1.5em;
    margin: 0px 0 10px 0;
}

    #quiz_description #quiz_image_wrapper {
        float: left;
        background-color: #9ac9be;
        padding: 5px;
        margin: 5px 30px 10px 0;
    }

#quiz_button_wrapper {
    float: left;
    width: 29%;
}

#quiz_rules_wrapper {
    padding: 20px 20px 20px 90px;
    background: url(../img/quiz/i_attention.png) no-repeat 20px 20px #fdf9ef;
    margin-bottom: 10px;
}

    #quiz_rules_wrapper ol {
        margin: 10px 0 0 0;
        padding: 0 0 0 20px;
        line-height: 1.5em;
    }

        #quiz_rules_wrapper ol li {
            margin: 0 0 0.5em 0;
        }

    #quiz_rules_wrapper p {
        margin: 10px 0 0 0;
        padding: 0 0 0 0;
        line-height: 1.5em;
    }

#quiz_login_wrapper {
    background-color: #fdf9ef;
    padding: 20px;
    margin-bottom: 10px;
}

    #quiz_login_wrapper label {
        float: left;
        width: 40%;
        text-align: right;
        padding-right: 10px;
        height: 40px;
        padding-top: 10px;
    }

    #quiz_login_wrapper .quiz_input {
        width: 300px;
    }

#quiz_q_wrapper {
    background-color: #fdf9ef;
    padding: 20px;
    margin-bottom: 30px;
    font-size: medium;
}

#q_number {
    font-family: 'Cambria', "Times New Roman", Times, serif;
    font-size: 35px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding-top: 3px;
    width: 58px;
    height: 68px;
    float: left;
    background: url(../img/quiz/bg_q_number.png) no-repeat left top;
    margin-right: 20px;
}

#q_header {
    padding-top: 7px;
    margin-left: 80px;
}

    #q_header h2 {
        font-family: 'Cambria', "Times New Roman", Times, serif;
        font-style: italic;
        font-size: 28px;
        margin: 0;
    }

#q_body {
    margin-bottom: 20px;
    padding-left: 80px;
}

#q_image_wrapper {
    border: 0px dotted red;
    width: 48%;
    float: left;
    padding-right: 40px;
}

    #q_image_wrapper .inner {
        float: right;
        background-color: #9ac9be;
        padding: 5px;
    }

#q_options_wrapper {
    border: 0px dotted green;
    float: left;
    min-width: 48%;
}

    #q_options_wrapper * {
        z-index: 2;
    }

#q_timer {
    margin-bottom: 40px;
    margin-left: -5px;
}

    #q_timer img {
        vertical-align: middle;
        margin: 0 3px 5px 0;
    }

    #q_timer big {
        font-size: 1.5em;
    }

#q_options_wrapper label {
    cursor: pointer;
    padding: 10px 10px 10px 20px;
    margin-left: -20px;
    z-index: 1;
}

    #q_options_wrapper label:hover {
        color: #000;
        background-color: #f4eddc;
    }

#q_controls {
    overflow: hidden;
    border-top: 1px solid #ebe2c9;
    padding-top: 20px;
}

#quiz_search_wrapper {
    margin-bottom: 20px;
    text-align: center;
}

    #quiz_search_wrapper .quiz_button {
        float: none;
    }

#quiz_participants_list_wrapper {
    text-align: center;
    margin-bottom: 40px;
    font-size: medium;
}

#quiz_participants_list {
    width: 80%;
    display: inline-table;
    text-align: left;
}

    #quiz_participants_list tr:hover {
        background-color: #f4eddc;
        color: #000;
    }

    #quiz_participants_list td {
        padding: 5px 10px;
    }

    #quiz_participants_list thead td {
        background-color: #f0f6f6;
        color: #36685c;
        padding-bottom: 10px;
    }

    #quiz_participants_list thead tr td {
        width: 40%;
    }

        #quiz_participants_list thead tr td + td {
            width: 20%;
        }

            #quiz_participants_list thead tr td + td + td {
                width: 20%;
            }

                #quiz_participants_list thead tr td + td + td + td {
                    width: 20%;
                }

#quiz_paging_wrapper {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

    #quiz_paging_wrapper a {
        display: inline-block;
        text-decoration: none;
        padding: 0 10px;
        height: 30px;
        border: 1px solid #d9d9d9;
        margin-right: 10px;
        text-align: center;
        line-height: 25px;
        margin-bottom: 5px;
    }

        #quiz_paging_wrapper a:hover {
            background-color: #599dcf;
            color: white;
            border-color: #599dcf;
        }

.quiz_paging_wrapper_selected_page {
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    height: 30px;
    border: 1px solid #d9d9d9;
    margin-right: 10px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 5px;
}

.action {
    text-decoration: none;
    border-bottom: 1px dotted #0072bc;
}

.sorted {
    border-bottom: 3px solid #96c7bc;
}

.sort_dir {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 13px;
}

.sorted_up .sort_dir {
    background: url(../img/i_sort_arrows.png) no-repeat -12px 0px;
}

.sorted_down .sort_dir {
    background: url(../img/i_sort_arrows.png) no-repeat 0px 0px;
}

.question-image {
    max-width: 520px;
    max-height: 400px;
}
