﻿.qcircle{
    padding:18px;
    border-radius:50%;
    vertical-align:middle;
    border:1px solid #eee;
    display:inline-block;
    
}
.color-yellow {
    background-color: yellow;
}
.color-orange {
    background-color: #dd7802;
}
.color-red {
    background-color: red;
}
.color-blue {
    background-color: blue;
}
.color-green {
    background-color: green;
}
.divquizlecture
{
/*    font-size:1.2rem;*/
}
span.ABCD:hover {
    background-color: #2ab57d;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}
