.container{
    max-width: 700px;
    padding: 0 !important;
}

#showvotebar { margin-top: 20px; }

header {
    background-color: #004066;
    height: 96px;
    padding: 20px;
    color: white;
    font-size: 2em;
}

button.btn {
    background-color: #004066;
    color: white;
    border-radius: 0;
}

.btn.focus,
.btn:focus,
.btn:hover {
    background-color: #3582ab;
    color: white !important;
}