.flash-success .title, .flash-error .title, .flash-notice .title {
    font-weight: bold;
}

.flash-success, .flash-error, .flash-notice {
    padding: 10px;
    color: #fff;
    margin: 10px 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.flash-success {
    background-color: #88b358;
}

.flash-error {
    background-color: #fbeb00;
    color:#444;
    text-shadow: none;
}

.flash-notice {
    background-color: #df8a31;
}

.flash-success a.close, .flash-error a.close, .flash-notice a.close {
    font-weight: bold;
    color: #404040;
    text-decoration: none;
    float: right;
    font-size: 20px;
    opacity: 0.25;
    text-shadow: 0 1px 0 #FFFFFF;
}

.flash-success a {
    color: #fff;
}