@charset "utf-8";

/* CSS Document */

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

img {
    border: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

#header {
    width: 100%;
    height: 80px;
    background: #FFF;
}

#footer {
    width: 100%;
    height: 100px;
    background: #FFF;
}

.main_content {
    width: 100%;
    height: 650px;
    background: #f2f2f2;
    overflow: auto;
}

.pdf_wrapper {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
}

ol.number {
    list-style-type: decimal;
    margin-left: 0px;
    padding-left: 20px;
}

ol.alpha {
    list-style-type: lower-alpha;
    margin-left: 0px;
    padding-left: 20px;
}

#feedbackForm [type="checkbox"] {
    margin: 0 8px 0 14px;
}

.fsc:not(.fs1):not(.fs2):not(.fs3) {
    display: flex;
}

.fsc [type="radio"] {
    margin: 3px 8px 0px 2px;
}

#q4_1,
#q5_1 {
    margin-left: 8px;
}

#q4_2,
#q5_2 {
    margin-left: 12px;
}

#q4_3,
#q5_3 {
    margin-left: 16px;
}