/* when browser window is shrinked then sidebar will hide*/
@media (max-width: 768px) {
    #longAnswers {
        font-size: 12px;
    }
    
    
    

}
