.health-alerts ul {
    z-index: 10;
}

.health-alerts li a, 
.health-alerts li a:visited,
.mobile-alerts li a, 
.mobile-alerts li a:visited {
	color: #333333 !important;
    text-decoration: underline;
}

.health-alerts li ,
.mobile-alerts li {
    background-color: #FFD440;
    border-radius: 2px;
    color: #333333;
    font-weight: 600;
    padding: 3px 10px !important;
}

.mobile-alerts b {
    color: #333333 !important;
}