/* Homepage responsive behavior is defined in style.css. This file retains
   a small global mobile safety layer for the rest of the site. */
img{max-width:100%;height:auto}
.table-responsive{overflow-x:auto}
@media(max-width:768px){.container{max-width:100%}.navbar-brand img{max-height:58px!important;width:auto!important}}
