/*--STYLESHEET FOR ANNOUNCEMENTS--*/
.total {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 4%;
    font-size: 32px;
    color: #FF7801;
}
.viewed {
    text-align: center;
    background: #0ece68;
    padding: 3%;
    font-size: 25px;
    color: #fff;
    height:215px;
}
.notviewed {
    text-align: center;
    background: #e54b4b;
    padding: 3%;
    font-size: 25px;
    color: #fff;
    height:215px;
}
.stats {
  text-align:center;
}
form#seacrh-email-form .button {
    padding: 3px;
    font-size: 15px;
}