.site-alerts-alert {

    padding: 8px;

    color: white;

    /*margin-bottom: 15px;*/

}

.site-alerts-alert p { padding: 0; font-size: 16px; }


.site-alerts-success {
    background-color: #cd9f77; color: #fff !important; /* ltblue */
}
.site-alerts-info {
    background-color: #000; color: #fff !important; /* dkblue */
}
.site-alerts-warning {
    background-color: #a2a2a2; color: #fff !important; /* white */
}
.site-alerts-danger {
    background-color: #a26b3c; color: #fff !important; /* ltgray */
}


/* 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;

}