/*
    this CSS contains the formatting options for the opion question type
*/

.dbsOption {
    width:20px ;
    height:20px ;
    margin-right: 10px ;
}

/*Responsive Styles*/
@media screen and (max-width: 1024px) {
    .dbsOption {
        width:26px ;
        height:26px ;
    }
}