div.description{
    background: #efefef;
    background-color: rgba(5, 120, 242, 0.05);
    padding: 2px 5px ;
}

.answerBody{
    /* background-color: #f3f3f3; */
    /* background-color: rgba(5, 120, 242, 0.03); */
    background-color: rgba(5, 120, 242, 0.01);
    /* border-radius: 0px 5px 5px 10px; */
    border-radius: 7px;
    margin-top: 10px ;
    word-break: break-word;
    /* border-top: 1px solid rgba(5, 120, 242, 0.15) ; */
}
/* .name_link{
    // border-radius: 10px 10px 0px 0px; 
}
*/
 
.question_cont{
    /* background-color: rgba(5, 120, 242, 0.075); */
    background-color: rgba(0, 73, 150, 0.01);
    padding: 5px 15px ;
    max-width: 690px ;
    margin: auto ;  
    margin-top: 22px ;
    transition: .5s ;
    border-radius: 3px;
    cursor: pointer ;
    position: relative ;
}
.question_cont:hover{
    text-decoration: none;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.33); 
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.question_title{
    border-bottom: 1px solid rgba(95, 95, 95, 0.356);
    color: #0061c7;
    font-size: 17px;
    padding: 4px;    
    margin-bottom: 3px ;
    display: block ;
}
.question_title:hover{
    text-decoration: none;
}
span.bottomBadge{
    position: absolute ;
    bottom: 0px ;
    right: 0px ;
    background: #ECF1FB ;
    height: 30px ;
    line-height: 30px ;
    padding: 0 10px ;
    border-radius: 5px 0px 0px 0px ;
}