main{
    padding-top: 50px;
    padding-bottom: 50px;
} 
textarea{
    resize: none;
} 
.d_answer{
    color: red;
    font-weight: bolder;
}
.d_answer_checker{
    color: green;
    font-weight: bolder;
} 
.not_d_answer_checker{
    color: red;
    font-weight: bolder;
}
.pl-2{
    padding-left: 10px;
}
.overflow-x{
   overflow-x:auto;
}
.dataTables_length, .dataTables_length label{
    text-align: left !important;
    margin-bottom:10px ;
} 
.btn-default{
    background: deepskyblue;
    color: white;
    border: 1px solid #eee;
}
.richText .richText-editor{
    height: 150px !important;
}
.richText .richText-editor.richText1{
    height: 260px !important;
}
.richText .richText-editor.richText0{
    height: 400px !important;
}
#print_section{
    max-width: 789px;
}