.alertInner {
  background: #cd1a1a;
  color: #fff;
  padding: 20px;
  position: relative;
  /*box-shadow: 0px 0px 5px #333333;*/
  box-sizing: border-box;
 text-align: center;
  z-index: 55;
  font-size: 24px;
font-weight: bold;
 width: 100%;

}
.emergency_summary, .emergency_read_more{
    display: inline-block;
}
.emergency_read_more {
    margin-left: 20px;
}
.emergency_read_more a {
    color: #fff;
font-size: 18px;
    text-decoration: underline;
}
.emergency_read_more a:hover, .emergency_read_more a:focus {
    color: #ffeb00;
}
.alertWrapper {
    max-width: 100%;
}