@CHARSET "UTF-8";

.items {
    display: block;
}

.itemWrap {
    float: none;
}

.inputGroup .items {
    border: solid #2f75b5;
    border-width: 1px;
}

.inputGroup .itemWrap {
    margin: 0;
}

.question1Contents,
.question2Contents,
.question3Contents,
.question4Contents,
.question5Contents {
    margin: 10px 0 10px 10%;
}

.radiobuttonLabel {
    margin: 10px 0 10px 15%;
}

.agreeCheck_selections_itemLabel {
    margin: 0;
}

#saveButtonItemWrap,
#returnButtonItemWrap {
    width: 50%;
    display: inline-block;
    margin: 0;
}

#agreeCheckItemWrap {
    width : 100%;
}

#agreeCheckItemWrap .items {
    text-align: center;
}

#nextButton {
    width: 250px;
}

div#inputGroup div.itemWrap:not(:last-child) div.items{
    border-bottom:none;
}

a:link {
  text-decoration: underline !important;
}

/**--------------------------------------------------*/

@media screen and (max-width: 641px) {
    .question1Contents,
    .question2Contents,
    .question3Contents,
    .question4Contents,
    .question5Contents {
        margin: 10px;
    }

    #nextButtonItemWrap {
        width: 100%;
        display: inline-block;
        margin: 0;
    }

    #nextButton {
        display: inline-block;
        float: none;
    }
}