@charset "utf-8";
/* CSS Document */

#covid-alert-wrapper {
  margin-left: 4px;
  text-align: left;
  padding-left: 5px;
  padding-right: 4px;
  margin-top: 10px;
}

.outer-div {
  display: table;
  margin-bottom: 1em;
  color: #fff;
  width: 99%;
  background-color: #588023;
  border-radius: 4px;
}

.alert-icon {
  display: table-cell;
  width: 50px;
  background-color: #45631d;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  /*border-right:1px solid rgba(59, 84, 24,0.95);*/
}

.alert-icon-arrow-container {
  display: table-cell;
  width: 10px;
  vertical-align: middle;
  text-align: left;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #45631d;
}

.alert-message {
  display: table-cell;
  font-family: 'TransportNew', Helvetica, Arial, sans-serif;
  padding: 10px;
}

.alert-message p {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-size: 1em !important;
  margin: 0 !important;
  line-height: 1.50em !important;
}

.alert-close {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.75);
  text-align: center;
}

a.close-link {
  padding: 8px !important;
  font-weight: bold !important;
  text-align: center !important;
  color: #fff !important;
  padding-top: 0 !important;
  text-decoration: none !important;
  background-color: transparent !important;
}

.outer-warning-div {
  display: table;
  margin-bottom: 1em;
  color: #fff;
  width: 99%;
  background-color: #c9272c;
  border-radius: 4px;
}

.warning-icon {
  display: table-cell;
  width: 50px;
  background-color: #f35555;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.warning-icon-arrow-container {
  display: table-cell;
  width: 10px;
  vertical-align: middle;
  text-align: left;
}

.arrow-warning-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f35555;
}

.warning-message {
  display: table-cell;
  font-family: 'TransportNew', Helvetica, Arial, sans-serif;
  padding: 10px;
}

.warning-message p {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-size: 1em !important;
  margin: 0 !important;
  line-height: 1.50em !important;
}

.warning-close {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.75);
  text-align: center;
}

#covid-alert-wrapper a {
  color: #fff !important;
}

#covid-alert-wrapper a:hover {
  color: #fff;
  text-decoration: none !important;
  background-color: transparent !important;
}