ul.messages {
    margin: 0;
    padding: 0;
    list-style: none;
}

.message {
    padding: 0.8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;

    background: #d5edf8;
    color: #205791;
    border-color: #92cae4;
}
.message p { text-indent: 0; }

.message :last-child { margin: 0; }

.success {
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880;
}

.warning {
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324;
}

.error {
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4;
}
