.enqWrapper {
    width: 94%;
    margin: 0 auto;
    padding: 2%;
    border: 1px #333 solid;
    border-radius: 5px;
}
.rbl {
    padding: 0;
}

    .rbl li {
        list-style: none;
        margin: 10px 0;
        border: 1px red solid;
        border-radius: 10px;
        padding: 10px 2% 10px 1%;
        height: auto;
        float: left;
        width: 94%;
    }

        .rbl li:hover {
            background-color: blanchedalmond;
        }

}

.rbl li label {
    font-size: 1rem;
}

element.style {
}



.rbl input[type=radio] {
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 3px;
}
.hidden {
    display: none;
}

.qTable {
    margin: 0 auto;
    width: 66%;
}

    .qTable h3 {
        text-align: center;
        color:#020202;
        font-size:1.375rem;
    }

.btnWrap {
    /* width: auto; */
    float: left;
    margin: 0 10px;
    /* position: relative; */
    /* top: 5px; */
    /* left: 5px; */
}

.lblWrap {
    /* text-align: center; */
    display: inline-flex;
    width: 80%;
    float: left;
}
    .lblWrap label {
        margin: 0;
        width:100%;
    }

.hidden {
    display: none !important;
}
@media only screen and (max-width: 600px) {
    .qTable {
        margin: 0 auto;
        width: 100%;
    }

    .rbl input[type=radio] {
    }

    .rbl li label {
        /* line-height: 20px; 
        text-indent: 25px;
        position: relative;
        left: 10px;
        top: -23px;*/
        /* float: left; */
        /* clear: both; */
    }

    .rbl li:last-of-type .btnWrap {
    }

    .rbl li:last-of-type label {
    }
}
div#iFrameFooterWrap {
    width: 100%;
}
div#iFrameFooter {
    width: 80%;
    display: inline-block;
    margin: 0 10%;
    text-align: center;
}
#iFrameFooter p {
    font-size: 0.8em;
}
#iFrameFooter a {
    color: #e96b2c !important;
}
#iFrameFooter span {
    position:relative;
    top:5px;
}
.btn.btn-primary, .btn.btn-secondary {
    border: 0;
    padding: 5px 10px 7px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.btn.btn-primary {
    background: #e96b2c;
}
.btn.btn-secondary {
    background: #e96b2c;
}
.rbl li:hover {
    background-color: blanchedalmond;
}