
/*@media (min-width: 1600px) {
    .container{
        max-width: 1800px !important;
    }
}*/

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #dfdfdf;
}