﻿html {
    color: Black;
    line-height: 1;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    line-height: 140%;
}

body {
    margin: 0 0 0 0;
}

a {
    text-decoration: none;
}

input[type="checkbox"] {
    cursor: pointer;
}

.datepick {
    width: 120px;
    padding: 4px;
    border: 1px solid silver;
    color: Gray;
    border-radius: 2px;
    text-align: center;
}

.ui-datepicker-month {
    padding: 0px;
}

.video {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pdficon {
    border: 0px;
    margin-right: 5px;
    vertical-align: middle;
}

a.bluelink {
    color: White;
}

    a.bluelink:hover {
        text-decoration: underline;
    }

select {
    border: 1px solid silver;
    padding: 4px;
    border-radius: 4px;
}

#source_postcode {
    border: 1px solid silver;
    padding: 4px;
    width: 80px;
    text-transform: uppercase;
    border-radius: 5px;
}

#catTable tr:nth-child(even) {
    background-color: #eee;
}

#catTable tr:nth-child(odd) {
    background-color: #fff;
}
/* Background Image */
img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px; /* Set up proportionate scaling */
    width: 100%;
    height: auto; /* Set up positioning */
    position: fixed;
    top: -185;
    left: 0;
}

.hint {
    color: Gray;
    font-style: italic;
    margin-left: 10px;
}

.clear {
    clear: both;
}

.smallbtn {
    background-color: #222935;
    color: White;
    padding: 4px;
    display: inline;
    cursor: pointer;
    margin-left: 2px;
    border-radius: 2px;
}

.logoutbtn {
    float: right;
    cursor: pointer;
    display: inline;
    padding: 8px;
    border-radius: 5px;
    background-color: Red;
    color: white;
    font-weight: bold;
}

.btn {
    display: inline;
    padding: 6px;
    border-radius: 5px;
    background-color: #222935;
    color: White;
    cursor: pointer;
    z-index: 10;
}

.smbtn {
    display: inline;
    padding: 3px;
    border-radius: 3px;
    background-color: Red;
    color: White;
    cursor: pointer;
}



#savedMsg {
    float: right;
    display: none;
    color: Red;
    margin-top: 20px;
    margin-right: 10px;
}

.btn-right {
    float: right;
    margin-top: 16px;
    margin-left: 4px;
}

.btn a {
    color: White;
    padding: 6px;
}

.btn_red {
    display: inline;
    padding: 6px;
    border-radius: 5px;
    background-color: #C31E03;
    color: White;
    cursor: pointer;
}

    .btn_red a {
        color: White;
        padding: 6px;
    }

.wide_footer {
    color: Gray;
    font-size: 1.0em;
    padding: 20px 20px 20px 20px;
    border-top: 4px solid silver;
}

    .wide_footer a {
        color: Gray;
        padding: 4px;
    }

        .wide_footer a:hover {
            background-color: Silver;
            color: Black;
        }

#footer {
    padding: 10px 0px 30px 0px;
    min-height: 100px;
    margin-top: 14px;
    border-top: 4px solid silver;
}

    #footer ul {
        width: 190px;
        float: left;
        padding: 0 0 0 0;
        list-style-type: none;
        list-style-position: outside;
        list-style-image: none;
        color: Gray;
        margin-left: 20px;
    }

#footGraphics {
    text-align: center;
}

    #footGraphics a img {
        padding: 15px;
        border: 0px;
    }
/* Set first li to bold, subsequent lis to normal */
li {
    font-weight: bold;
    line-height: 150%;
}

    li + li {
        font-weight: normal;
    }

    li a {
        text-decoration: none;
        color: Gray;
    }

        li a:hover {
            text-decoration: underline;
        }

#podarea {
    width: 858px;
    margin-bottom: 10px;
}

.blogitem {
    box-sizing: border-box;
    width: 100%;
    border-top: 4px solid Silver; /*#222935;*/
    padding: 8px 10px 10px 10px;
}

.bidpod {
    box-sizing: border-box;
    width: 840px;
    background-color: #222935;
    border-radius: 7px;
    float: left;
    margin-left: 7px;
    margin-right: 6px;
    margin-top: 14px;
    color: White;
    overflow: hidden;
    position: relative;
    padding: 4px 20px 20px 20px;
}

    .bidpod a {
        color: White;
    }

        .bidpod a:hover {
            text-decoration: underline;
        }

    .bidpod ul {
        width: 350px;
        float: left;
        margin: 0px 10px 20px 20px;
    }

    .bidpod p {
        padding-left: 20px;
    }

    .bidpod > p:first-of-type {
        width: 100%;
        font-weight: bold;
        font-size: 1.3em;
    }

