/* a couple overwrites for mobile devices (under 768px): */
/* slightly larger font */
body{
    font-size:16px;
}
/* override left margin default from bootstrap */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 0px;
}
form{
    width:100%; 
    display:block;
}
.form-group {
    margin-right: 4px;
    margin-left: 4px;
}
/* full width buttons */
input.btn-block[type="button"], input.btn-block[type="reset"], input.btn-block[type="submit"] {
    width: 100%;
}
.radioLabel{
    width:30%;
    margin:2px 10px 20px 0px ;
}
.confirmLabel{
    width: 100%;
}
/* help modal */
.helpLink{
    width:100%;

}
/* .bigCheckbox, input[type=checkbox] specifically for precheck flag on step5. margin just bumps it to line up with other fields */
.bigCheckbox {
    width: 20px; 
    height: 20px;
    vertical-align:text-bottom;
}
input[type=checkbox]{
    margin-left:10px;    
}

/*
.table {
        margin: auto;
        width: 98% !important; 
        margin-left:1%; 
} */
    
.table {
       /* margin: auto;*/
        width: 98% !important; 
        margin-left:1%; 
        margin-right:1%;
    }

