/*
    this CSS contains the formatting options for the dropdown question type
*/

.dbsDropdown {
    border-radius:4px ;
    padding: 7px ;
    width: 100% ;
    box-shadow: inset 1px 1px 3px #999 ;
}

@media screen and (max-width: 1024px) {
    .dbsDropdown  {
        width: 100% ;
        padding: 7px ;
        font-size: 1.2em ;
    }
}

@media screen and (max-width: 414px) {
    .dbsDropdown  {
        width: 100% ;
    }
}

@media screen and (max-width: 320px) {
    .dbsDropdown  {
        width: 100% ;
    }
}




