div.response{
    width:100%;
    padding: 1em;
    margin-bottom: 1em;
    color: white;
}
div.response a {
    font-weight: normal;
    color: inherit;
    text-decoration: underline;
}
div.response.success {
    background-color:#00a732;
}
div.response.error {
    background-color:#660000;
}