.notice, .success, .warning, .danger, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.notice {
    color: #00529B;
    background-color: #BDE5F8;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.danger {
    color: #D8000C;
    background-color: #FFBABA;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}


/* The close button */
.closebtn {
    margin-left: 15px;
    color: #404040;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 10px;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: red;
}