

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
}

.SurveyArea {
    max-width: 650px;
}

.logo {
    margin-bottom: 1em;
    margin-right: 0.5em;
    margin-left: 1em;
    margin-top: 5px;
    float: right;
}

    .logo img {
        width: 100%;
        max-width: 160px;
    }

.xDesktop {
    max-width: 650px;
}

.Navigation {
    max-width: 100%;
}

.welcome {
    font-size: 1.2em;
    padding-top: 7px;
}

.lang {
    font-weight: normal;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}


.mrQuestionText {
    margin-left: 5px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: bold;
}

    .mrQuestionText img {
        width: calc(50% - 0px);
        margin-bottom: 0px;
        float: right;
    }

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

.mrQuestionTable {
    margin-left: 0px !important;
    margin-top: 30px;
    border-top: 1px solid #e1e1e1;
}

.mrErrorText {
    display: block;
    padding-left: 5px;
}

.mrShowText {
    /*not for 4.5 border-bottom: 1px solid #e1e1e1;*/
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
    padding-left: 5px;
    font-style: italic;
}

textarea {
    width: calc(100% - 15px);
    margin-left: 5px !important;
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mrQuestionTable tr {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 5px;
    /*display: -webkit-box;
    display: block;*/
}

input[type="radio"], input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

    input[type="radio"] + label, input[type="checkbox"] + label {
        /*border-bottom: 1px solid #e1e1e1;*/
        line-height: 2.5;
        padding-left: 30px;
        cursor: pointer;
        display: block;
        font-size: 1em;
        margin-left: 0px;
    }

    input[type="radio"]:checked + label, input[type="checkbox"]:checked + label {
        background-color: #a0050d;
        border-color: white;
        color: white;
        /*font-weight: bold;*/
    }

/*.mrOtherEdit {*/
.mrEdit {
    margin-left: 5px;
    font-size: 1em;
}

.mrNext {
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    border: 1px solid silver;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 37px;
    padding-right: 30px;
}

    .mrNext:active {
        border-color: #a0050d;
    }


.mrPrev {
    float: left;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    border: 1px solid silver;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 37px;
}

label {
    cursor: pointer;
}

.mrSingleText, .mrMultipleText {
    font-weight: normal !important;
}

.mrBannerText {
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
}
/*body {
    background-color: #ffffff;
    margin-left: 0px
}

body, div, td, select, input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    line-height: 15px;
}

TABLE {
    font-family: Verdana,Arial;
    font-size: 10pt;
    color: #000000;
    BORDER-COLLAPSE: collapse
}

.mrErrorText {
    font-family: Verdana,Arial;
    font-size: 10pt;
    color: red;
    font-weight: bold
}

.mrBannerText {
    font-family: Verdana,Arial;
    font-size: 10pt;
    color: black;
    font-weight: bold
}

.mrNext {
    font-family: Verdana,Arial;
    font-size: 8pt;
    color: #000000
}

.mrPrev {
    font-family: Verdana,Arial;
    font-size: 8pt;
    color: #000000
}

.mrDropdown {
    color: #000000;
    border: dotted
}

.mrEdit {
    color: #000000
}*/
