Have you changed your css file lately? I have this in mine, and this could fix your issue, but I'm not 100% on this cause I havent tried it.
.advisoryBox {
color: black;
font-size: 12px;
text-align: center;
width: 650px;
background-color: #FFE991;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}
.advisoryBoxnoactive {
color: red;
font-size: 12px;
text-align: center;
width: 650px;
background-color: #FFE991;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}
.watchBox {
color: red;
font-size: 12px;
text-align: center;
width: 650px;
background-color: #FFE991;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}