p.enhance {
    width: 100%;
    font-weight: bold;
    font-size: 1.3em;
}

.widepod {
    position: relative;
    width: 860px;
    height: 200px;
    background-color: #222935;
    color: White;
    line-height: 160%;
}

.widepod_title {
    padding: 20px;
    width: 210px;
    font-size: 1.8em;
    line-height: 1.2em;
}

.widepod_text {
    font-size: 1.4em;
    height: 100px;
    width: 220px;
    padding: 20px;
}

.widepod_image {
    height: 200px;
    width: 600px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    background-size: cover;
    background-position: center center;
}

.widepodpicdisplaymsg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: white;
    color: black;
    opacity: 0.7;
    border-top-right-radius: 5px;
    padding: 1px 7px 1px 10px;
    font-size: 0.8em;
}

.pod_image_caption, .section_image_caption {
    opacity: 0.7;
    background-color: white;
    color: black;
    padding: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.wide_image {
    position: relative;
    width: 600px;
    height: 200px;
    overflow: hidden;
    border: 1px solid silver;
    background-position: center center;
    background-size: cover;
}

#widepic_message {
    position: absolute;
    width: 400px;
    left: 0px;
    bottom: 0px;
    border: 1px solid silver;
    font-size: 0.8em;
    padding: 4px;
    opacity: 0.9;
}

.podpic {
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 118px;
    z-index: 3;
}

#podpic_message {
    position: absolute;
    width: 200px;
    left: 0px;
    bottom: 0px;
    border: 1px solid silver;
    font-size: 0.8em;
    padding: 4px;
    opacity: 0.9;
}

#spic, #spodpic {
    background-position: center center;
    background-size: cover;
}

#tweetpod {
    width: 270px;
    height: 778px;
    border-radius: 7px;
    border: 1px solid silver;
    float: right;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 14px;
    color: White;
    overflow: hidden;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    cursor: pointer;
    box-sizing: border-box;
}

    #tweetpod > div {
        height: 778px;
        overflow-y: scroll;
        border-radius: 0px;
    }

.pod {
    width: 270px;
    height: 250px;
    border-radius: 7px;
    background-color: #222935;
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 14px;
    color: White;
    overflow: hidden;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    cursor: pointer;
}

.podpicdisplaymsg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgb(0,0,0);
    opacity: 0.7;
    border-top-right-radius: 5px;
    padding: 1px 4px 1px 2px;
    font-size: 0.8em;
}

.pod_image {
    width: 270px;
    height: 120px;
    overflow: hidden;
}

.podtitle {
    font-size: 1.7em;
    padding: 0px 10px 10px 10px;
    line-height: 1.1em;
}

.podtext {
    font-size: 1.2em;
    width: 250px;
    padding: 10px;
    position: absolute;
    top: 50px;
    height: 74px;
    background-image: url(../images/glyph.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    overflow: hidden;
    z-index: 5;
}

.right_glyph {
    position: absolute;
    z-index: 2;
}

.item {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 838px;
    border-bottom: 2px solid silver;
    padding: 20px 0px 20px 20px;
    color: Gray;
    cursor: pointer;
    position: relative;
}

    .item:hover {
        background-color: #F4F6FA;
    }

#imageLocn {
    width: 300px;
    height: 150px;
    background-position: center center;
    background-size: cover;
    border: 1px solid silver;
}

.pod_pic {
    position: relative;
    width: 270px;
    height: 120px;
    border: 1px solid silver;
    overflow: hidden;
}

.item_pic {
    width: 150px;
    height: 110px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.section_pic {
    width: 270px;
    height: 120px;
    border: 1px solid silver;
    float: left;
    margin-right: 20px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.separator {
    border: 2px solid silver;
    height: 0px;
}

.item_title {
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    width: 600px;
    margin-bottom: 10px;
}

.section_title {
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    width: 500px;
    margin-bottom: 10px;
}

.item_description {
    float: left;
    font-size: 1.0em;
    font-weight: normal;
    max-width: 600px;
}

.section_description {
    max-width: 530px;
}

.item_main_title {
    font-size: 2.0em;
    font-weight: bold;
    color: Gray;
    margin: 20px 20px 20px 20px;
}

.item_main_description {
    color: #202020;
    font-size: 1.2em;
    margin: 0px 20px 20px 20px;
    min-height: 370px;
    border: 2px solid Silver;
    border-radius: 10px;
    padding: 30px;
    line-height: 1.2em;
}

.main_image_area {
    float: right;
    height: auto;
    width: 300px;
    margin: 0px 0px 30px 30px;
    border: 1px solid Silver;
    border-radius: 10px;
    padding: 4px;
    color: #202020;
    padding: 10px;
    /*font-size:1.1em;*/
    line-height: 140%;
}

    .main_image_area img {
        width: 100%;
        height: auto;
    }

.highlight {
    background-color: yellow;
}

.addressName {
    font-size: 1.3em;
}

#topstripe {
    position: absolute;
    width: 100%;
    background-image: url(../images/skyStripe.png);
    background-repeat: repeat-x;
    height: 400px;
}

#topstripe1 {
    position: absolute;
    width: 100%;
    background-image: url(../images/topstripe.png);
    background-repeat: repeat-x;
    height: 400px;
}

