/* styles_a.css - alert styling for TOFS public pages */

.tofs-alert-box{
  font-size: 25px;
  color: red;
  font-weight: bold;
  border: 2px solid red;
  padding: 12px 14px;
  margin: 12px 0;
  border-radius: 10px;
  background: #fff;
}

.tofs-alert-item{
  margin: 6px 0;
}
