/* for tablet, desktop: */
input.btn-block[type="button"], input.btn-block[type="reset"], input.btn-block[type="submit"] {
    width: 6em;
}
/* writes Employment Department in title bar next to logo for tablet, desktop only */
.navbarEmpDeptLink:before {
   content: "Employment Department";
}
/* side by side buttons on desktop */
/* this wraps weird .. putting cancel button at top of next "column":
form{
     float:left;
}


input.form-control[type="text"],input.form-control[type="number"],input.form-control[type="password"],select.form-control{
    width:12em;
}


 */

.table {
       /* margin: auto;*/
        width: 70% !important; 
        margin-left:15%; 
        margin-right:15%;
    }
    

