#waterConditionsAlert {
position: relative;
}

#waterConditionsAlert p {
    margin-bottom: 0;
    font-weight: 500;
}

#waterConditionsAlert img {
    vertical-align: sub;
}

#waterConditionsAlert a {
    color: #ffffff;
    text-decoration: none;
}

#waterConditionsAlert a:hover {
    color: #b4b4b4;
    text-decoration: none;
}

#waterConditionsAlert #waterConditionAlertClosed {
    top: 2px;
    padding: 0 .5rem 0 0;
}



#surveyAlert {
position: relative;
}

#surveyAlert p {
    margin-bottom: 0;
    font-weight: 500;
}

#surveyAlert img {
    vertical-align: sub;
}

#surveyAlert a {
    color: rgba(255, 193, 7, 1);
    text-decoration: none;
}

#surveyAlert a:hover {
    color: rgba(255, 193, 7, .7);
    text-decoration: none;
}

#surveyAlert #surveyAlertClosed {
    top: 2px;
    padding: 0 .5rem 0 0;
}