@charset "utf-8";
body {
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-size: 100%;
    margin: 0 auto;
    color: #000;
    background: #fff url(background.png) repeat-y center top;
}
a {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}
.oneColFixCtr #container {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    position: relative;
}
#mainContent {
    padding: 10pt 3%;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    clear: left;
}
li {
    float: left;
    font-weight: bold;
    border-right: 1px solid #bbb;
    display: block;
    width: 170px;
    color: white;
    text-align: center;
    padding: 7px 8px;
    text-decoration: none;
}
li:hover {
    background-color: #111;
}
li.active:hover {
    background-color: #9F1D3A;
}
.active {
    background-color: #9F1D3A;
}
#logo {
    margin: 3px;
    background: url(logo.svg);
    background-repeat: no-repeat;
    height: 45px;
    width: 555px;
    float: left;
}
#bannerTop {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 110px;
    background: #FFF;
    position: sticky;
    z-index: 1;
    top: 0;
}
#logo2 {
    float: right
}
footer {
    text-align: center;
    clear: both;
    padding: 25px;
    font-size: .8em;
}
h1, h2 {
    font-size: 1em;
}
fieldset {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 500px;
    padding: 10px
}
.error {
    color: #F00;
    font-weight: bold;
}
.calc {
    width: 100%;
    max-width: 420px;
    font-size: 1em;
    text-align: center;
    border-radius: 15px;
    border: 4px solid #000000;
    background: rgba(240, 240, 240, .4);
    margin-right: 120px;
    margin-top: 35px;
    margin-bottom: 50px;
    /* float: left*/
}
#WTRinfo{font-style: italic; font-size: .8em;}

@media only screen and (min-width: 980px) {
    .calc {
        float: left;
    }
}
.calc .calcHeader {
    background-color: #E4E4E4;
    text-align: center;
    padding: .1em .7em;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#abv {
    max-width: 330px
}
.calc input {
    text-align: right;
}
.calc p {
    margin-bottom: 1.5em
}
.calc .calcHeader p {
    margin-bottom: 1em;
}
.hidden {
    visibility: hidden
}
.button {
    height: 28px;
    width: 146px;
    text-align: center;
    padding-top: 12px;
    font-weight: 700;
    margin-right: auto;
    margin-left: auto
}
label:hover {
    cursor: pointer
}

.intro {
    min-width: 340px;
    width: 50%;
}

input, select {
    font-size: 1em
}
input[type='number'] {
    width: 120px;  
}

#quantity, #quantity2 {
    width: 75px;
}
form {
    margin: 20px
}
.draught, .D {
    display: none;
}
.info {
    clear: both;
    margin-top: 15px;
    min-width: 300px;
    width: 50%;
}

#ETR {font-size:0.9em;font-style: italic;}

.disclaimer {
    display: block;
    font-size: 0.6em;
    color: #555;
    margin-top: 35px;
}