#flashes {
    width: 100%;

    height: auto;
}

#flashes ul li {
    height: auto !important;
    height: 1.7em;

    min-height: 1.7em;

    text-align: center;
}

#flashes ul li.error {
    background: #FF0000;

    color: #FFFFFF;
}

#flashes ul li.success {
    background: #AAD400;
}

#flashes ul li.warning {
    background: #FFFF00;
}

#flashes ul li div {
    font-size: 1.7em;

    line-height: 1.2em;

    margin: auto;

    padding: 0.25em;

    text-align: left;

    width: 44.705em;
}
