html, body {
    font-size: 16px;
    box-sizing: border-box;
}

body {
    margin: 0;
}

table, table tr, table td {
    padding: 0;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

table.mainbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border: 1px solid #6C0E10;
    width: 796px;
    margin: auto;
    max-width: 100vw !important;
    padding: 0;
}

.mainbox > tbody > tr:nth-of-type(2) td {
    line-height: 0;
}

.mainbox tr:nth-of-type(2) td > img {
    width: 100%;
    height: auto;
}

td.contentbox img {
    max-width: 96vw;
    height: auto;
    box-sizing: border-box;
}

.titlebar {
    background-color: #696;
    text-align: center;
    background-image: url('/images/topbanner.gif');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 45px;
    width: 100%;
    line-height: 45px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14pt;
    font-weight: bold;
    color: #6C0E10;
    padding: 0 1rem;
}

.navbar {
    background-color: #696;
    min-height: 20px;
    padding: 6px 5px 5px;
    text-align: center;
    overflow: auto;
}

.navbar a {
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    padding: 1px 2px;
    color: #6C0E10;
    vertical-align: middle;
    border: 1px solid #6C0E10;
    line-height: 13pt;
    background-color: #FFC;
    display: inline-block;
    margin: 3px auto;
}

.navbar a:hover {
    background-color: #FFF;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-style: italic;
    text-align: center;
    padding: 4px;
    border-top-width: 3px;
    border-right-width: 2px;
    border-top-style: solid;
    border-top-color: #6C0E10;
}

.contentbox {
    padding: 4px;
    box-sizing: border-box;
}

.picleft {
    padding: 4px;
    float: left;
    margin: 4px;
}

.picright {
    padding: 4px;
    float: right;
    margin: 4px;
}

.linx1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 14pt;
    font-weight: bold;
    color: #039;
    background-color: #F4F4F0;
    display: block;
    padding: 5px;
    text-align: left;
    margin-bottom: 5px;
}

.linx2 {
    font-size: 9pt;
    font-style: italic;
    display: block;
    padding: 2px 2px 2px 8px;
    margin-bottom: 5px;
    margin-top: 1px;
}

.linx1 a:link {
    text-decoration: none;
    color: #039;
    display: block;
}

.linx1 a:visited {
    text-decoration: none;
    color: #003399;
    display: block;
}

.linx1 a:hover {
    text-decoration: none;
    color: #F00;
    background-color: #E1DFEC;
}

.msg {
    font-size: 10pt;
    line-height: 14pt;
    font-weight: bold;
    background-color: #DEDEDE;
    text-align: center;
    border: 2px solid #BFD0EA;
}

.bwbtitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 16px;
    font-weight: bold;
    color: #006;
    background-color: #F4F4F0;
    display: block;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}

.bwbnotes {
    font-size: 9pt;
    font-style: italic;
    background-color: #F4F4F0;
    display: block;
    padding: 4px;
}

.biztitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 16px;
    font-weight: bold;
    color: #006;
    background-color: #BFD0EA;
    display: block;
    padding: 5px;
    text-align: left;
    margin-bottom: 5px;
    border: 1px solid #6C0E10;
}

#pics320right {
    padding: 2px;
    float: right;
    width: 320px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-style: italic;
    line-height: 10pt;
    color: #333;
    text-align: center;
}

#textleft {
    padding: 2px;
    float: left;
    width: 440px;
}

.cotttitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 14pt;
    font-weight: bold;
    color: #6C0E10;
    background-color: #FFC;
    border: 1px solid #6C0E10;
    text-align: center;
    margin: 4px;
    padding: 2px;
}

.tarrifhead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 13pt;
    font-weight: bold;
    color: #6C0E10;
    background-color: #FFC;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6C0E10;
}

.tarifftable {
    background-color: #FFFFE8;
    border: 1px solid #6C0E10;
}


a:hover {
    text-decoration: none;
}

.bottomnavbar form {
    background-color: #696;
    min-height: 26px;
    padding: 3px 5px 1px;
    margin-bottom: 0;
    display: block;
    overflow: auto;
}

.bottomnavbar form a {
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 1px;
    color: #6C0E10;
    vertical-align: middle;
    border: 1px solid #006;
    line-height: 14pt;
    background-color: #FFC;
}

.bottomnavbar form a:hover {
    background-color: #FFF;
    color: #000;
}

