.notice {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin: 5px 15px 2px;
    padding: 0.5em;
    font-size: 24px;
    text-align: center;
}
.notice-success {
    border-left-color: #46b450;
}
.notice-success.notice-alt {
    background-color: #ecf7ed;
}
.notice-warning {
    border-left-color: #ffb900;
}
.notice-warning.notice-alt {
    background-color: #fff8e5;
}
.notice-error {
    border-left-color: #dc3232;
}
.notice-error.notice-alt {
    background-color: #fbeaea;
}
.notice-info {
    border-left-color: #00a0d2;
}
.notice-info.notice-alt {
    background-color: #e5f5fa;
}
