
.alert-container{
    width: 500px;
    border: 0px solid #000;
    overflow: hidden;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999999;
}
.alert-container p{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.4rem !important;
    font-weight: 400;
    color: #fff;
    margin: 5px 0 5px 8px !important;
    line-height: 160% !important;
}
.cbtn h2{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0 0 5px 0 !important;
}
.cbtn a{
    font-weight: 600;
    color: #fff;
}
.cbtn ol{
    margin: 6px 0 6px 8px !important;
}
.alert-container li{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.4rem !important;
    font-weight: 300;
    color: #fff;
    line-height: 130% !important;
}
.city-wide {
    padding: 10px;
    background-color: #800000;
    margin-bottom: 0;
    border: 5px solid #fff;
}
.Citipark {
    padding: 10px;
    background-color: #007642;
    margin-bottom: 0;
    border: 5px solid #fff;
}
.special_events {
    padding: 10px;
    background-color: #2980B9;
    margin-bottom: 0;
    border: 5px solid #fff;
}
.dpw-alert {
    padding: 10px;
    background-color: #EB9532;
    margin-bottom: 0;
    border: 5px solid #fff;
}

/** The close button **/
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 24px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}
@media only screen and (max-width: 1680px) {
    
    .alert-container{
        width: 820;
    }
    .cbtn h2{
        font-size: 1.5rem;
    }
    .alert-container p{
        font-size: 1.3rem !important;
    }
    .alert-container li{
        font-size: 1.3rem !important;
    }
    
}
@media only screen and (max-width: 900px) {
    
    .alert-container{
        width: 100%;
        margin: 10px 00 0;
        bottom: 0;
        right: 0;
    }
    .cbtn h2{
        font-size: 1.4rem;
    }
    .alert-container p{
        font-size: 1.3rem !important;
    }
    .cbtn ol {
        padding: 0 0 0 15px;
        font-size: 1.2rem !important;
    }
    
}