
header {
    background-color: black;
}

div.bottom {
    height: 50px;
    background-color: black;
    text-align: center;
}

div.bottom ul {
    margin: 16px 0 0 0;
}

div.bottom ul li {
    color: white;
}

@media (max-width: 767px) {
    div.row div.nothing {
        display: none;
    }
}

.error-message {
    text-align: left;
	color: #ff0000;
}

.form-error {
    background-color: #ffcccc;
}


