/*
    this CSS contains the formatting options for the Text question type
*/
.dbsText {
    border-radius:4px ;
    padding: 7px ;
    width: 100% ;
    box-shadow: inset 1px 1px 3px #999 ;
}

/*Responsive Styles*/
@media screen and (max-width: 760px) {
    .dbsText {
        width: 100% ;
        padding: 12px ;
    }
}