.container {
   max-width: 94%;
   /* This will remove the outer padding, and push content edge to edge */
   padding-right: 0;
   padding-left: 0;
 }
  .form-control {
   font-size: 13px;
 }
 .form-group {
    margin-bottom: 10px;
}
table {
    font-size: 13px;
}
body {
    font-size:13px;
}
.imgwabisabi{
  max-width: 450px;
}



  .tablexlarge {
    border: 1px solid #DDDDDD;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
}

