label {
    display:inline-block;
    margin-right:5px;
}
input.shortBox {
    display:inline-block;
    width:30px;
    height:15px;
    padding:3px;
}
input.mediumBox {
    display:inline-block;
    max-width:70px;
    width:90%;
    height:15px;
    padding:3px;
}
input.longBox {
    display:inline-block;
    min-width:300px;
    width:70%;
    height:15px;
    padding:5px;
}
.multiple-choice-question ol.multiple-radio-choices,
.multiple-choice-question ul.multiple-radio-choices {
    padding:0 0 0 20px;
    margin:10px 0 20px;
}
.multiple-choice-question ul.multiple-radio-choices li { list-style: none; }
.multiple-choice-question ol.multiple-radio-choices li label,
.multiple-choice-question ul.multiple-radio-choices li label{
   color: rgba(0,0,0,0.87);
   font-weight:normal;
}

.simple-card {
    border:1px solid #000000;
    padding:5px;
}

.indent1 {
    margin-left:30px;
    display:inline-block;
}

.indent2 {
    margin-left:60px;
    display:inline-block;
}

p.ielts-copy-rights { font-size: 11px !important; line-height:17px !important;}

.ielts-test .tabs-bottom,
.ielts-test .tabs { width: 100%; margin: 0;padding: 0 30px; border-bottom: 1px solid #ccc; }


.ielts-test .tabs-bottom {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    background-color: #fff;
    white-space: nowrap;
    border-top: 1px solid #ccc; border-bottom: none;
}

.ielts-test .tabs-bottom .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    margin: 0;
    text-transform: uppercase;
}

.ielts-test .tabs-bottom .tab a {
    display: block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ielts-test .tabs-bottom .tab,
.ielts-test .tabs .tab { padding: 0 8px 0 0; }

.ielts-test .tabs-bottom .tab a,
.ielts-test .tabs .tab a { padding: 0; color: #5490ab; font-size: 13px; font-weight: 500;
    font-family: Roboto, sans-serif; }

.ielts-test .tabs-bottom .tab a:hover,
.ielts-test .tabs-bottom .tab a.active,
.ielts-test .tabs .tab a:hover,
.ielts-test .tabs .tab a.active { color: #ce0000; }
