/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.emergency-notifications {
    padding: 10px;
    background-color: #BB0000;
    color: white;
}

div.emergency-notifications a{
    padding: 10px;
    color: white;
    text-decoration: underline;
    text-decoration-color: white;
    border: none;
}

div.emergency-notifications a:hover{
    background-color: #660000;
}

