#alertsWrapper {
    margin-bottom: 5px;
    width: 100%}
#alertsWrapper #alertsContainer {
    font-family: 'Ubuntu', sans-serif;
    font-size: 128%;
    height: 32px;
    padding: 3px 0;
    line-height: 30px;
    margin: 0 auto!important;
    width: 980px;
    text-align: center;
}
#alertsWrapper #alertsContainer #alertLabel {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
#alertsWrapper #alertsContainer #alertDescription {
    padding: 0 5px;
    margin-left: 10px;
    margin-right: 10px;
}
#alertsWrapper #alertsContainer #alertDescription a {
    color: #fff;
    margin: 0!important;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, .5);
}
#alertsWrapper #alertsContainer #alertDescription a:hover, #alertsWrapper #alertsContainer #alertDescription a:focus, #alertsWrapper #alertsContainer #alertDescription a:active {
    border-bottom: 1px dotted white;
}
#alertsWrapper.Red {
    background-color: #c30f11;
}
#alertsWrapper.Yellow {
    background-color: #f2b41f;
}
#alertsWrapper.Blue {
    background-color: #254d76;
}
#alertsWrapper.Green {
    background-color: #6b9e32;
}
#alertsWrapper.Election {
    background-color: #000000;
}
#alertsWrapper.Election #alertDescription:before,
#alertsWrapper.Election #alertDescription:after {
    content: '\2605';
    color: white;
}
/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
