.message {
    width: 100%;
    padding: 10px;
    border: 1px solid transparent;
    font-size: .9em;
    margin-top: 10px;
    border-radius: 5px;
}

.message-centered {
    text-align: center;
}

.message-alert {
    background-color: #fee;
    border-color: #fcc;
}

.message--warning {
    border-color: #e0b3b2;
    background-color: #fff4f4;
}

.message--warning p+p {
    margin-top: 3px;
}

.message--small {
    font-size: .875em;
}

.message a:hover {
    text-decoration: underline;
}