.flash {
    border: 1px solid;
    padding: 14px;
    border-radius: 4px;
    margin: 0 0 20px 0;
    cursor: pointer;
}
.flash.success {
    background-color: #dff0d8;
    color: #468847;
    border-color: #d6e9c6;
}