/*
    this CSS contains the formatting options for the number field type
*/

.dbsNumber {
    border-radius:4px ;
    padding: 7px ;
    width: 100% ;
    box-shadow: inset 1px 1px 3px var(--dbsGrey) ;
}

/*Responsive Styles*/
@media screen and (max-width: 760px) {
   
}