.site-alerts-alert {
    padding: 0 20px;
    color: white;
    margin-bottom: 0;
}

.site-alerts-success {
    background-color: #2AA719 !important; /* green */
	color: white !important;
}

.site-alerts-info {
    background-color: #666 !important; /* blue */
	color: white !important;
}

.site-alerts-warning {
    background-color: #cfc323 !important; /* yellow */
	color: black !important;
}

.site-alerts-danger {
    background-color: #000 !important; /* red */
	color: white !important;
}

/* 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;
}