table.flood-table {
  width: 600px;
  border-collapse: collapse;
  margin-left: 0;
  margin-top: 20px;
  text-align: center;
}


table.flood-table td {
  width: 550px;
  padding: 8px;
  border: 1px solid #ccc;
}

table.flood-table .header {
  background-color: rgb(51, 51, 255);
  color: beige;
  font-weight: bold;
}