#main {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#mainpage {
    min-height: 600px;
    background-color: White;
    padding: 20px;
}

#main_logo {
    margin-top: 10px;
    margin-left: -1px;
    margin-bottom: 10px;
    width: 400px;
    height: auto;
}

#tagline {
    position: absolute;
    right: 0px;
    top: 93px;
}

#fbook {
    position: absolute;
    right: 0px;
    top: 28px;
    height: 40px;
}


#letourbtn {
    position: absolute;
    left: 244px;
    top: 12px;
}

#twittr {
    position: absolute;
    right: 50px;
    top: 28px;
    height: 40px;
}

#maps {
    position: absolute;
    right: 100px;
    top: 25px;
    height: 40px;
}

#fairtrade {
    position: absolute;
    right: 224px;
    top: 28px;
}

#search {
    position: absolute;
    top: 28px;
    left: 400px;
    height: 40px;
    border: 2px solid white;
    width: 344px;
    border-radius: 4px;
    background-color: White;
    padding: 4px;
    font-size: 16px;
    color: Gray;
    box-sizing: border-box;
    z-index: 201;
}

#search_results {
    position: absolute;
    background-color: White;
    display: none;
    width: 600px;
    padding: 20px;
    color: Gray;
    box-sizing: border-box;
    border: 2px solid white; /* #222935;*/
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 200;
}

    #search_results table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

    #search_results td {
        border-bottom: 1px dashed silver;
        font-size: 1.3em;
        font-weight: bold;
        padding: 4px;
        cursor: pointer;
    }

    #search_results tr:hover {
        background-color: #fbf7e2;
    }

    #search_results img {
        width: 100px;
        margin-right: 10px;
    }

#line {
    width: 500px;
    background-color: White;
    height: 2px;
    position: absolute;
    top: 78px;
    left: 400px;
}

.sdesc {
    font-size: 0.8em;
    font-weight: normal;
}

#dialogMask {
    z-index: 199;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: Black;
    -moz-opacity: .50;
    filter: alpha(opacity=50);
    opacity: .50;
}

#category_selection, #mdistrict {
    padding: 6px;
    color: #202020;
    font-size: 11pt;
    background-color: #e1e1e1;
    margin-left: 4px;
}

#cat_select {
    border-bottom: 1px dotted silver;
    text-align: right;
    padding: 5px 0px 5px 0px;
    color: Gray;
    font-size: 12pt;
    width: 860px;
}

.tab {
    display: inline;
    background-color: #A79E75;
    border-bottom: #A79E75 1px solid;
    float: left;
    margin-right: 3px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    color: White;
    cursor: pointer;
    text-transform: capitalize;
    padding: 8px;
}

    .tab:hover {
        background-color: #909EB2;
    }

.tab-offers {
    background-color: #ee1c25 !important;
}

#moreTab {
}

#morePanel {
    position: absolute;
    background-color: #A79E75;
    color: White;
    display: none;
    padding: 10px;
    z-index: 10;
    display: none;
    width: 120px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.more_item {
    padding: 6px;
    border-bottom: 1px solid silver;
    width: 90%;
}

    .more_item a {
        padding: 0px !important;
        display: block;
        width: 100%;
    }

    .more_item:hover {
        background-color: #909EB2;
    }

#tabmenu div a {
    color: White;
    font-weight: bold;
    font-size: 1.0em;
    padding: 10px 10px 10px 10px;
}

.tab_selected {
    display: inline;
    float: left;
    margin-right: 3px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    cursor: pointer;
    text-transform: capitalize;
    background-color: White !important;
    color: Gray !important;
    border-bottom: white 1px solid !important;
}

    .tab_selected a {
        background-color: transparent !important;
        color: Gray !important;
    }

/* Slider */
.ft-title {
    padding: 12px;
    border-top-right-radius: 10px;
}

/* MAP */
#admin_map_canvas {
    width: 500px;
    height: 400px;
    border: 1px solid silver;
}

