/**** frost alert ****/
.sweeps-alert {
  background: red;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  color: white;
}
.frost-alert {
  background: yellow;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 55px;
}
.frost-emphasis {
  color: red;
  font-weight: 600 !important;
}
.frost-alert-date {
  padding: 0 1em;
}
.frost-am {
  padding-right: 1em;
}