/* Validation errors on views with forms (red box with list of errors on top of the page) */
.error-info {
    margin-top: 40px;
    margin-bottom: -40px;
    padding-top: 10px;
}
