
.textbox{width:100%;padding:10px}
.textbox>h3{padding:5px;text-align:center; !important;font-weight:800}
.textbox>h4{padding:5px;text-align:center; !important;font-weight:400}
.textbox>h5{padding:5px;text-align:center; !important;font-weight:200}
.lviewspection{width:100%;; padding:0px ;float:none;}

.textbox > h3 {
    padding: 5px;
    text-align: center;
    font-weight: 800;
}


.textbox > h4 {
    padding: 5px;
    text-align: center;
    font-weight: 400;
}

.textbox > h5 {
    padding: 5px;
    text-align: center;
    font-weight: 400;
}


.lviewspection > dl:after{clear:both;content:'';display:block}

.lviewspection > dl>dt{width:30%;padding:5px;float:left;text-align:center;}
.lviewspection > dl>dd{text-align:center;;padding:5px;float:left;border-left:1px solid #ccc;width:70%;}