.submit {
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    color: #6C0E10;
    vertical-align: middle;
    border: 1px solid #6C0E10;
    line-height: 11pt;
    background-color: #FFC;
    margin-bottom: 4px;
}

.submit:hover {
    background-color: #FFF;
    color: #000;
}

.cottagelistnav {
    background-color: #FFF;
    border-bottom: #696 5px solid;
    border-left: #FFF 1px solid;
    border-right: #FFF 1px solid;
    border-top: #FFF 1px solid;
}

.cottagelistnav tr td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.cottagelistnav tr td a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFC;
    font-weight: normal;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 1px;
    padding-right: 1px;
    background-color: #696;
    border-bottom: #696 5px solid;
    text-decoration: none;
    border-left: #696 1px solid;
    border-right: #696 1px solid;
    border-top: #696 1px solid;
}

.cottagelistnav tr td a:hover {
    color: #000;
    background-color: #FFF;
    text-decoration: none;
}

.infobox {
    width: 500px;
    margin: auto;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 3px solid #6C0E10;
    font-size: 14px;
}

.infotable {
    width: 560px;
    margin: auto;
    margin-top: 5px;
    border: 3px solid #6C0E10;
    margin-bottom: 10px;
}

.infotable1 {
    border-right: #6C0E10 3px solid;
    padding: 5px;
    font-size: 14px;
}

.infotable2 {
    padding: 5px;
    font-size: 14px;
}

.infotable1 a {
    font-weight: bold;
}

.infotable2 a {
    font-weight: bold;
}

.infoboxb {
    width: 500px;
    max-width: 90vw;
    margin: 5px auto 10px;
    padding: 5px;
    border: 2px solid #6C0E10;
    font-size: 14px;
    display: block;
}

.infobox a {
    font-weight: bold;
}

#leftlisting {
    float: left;
    border-top: 1px solid #6C0E10;
    width: 230px;
    margin-left: 1px;
    background-color: #696;
    height: auto;
    padding: 5px;
    background-image: url('/images/grey-fade.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}

#rightlisting {
    float: left;
    padding: 5px;
    width: 520px;
    vertical-align: text-top;
}

.typetitle {
    padding-top: 20px;
    text-align: center;
    font-size: 19px;
    color: #EEEECC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.listing {
    padding-bottom: 5px;
    margin-left: 10px;
}

.listing a {
    color: #FFC;
}

.listing a:hover {
    color: #FFF;
}

.listing a:visited {
    color: #FFC;
}

.bwbtitlethin {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 16px;
    font-weight: bold;
    color: #006;
    background-color: #F4F4F0;
    display: block;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    width: 520px;
}

.bwbnotesthin {
    font-size: 9pt;
    font-style: italic;
    background-color: #F4F4F0;
    display: block;
    padding: 4px;
    width: 520px;
}

.ttpad {
    padding-bottom: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

#table {
    width: 50px;
    background-image: url(../images/logobg.jpg);
    background-position: top center;
    background-repeat: repeat-y;
}

.linkz {
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}

.histtitle {
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 12px;
}

.linkz a {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #930;
    padding-bottom: 5px;
}

.linkz a:hover {
    text-decoration: underline;
    color: #000;
}

.linkz a:visited {
    color: #963;
}

.biblio {
    height: 1300px;
}

.biblio ul li {
    padding: 5px;
}

.postcode {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.satnavtitle {
    font-size: 16px;
}

.satnavbigtitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 14pt;
    font-weight: bold;
    color: #6C0E10;
    background-color: #FFC;
    border: 1px solid #6C0E10;
    text-align: center;
    width: 400px;
    margin: auto;
    padding: 2px;
}

.bullet2 {
    padding-left: 190px;
    display: block;
}

.bullet2 li {
    margin-bottom: 5px;
}

#webmail {
    display: none;
}

@media screen and (max-width: 600px) {
    .mainbox > tbody > tr:nth-of-type(2) td img {
        display: none;
    }

    .mainbox > tbody > tr:nth-of-type(2) td {
        background-image: url('/images/pagebanner_half.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        height: 91px;
    }

    .titlebar {
        padding: 20px 0.5rem 0;
        line-height: 30px;
    }

    table.heading {
        max-width: 96vw !important;
        margin: auto;
    }

    .contentbox img:not(.ignore) {
        display: block;
        margin: auto;
        float: none;
    }

    #ignore {
        overflow: auto;
    }

    td.contentbox {
    }
}
