body {
    color: rgb(68, 68, 68);

}

header {
    height: 75px;
}

header img {
    max-width: none;
    height: 77px;
    width: 176px;
    position: relative;
}

section.banner {
    background-color: #000040;
    box-shadow: inset 0 -5px 5px 0 rgba(0,0,0,0.15);
    padding-top: 15px;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"], input:hover[type="submit"] {
    background-color: #78AC4D;
    color: white;
}

section.banner nav {
    height: 56px;
}

a, a:hover {
    color: white;
}

svg {
    fill: white;
}

.breadcrumb a {
    margin-right: 10px;
    display: inline-block;
}

.breadcrumb a:before {
    display: inline-block;
    content: ' ';
    background-image: url(../images/chevron.png);
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    top: 3px;
    position: relative;
    margin-right: 5px;
}

input#zipcode {
    margin-bottom: 0;
}

.banner h1 {
    font-size: 44px;
    padding-top: 110px;
    padding-bottom: 24px;
}

h1 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

h2 {
    font-size: 23px;
    margin-top: 40px;
    font-weight: bold;
}

h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: bold;
}

h4 {
    font-size: 16px;
}

#content {
    padding-top: 15px;
}

#number {
    width:188px;
}

.autocompleter {
    display: block;
    background: #f0f0f0;
    width: 188px;
}

.autocompleter-item {
    margin-bottom: 0;
    padding: 5px 10px;
}

.zip-container, .number-container {
    float: left;
    margin-right: 15px;
}

.zip-container label, .number-container label {
    margin-bottom: 5px;
}

.clear {
    clear: both;
}

p i {
    margin: 10px 0 0;
    font-size: 13px;
}

#type {
    width: 300px;
    height: 90px;
}

.date {
    width:130px;
}

#subm {
    margin-top: 30px;
    display: none;
}

#f label {
    display: inline-block;
    margin-right: 10px;
}

#bigbag_extra {
    width: 300px;
}

#fiets_extra {
    height: 110px;
}

a.dark, a.dark:hover {
    color: rgb(68, 68, 68);
    display: inline-block;
    margin: 10px 0 0;
    font-size: 13px;
}

.rules {
    margin-top: 15px;
    margin-bottom: 2px;
    font-weight: bold;
}

ul.rulesList {
    list-style: circle;
    margin-left: 20px;
}

ul.rulesList li {
    margin: 0;

}