#map-canvas {
    height: 500px;
    width: 860px;
    margin-top: 4px;
}

#map_selections tr td {
    text-transform: uppercase;
    font-size: 8pt;
}

#directions_panel {
}

/* End Map */

/* BLOG Stuff */

.blog_edit_item {
    width: 650px;
    height: 200px;
    font-family: Verdana;
    border: 1px solid silver;
    padding: 10px;
}

.bidDisplay {
    margin-left: 40px;
    margin-right: 40px;
    display: none;
}

.bTitle {
    font-weight: bold;
    background-color: #222935;
    color: White;
    text-align: left;
}

    .bTitle td {
        padding: 4px;
    }

/* Sortable */
#podsorter, #itemsorter {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#sortable, #items_sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #sortable li {
        margin: 3px 3px 3px 0;
        padding: 1px;
        float: left;
        width: 160px;
        height: 120px;
        font-size: 1.2em;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        background-color: #222935;
        color: White;
        cursor: move;
    }

    #items_sortable li {
        margin: 3px 3px 3px 0;
        padding: 1px;
        float: left;
        width: 480px;
        height: 30px;
        font-size: 1.2em;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        background-color: #222935;
        color: White;
        cursor: move;
    }

/* Key to Map */

.historic {
    background-color: #94D4EE;
    padding: 6px;
}

.victoria {
    background-color: #F4C7DB;
    padding: 6px;
}

.highstreet {
    background-color: #FFCE67;
    padding: 6px;
}

.south {
    background-color: #D6C4A5;
    padding: 6px;
}

/* Sections Admin */
.section_intro {
    position: absolute;
    width: 206px;
    height: 334px;
    border: 1px solid silver;
    overflow-y: scroll;
    right: 0px;
    top: 20px;
    padding: 2px;
}

#sectionIntroduction {
    position: absolute;
    bottom: 54px;
    left: 0px;
    z-index: 20;
    width: 100%;
    height: 200px;
    border: 1px solid silver;
    background-color: silver;
    display: none;
    padding: 4px;
    box-sizing: border-box;
}

#sIntroText {
    width: 100%;
    border: 1px solid silver;
    height: 188px;
    font-family: Verdana;
    padding: 10px;
    box-sizing: border-box;
}

.si {
    color: Gray;
    padding: 4px;
    border-bottom: 1px dotted silver;
}

/* Stats */
#statsList {
    color: Gray;
    font-size: 2.0em;
    line-height: 200%;
}

#summaryStats {
    text-align: center;
    font-size: 0.8em;
}

#statsTable tr:hover {
    background-color: #fbf7e2;
}

#statsTable td, th {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid silver;
}

#refsTable td {
    font-size: 0.7em;
    border: 0px !important;
    padding: 4px 10px 4px 0px !important;
    line-height: 120% !important;
    margin: 0px !important;
}

/* languages */
#langbtn {
    position: absolute;
    right: 220px;
    top: 33px;
    cursor: pointer;
    display: none;
}

#cookienote {
    /*position: absolute;*/
    top: 0px;
    height: 46px;
    background-color: #222935;
    color: White;
    width: 430px;
    padding: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: none;
    z-index: 1000;
}

    #cookienote a {
        color: White;
        text-decoration: underline;
    }

        #cookienote a:hover {
            background-color: White;
            color: #222935;
        }

#cx {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 20pt;
    cursor: pointer;
}

/* Adverts */

.advert {
    margin-top: 2px;
    background-color: #222935;
    color: White;
    font-size: 1.0em;
    padding: 4px;
    position: relative;
    overflow: hidden;
    width: 300px;
}

#advertTitle, #advertURL, #advertCategory {
    border: 1px solid silver;
    border-radius: 5px;
    padding: 4px;
    width: 300px;
}

.advertTitle {
    cursor: pointer;
    font-size: 1.2em;
    margin-bottom: 3px;
}

#advertCopy {
    height: 80px;
    font-family: Verdana;
    font-size: 0.9em;
    border: 1px solid silver;
    border-radius: 5px;
    padding: 4px;
    width: 300px;
}

.adDelete {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 1.2em;
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
    cursor: pointer;
    padding: 2px;
}

.adCatTitle {
    font-size: 1.4em;
    color: silver;
    padding-right: 10px;
}

/* General */
.centered {
    margin-left: auto;
    margin-right: auto;
}

.errmsg {
    color: Red;
    font-size: 0.8em;
}

/* Slides */
#slidelibrary {
    height: 400px;
    overflow-y: auto;
    padding: 10px;
}

#slidesorter {
    border: 1px solid silver;
    height: 500px;
    overflow-y: auto;
    padding: 10px;
}

