body {
  width: 100%;
  margin: 0;
}

input {
box-sizing: border-box;
font-family: inherit;
font-size: inherit;
}

.wtHeadCell {
  border: none;
}
a#wtNavOverview {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 20%;
}
.div_custom {
position: relative !important;
width: 100%;
}

.wtRegistrationForm .form-input {
margin-bottom: 2px;
}

@media screen and (max-width: 380px) {

    .wtRegistrationForm .form-label {
        width: 100%;
    }

    .wtRegistrationForm .form-input {
        width: 100%;
    }
}

.wtAnswerOptionTable td {
box-sizing: border-box;
}

.wtAnswerOptionTable div.wtOptionLabel, label.wtOptionLabel{
box-sizing: border-box;
}

.wtQuestionMainCell img {
max-width: 100%;
}

.wtQuestionMainCell > div {
width: 100%;
box-sizing: border-box;
}

.div_custom {
max-width: 700px;
}

.wtAnswerComment {
border: none;
}

.wtSolutionContentHighlight, .wtAnswerComment {
box-sizing: border-box;
}

.wtAnswerComment {
width: 100%;
}


/* Breakpoint Override siehe GLOBEWT-9 */
@media only screen and (min-width: 600px) {
    /* table behaviour*/
    .resp-table {
        display: table;
        width: 100%;
        height: 100%;/* important to set, otherswise height of cells is not defined in FF*/
    }
    .row {
        display: table-row;
    }
    .cell {
        display: table-cell;
        width: auto;
    }
    .cell-1 {
        min-width: 50px;
        max-width: 410px;
    }
    /* other*/
    .inline-label { display: none;}

    /* default styling-*/
    .cell-n {
        text-align: center;
        vertical-align: middle;

        /* important to set, otherswise height of cells is not defined in FF*/
        height: 100%;
    }
    .new-scale-group {
        border-left:2px solid black;
    }
        .cell-cont {
        display: inline-block;
        height: 95%;

        width: 100%;
        margin: auto;
        text-align: center;
        vertical-align: middle;

            /* min-height because of old ie*/
            min-height: 25px;
    }


    /*******/

    .wtHeader-all-select { display: block !important;}
    .inline-label { display: none;}
}

/*******/
