/* a couple overwrites for mobile devices (400 - 768px): */
input.btn-block[type="button"], input.btn-block[type="reset"], input.btn-block[type="submit"] {
    width: 6em;
}
/* over/under buttons on phone */
form{
    width:100%;
    display:block;
}
/*
.table {
        margin: auto;
        width: 85% !important; 
        margin-left:5%; 
}*/
 
.table {
       /* margin: auto;*/
        width: 90% !important; 
        margin-left:5%; 
        margin-right:5%;
    }