html, body {
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    height: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
#mainContainer {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
#searchBoxContainer {
    background-color: #3a3;
    padding-top: 20px;
    padding-bottom: 20px;
}

.checkbox-inline input[type=checkbox] {
    margin-top: 11px;
}

h1.ez-brand {
    font-weight: bold;
    text-align: center;
}

h1.ez-brand .eu {
    color: #3a3;
}

.manualSearchCountryBlock {
    margin-top: 10px;
}

div.banner {
    padding-top: 10px;
    padding-bottom: 10px;
}

div.app-plug {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer div {
    text-align: center;
    font-size: 0.9em;
}