.site-alerts-alert {
    padding: 5px 5px 1px 5px;
    color: white;
    margin-bottom: 15px;
}

.site-alerts-success {
    background-color: #00917C;
    color: #fff;
}

.site-alerts-info {
    background-color: #82BEBE;
}

.site-alerts-warning {
    background-color: #FA7946;
}

.site-alerts-danger {
    background-color: #C53314;
}

/* The close button */
.site-alerts-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.site-alerts-closebtn:hover {
    color: black;
}