#tph_heat_alerts_list_container {
  /** UNSTYLE **/
  /** STYLES **/
}

#tph_heat_alerts_list_container table.heatalert tr {
  border-bottom: 0;
}

#tph_heat_alerts_list_container table.heatalert tr:nth-of-type(2n + 2) {
  background: transparent;
}

#tph_heat_alerts_list_container table.heatalert th {
  border-bottom: 0;
  color: #000;
  text-align: center;
}

#tph_heat_alerts_list_container table.heatalert tr td:nth-of-type(1n + 2),
#tph_heat_alerts_list_container table.heatalert tr th:nth-of-type(1n + 2) {
  border-left: 0;
}

#tph_heat_alerts_list_container table.heatalert {
  width: 100%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

#tph_heat_alerts_list_container table.heatalert td,
#tph_heat_alerts_list_container table.heatalert th {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 50%;
}

#tph_heat_alerts_list_container table td {
  padding-left: 20px;
  line-height: 2;
}

#tph_heat_alerts_list_container table.heatalert th {
  background-color: #9E301F;
  color: white;
  font-size: 20px;
  line-height: 2;
}

#tph_heat_alerts_list_container table.heatalert th:first-child {
  background-color: #e1bb47;
  color: black;
  font-size: 20px;
  line-height: 2;
}

#tph_heat_alerts_list_container table.heatalert td {
  background-color: #fbe7e3;
  color: #000;
}

#tph_heat_alerts_list_container table.heatalert td:first-child {
  background-color: #fff6de;
  color: #000;
}

#tph_heat_alerts_list_container table.heatalert th[colspan="2"] {
  background-color: #d3d3d3;
  color: black;
  font-size: 20px;
  line-height: 2;
}
