
#title,
#title a
{
                padding: 10px 0px 3px;
                font-weight: bold;
                font-family: Tahoma,Arial,sans-serif;
                font-size: 16px;
                text-decoration: none;
                color: #444444;
}
#summary
{
                font-family: Arial,sans-serif;
                font-size: 16px;
}
  
.alertWrapper
{
        background: #FF0505 !important ;
        color: #fff !important;
        font-size: 16px;
        text-align: center;  
        box-shadow: 0px 0px 5px #333333;
        box-sizing: border-box;
        width: 100%;
}
  
#alert {
font-size: 1.6em;
  color: white;
  display: block;
  text-align: center;
  font-weight: bold;
  padding:.3em;
}

.alertWrapper p{
  font-size: 1.4em;
  display: block;
  text-align: center;
  padding: .7em .2em 1em .2em;
  margin-right: .4em;
}
