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