.incorrects_icon{
    display: inline-table;

}
.incorrects_text{
    display: inline-table;
    font-size: 13px;
    font-weight: bold;
    color:black;
}
@media(max-width: 767px){
        .incorrects_icon{
        display: inline-table;
        width: 26px;
        vertical-align: text-top;
    }
    .incorrects_text{
        display: inline-table;
        width: 170px;
        font-size: 13px;
        font-weight: bold;
        color:black;
    }
}
.questresults dd{
    margin: 15px 30px;
    color: darkgray;
}
.questresults dt{
    font-weight: bold;
    font-size: 16px;
    color: cornflowerblue;
    margin: 10px
}
.questblock{
    
    max-width:600px;
    display:none;
    width:80%;
    margin:auto;
    min-height: 300px;
    border-bottom: 5px double gray;
    padding: 20px;
    border-top: 5px double gray;
}

.questnum{
   width: 80px;
    background-color: #289FED;
    text-align: center;
    color: white;
    font-weight: bold;
    border-radius: 15px;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 15px;
}
.quiz-answers label{
    display: inline;
    line-height: 30px;
    padding: 5px;
}
.quiz-answers input[type="radio"]{
    margin: 0;
}
.divnextbutton{
    width:20%;
    clear:both;
    margin:auto;
    display:block;
    margin-top:15px;
    
}

.exp{
    padding: 10px;
    border: 2px solid navajowhite;
    margin-top: 10px;
    display: none;
}
.timeblock{

    /* position: relative; */
    /* top: 50px; */
    font-size: large;
    /* border: 5px double chocolate; */
    /* border-radius: 10px; */
    margin: 5px auto 10px;
    /*
    background-color: lightyellow;
    float: right;
    display: none;
    */
    text-align: center;
}
.respart {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: none;
}

.bggreen{
    color:white; 
    background-color:green;
    background:green;
}
.bgwhite{
    color:black; 
    background-color:white;
    background:white;
}
.bgred{
    color:white; 
    background-color:red;
    background:red;
}
.bgorange{
    color:white; 
    background-color:orange;
    background:orange;
}
.clr{
    clear:both;
}

.fontgreen{
    color: #19d019;
    font-weight: bold;
}
.fontred{
    color:red;
    font-weight: bold;
}
.fontblack{
    color:black;
    font-weight: bold;
}

#navbuttons{
    text-align: center;
        margin: auto;
        display:none;
   
}
#navbuttons .btn{
    margin:15px 5px;
}
.nextbutton{
    display: block;
    clear:both;
    margin: auto;
    margin-top:15px;
}
#resultinc {
    border: inset 10px;
    padding: 10px;
    background: floralwhite;
    background-color: floralwhite;
}
.daser_img{
    display:inline-block;
   /* width:255px;*/
    min-height:220px;
    margin:12px 10px
}

.testdiv{
    display: inline-block;
    width:130px;
    margin: 15px;
    height: 65px;
    padding: 10px;
    vertical-align: bottom;
    border: solid 1px #e0e0e0;
    text-align: center;
    text-align: -webkit-center;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 5px -4px rgb(61 57 61);
    -moz-box-shadow: 5px 5px 5px -4px rgba(61,57,61,1);
    box-shadow: 5px 5px 5px -4px rgb(61 57 61);
}

.answers_to_choose {
            border: #bdbdbd solid thin;
            border-radius: 5px;
            padding: 8px 10px;
            margin: 25px 0px;
            cursor: pointer;
        }
#blackscreen, .blackscreen{
    background: rgba(0, 0, 0, 0.63);
    position:fixed; 
    top:0px; 
    right:0px;
    bottom:0px;
    left:0px;
    z-index:50;
    display: none;
}
.resultblock{
   width:300px;
   position: relative;
   z-index: 100;
   background-color: white;
   margin: auto;
   top: 100px;
   text-align:center;
   padding:15px;
   border-radius:15px; 
}
.resultblock .title{
    width: 270px;
    border-bottom: thin solid #c9c7c7;
    text-align:center;
    margin:10px;
}
.questimgblock{
    border: #cbcaca thin solid;
    margin: 10px 0 30px;
}
.questimgblock img {
    margin: auto;
    display: block;
    /*height:225px;*/
}
.questblock h4 {
    line-height:1.5;
}
.themevl {
    max-width: 600px;
    height: 200px;
    margin: 40px auto;
    border-radius: 20px;
    cursor:pointer;
}
.themevl_indiv  {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    position: relative;
    top: 30px;
}