/* covid-19-alert */
#covid-19-alert {
  font-family: Roboto,Trebuchet MS,Helvetica,Arial,sans-serif;
  font-size: 14px;
}

  #covid-19-alert .alert {
    margin-bottom: 0;
    padding: 8px 35px 8px 36px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    border-radius: 0;
    line-height: 1.58;
    font-weight: 400;
  }

  #covid-19-alert .alert-info {
    background-position: 9px 50%;
  }

  #covid-19-alert .alert > p {
    margin-bottom: 0;
  }

  #covid-19-alert p {
    margin: 0 0 11px;
  }
