.site-alerts-alert {
    padding: 0px 30px 0 10px;
    color: white;
    margin-bottom: 0;
	font-size: 0.9rem;
	line-height: 0.9rem;
	font-family: 'Roboto',sans-serif;
	text-align: initial;
}

.site-alerts-alert .wrap { width: 95%; max-width: 1140px; }

.site-alerts-alert p {
	font-size: 0.9rem;
	line-height: 1rem; }

.site-alerts-success {
    background-color: #4CAF50; /* green */
}

.site-alerts-info {
    background-color: #2196F3; /* blue */
}

.site-alerts-warning {
    background-color: #ff9800; /* yellow */
}

.site-alerts-danger {
    background-color: #f44336; /* red */
}

/* 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;
	position: absolute; top: 8px; right: 10px;
}

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