alerts .table-head {
  width: 1350px;
}
alerts .table-head table th {
  width: 150px;
}
alerts .table-body {
  width: 1350px;
}
alerts .table-body table td {
  width: 150px;
}
@media (max-width: 1350px) {
  alerts .w250 {
    width: 250px !important;
  }
}
@media (min-width: 1350px) {
  alerts .table-head {
    width: 100%;
  }
  alerts .table-head table {
    width: 100%;
  }
  alerts .table-head table th {
    width: 10%;
  }
  alerts .table-body {
    width: 100%;
  }
  alerts .table-body table {
    width: 100%;
  }
  alerts .table-body table td {
    width: 10%;
  }
  alerts .w250 {
    width: 20% !important;
  }
}