.slideimage {
    width: 156px;
    height: 70px;
    border: 1px solid silver;
    margin: 4px;
    float: left;
    overflow: hidden;
    position: relative;
}

    .slideimage img {
        width: 100%;
    }

.slideitem {
    border: 1px solid silver;
    margin: 0px 0px 4px 0px;
    background-color: #efefef;
    color: Black;
    cursor: move;
}

    .slideitem table {
        float: left;
    }

    .slideitem input[type="text"] {
        border: 1px solid silver;
        padding: 4px;
        width: 450px;
    }

    .slideitem img {
        border: 1px solid silver;
        margin: 2px;
        width: 156px;
        height: 70px;
        float: right;
        cursor: pointer;
    }

#imagePicker, #blogEditor {
    position: absolute;
    background-color: White;
    width: 720px;
    height: 500px;
    border: 4px solid silver;
    border-radius: 4px;
    display: none;
    z-index: 100;
}

#ipTitle, #blogEdTitle {
    background-color: #222935;
    color: White;
    padding: 4px;
    position: relative;
}

.blogcontents img {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 350px;
    height: auto;
}

#blogEditTable input[type="text"], #blogEditTable textarea {
    border: 1px solid silver;
    padding: 4px;
    width: 500px;
}

#blogEditTable textarea {
    height: 120px;
}

#bimage {
    width: auto;
    height: 140px;
}

#librarypic_uploader {
    margin-top: 10px;
}

.closeDialog {
    position: absolute;
    top: 2px;
    right: 4px;
    color: White;
    font-size: 1.4em;
    cursor: pointer;
}

.deleteMe {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 2px;
    color: Red;
    background-color: White;
    font-size: 1.1em;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border: 1px solid silver;
}

/* Front Page Slide Show */

.cycle-slideshow, .cycle-slideshow * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cycle-slideshow {
    width: 100%;
    min-width: 200px;
    margin: auto;
    padding: 0;
}

    /* anchors */
    .cycle-slideshow > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        background-color: #222;
        display: block;
    }

        /* images */
        .cycle-slideshow > a > img {
            width: 100%;
            position: static;
            display: block;
        }

    /* divs */
    .cycle-slideshow > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        height: 384px;
        /*border: 1px solid silver;*/
        overflow: hidden;
    }

.composite > div {
    background: white;
}

    .composite > div > img {
        display: block;
    }

    .composite > div .cycle-overlay {
        color: white;
        background: black;
        opacity: .6;
        filter: alpha(opacity=60);
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 15px;
    }

    .composite > div .slide-top-msg {
        color: white;
        background: black;
        opacity: .6;
        filter: alpha(opacity=60);
        position: absolute;
        top: 0;
        width: 100%;
        padding: 15px;
        font-size: 2.0em;
        line-height: 140%;
    }


.cycle-slide p {
    margin: 0;
    padding: 10px;
}

.special-intro {
    font-size: 20pt;
    color: silver;
}
/* End of Front Page Slide Show */

#pdfList {
    overflow-y: auto;
    height: 350px;
    border: 1px silver solid;
    padding: 4px;
    font-size: 0.85em;
}

.pdflist {
    padding: 12px;
}

    .pdflist:hover {
        background-color: aliceblue !important;
    }

    .pdflist:nth-child(odd) {
        background: #efefef;
    }

.right {
    float: right;
}

.pdfrefresh {
    float: right;
}

.fileid {
    padding: 4px;
    background-color: #222935;
    color: white;
    margin-right: 10px;
}

/* Contact Form */
#contactTable {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding:30px;
    background-color:#194557;
}
#contactTable td{
    padding:10px;
    color:white;
}

    #contactTable input[type=text], #contactTable textarea {
        width: 100%;
        padding: 6px;
        border: 1px solid #efefef;
    }

    #contactTable textarea {
        height: 80px;
        font-family:Arial;
    }

.emStatement {
    background-color: lightgoldenrodyellow;
    padding:30px;
    text-align:center;
    color:black;
}
#emResponse{
    height:30px;
}
.warning{
    background-color:#e2052f;
    text-align:center;
}
.secondphase{
    display:none;
}

.btn-light {
    display: block;
    padding: 6px;
    border-radius: 5px;
    background-color: cornflowerblue;
    color: White;
    cursor: pointer;
    z-index: 10;
    text-align:center;
}

/* Select Events By Month */
.mnth{
    padding:10px;
    border:1px solid silver;
    float:left;
    margin:6px;
    cursor:pointer;

}
.mnth-selected{
    background-color:#222935;
    color:white;
}