/**
Theme Name: SACA Theme
Theme Description: By David Thomas, May-September 2016.
*/

@import url("inline-spoilers-default.css");

body { 
        background-color: #e5e5e5; /* #7F8C94 ? #7E8B92 ? */
        background-image: url("./images/squares.png");
        background-repeat: repeat-x;
        background-position: bottom 0px left -25px;
        min-height: 100vh;
        margin: 0px;
        margin-top: 8px;
        position: relative;
        padding-bottom: 80px;
    }
    #wrapper { 
        width: 75%; 
        margin: 0px auto; 
    }
    @media all and (max-width: 1000px){  
        #wrapper { 
                width: 90%; 
                margin: 0px auto; 
            }
        }
    @media all and (max-width: 750px){  
        #wrapper { 
                width: 90%;
                margin: 0px auto; 
            }
        } 
    @media all and (min-width: 750px){  
        #header { 
                min-height: 165px;
            }
        } 
    #header { 
        border: 0px #a2a2a2 solid;
        background-color: #ffffff;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
        padding: 10px;
        box-shadow: 0px 0px 8px #cccccc;
    }
    #logoimage { 
        position: relative;
        width: 70%;
        max-height: 150px;
        max-width: 975px;
        overflow: hidden;
        display: inline-block;
    }
    @media all and (max-width: 750px){  
        #logoimage { 
                width: 100%;
                margin-left:auto;
                margin-right:auto;
                text-align: center;
            }
        } 
    #logoimage img{ 
        max-width: 100%;
    }
    #headerrightpanel{
        position: relative;
        float: right;
        right: 10px;
        max-width: 30%;
        height: 150px;
        border: 0px #000000 solid;
    }
    @media all and (max-width: 750px){  
        #headerrightpanel{
                width: 100%;
                display: none;
            }
        }
    #headertext { 
        position: relative;
        height: 130px;
        width: 100%;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        font-family: 'Abel';
        font-size: 12pt;
        white-space: nowrap;
    } 
    #socialpanel{
        position: absolute; 
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        display:inline-block;
    }
    #socialpanelsquashed{
        padding-top: 10px;
        display: none;
    }
    @media all and (max-width: 750px){  
        #socialpanelsquashed{
                display: block;
            }
        } 
    #socialcenter{
        margin-left:auto;
        margin-right:auto;
        text-align: center;
    }
    #socialicon{
        position: relative; 
        width: 30px;
        height: 30px;
        overflow: hidden;
        background-color: #ffffff;
        border-radius: 10px;
        margin-left: 5px;
        margin-right: 5px;
        display:inline-block;
    }
    @media all and (max-width: 750px){  
        #socialicon{
            width: 6vw;
        height: 6vw;
        margin-left: .5vw;
        margin-right: .5vw;
        border-radius: 1.25vw;
        }
    } 
    #socialicon img{
        width: 100%;
        height: auto;
    }
    .title { 
        font-size: 11pt;
        font-weight: bold; 
    }

#navbar { 
        height: 50px;
        background-color: #275e7f;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
        color: #ffffff;
        font-family: 'Abel';
        line-height: 50px;
        font-size: 12pt;
    }
    #navbar ul {
        margin: 0; 
        padding: 0; 
        list-style-type: none;
        list-style-image: none;
    }
    #navbar li {
        display: inline; 
        padding: 0px 0px 0px 15px;
    }
    #navbar a {
        text-decoration:none; 
        color: #ffffff; 
        padding: 8px 15px;
        border-radius: 10px;
    }
    #navbar a:hover {
        background-color: rgba(255, 255, 255, .25) !important;
        color: #ffffff; 
    }

#content { 
        width: 73%; 
    }
    #content hr {
        border: 0;
        height: 1px;
        width: 80%;
        margin-bottom: 0px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    }
    #content-post { 
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
        width: 100%;
        border: 0px #a2a2a2 solid; 
        background-color: #ffffff;
        float: left;
        overflow: hidden;
        box-shadow: 0px 0px 8px #cccccc, inset 0px -52px 125px -100px rgba(200, 200, 200,1);
        border-radius: 10px;
        border-top-left-radius: 0px;

        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #content-post h1 {
        font-size: 16pt;
        text-align: left;
        padding-top: 0px;
        padding-left: 2px;
        /*background-color: #ffffff;*/
        overflow: hidden;
        font-family: 'Abel';
        color: #275e7f;
        display: inline-block;
    }
    #content-post-title { 
        text-align: left;
        background-color: #ffffff;
        overflow: hidden;
        font-family: 'Abel';
        color: #275e7f;
        border-top-right-radius: 10px;
        border-radius: 0px;
    }
    #content-post-title h1 { 
        font-size: 20pt;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .content-category-post-title { 
        margin-left: 25px;
    }
    .pgn-available { 
        margin-left: 25px;
        background-image: url("images/pgn.png");
        background-position-y: center;
        background-repeat: no-repeat;
    }
    .content-category-post-title h2 { 
        text-align: left;
        background-color: transparent;
        overflow: hidden;
        color: #275e7f;
        border-top-right-radius: 10px;
        border-radius: 0px;
        font-size: 12pt;
        font-family: 'Arial';
        font-weight: normal;
        margin-left: 25px;
    }
    #content-category-post-title h2 { 
        text-align: left;
        background-color: transparent;
        overflow: hidden;
        color: #275e7f;
        border-top-right-radius: 10px;
        border-radius: 0px;
        font-size: 12pt;
        font-family: 'Arial';
        font-weight: normal;
        margin-left: 25px;
    }
    #content-post-title a {
        color: #275e7f;
        text-decoration: none;
    }
    .content-category-post-date h1 { 
        font-size: 16pt;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: : 5px;
        text-align: left;
        padding-left: 10px;
        /*background-color: #ffffff;*/
        overflow: hidden;
        font-family: 'Abel';
        color: #275e7f;
    }
    #content-post-date h4 {
        text-align: left;
        color: #275e7f;
        font-size: 11pt;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: 'Abel';
    }
    #content-category-clubcoach-header h1{
        font-size: 16pt;
        margin-bottom: 5px;
        text-align: left;
        padding-top: 15px;
        padding-left: 10px;
        /*background-color: #ffffff;*/
        overflow: hidden;
        font-family: 'Abel';
        color: #275e7f;
    }
    #content-category-clubcoach-header{
        text-align: left;
    }
    #content-post-body { 
        min-height: 150px;
        text-align: left;
        padding: 5px;
        font-family: "Helvetica";
        font-size: 12pt;
    }
    #content-post-body h1{
        font-size: 16pt;
        /*margin-bottom: 5px;*/
        text-align: left;
        padding-top: 0px;
        padding-left: 2px;
        /*background-color: #ffffff;*/
        overflow: hidden;
        font-family: 'Abel';
        color: #275e7f;
        display: inline-block;
    }
    #content-post-body h2 {
        padding-left: 7px;
        margin-top: 0px;
        text-align: center;
        font-family: Helvetica;
        font-weight: bold;
        font-size: 16px;
    }

/* Content Buttons*/
.content-button{
        width: 40%;
        margin-left: 30%;
        margin-top: 20px;
    }
    @media all and (max-width: 600px){  
        .content-button.dual{
                margin-left: 30% !important; 
                margin-bottom: 0px !important;
            }
        }
    @media all and (min-width: 600px){  
        .content-button.dual{
                margin-left: 5% !important;
                margin-bottom: 10px !important;
            }
        }
    .content-button.dual{
        margin-left: 5%;
        margin-right: 4% !important;
        display: inline-block !important;
        margin-bottom: 10px;
    }
    .content-button a {
        width: 100%;
        padding: 15px 10px;
        color: #ffffff;
        font-size: 12pt;
        font-family: Arial;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        float: center;
        text-align: center;
        border-radius: 3px;
        box-shadow: 0 1px rgba(0,0,0,0.1);
    }

/* Button Colouring */
#content-button-blue a {
        background-color: #21759B;
    }
    #content-button-blue a:active {
        background-color: hsla(199,65%,25%,1);
    }
    #content-button-red a {
        background-color: #D54B3D;
    }
    #content-button-red a:active {
        background-color: #a73225;
    }
    #content-button-orange a:active {
        background-color: #a75b25;
    }
    #content-button-orange a {
        background-color: #d1722e;
    }
    #content-button-grey a {
        background-color: #888888;
    }
    #content-button-grey a:active {
        background-color: #666666;
    }

#crosstable {
        line-height:1.5em;
        background:linear-gradient(180deg, #fff 1.5em, #f1f1f1 0em);
        background-size:3em 3em;
        background-origin:content-box;
        padding: 5px;
        font-family:"courier new", courier, monospace;
        font-size: 9pt;
        display: inline-block;
        border: solid 1px #DDDDDD;
        box-shadow: inset 0px 10px 0px -5px #FFFFFF, inset 0px -5px 0px 0px #FFFFFF, 0px 1px 3px 00px #999999;
        text-align: left;
    }
    #crosstable:first-line {
        font-weight: bold;
    }
    /* Spoiler Styling */
.sp-wrap-default {
        background: none repeat scroll 0% 0% #275e7f !important;
        border-color: #275e7f !important;
        border-radius: 5px;
        overflow: auto !important;
    }   
    .sp-wrap-default .sp-head {
        background: url(../img/icon_plus.gif) no-repeat left center;
        color: #FFFFFF !important;
        font-family: 'Abel';
    }
    .sp-wrap-default .sp-body {
        background: #f4f0f1 !important;
    }
    .sp-body {
        padding: 2px 15px !important;
        overflow: auto;
    }

#events-calendar-download, #warning {
        margin: 10px;
        border: 2px #275E7F;
        border-style: solid;
        border-radius: 2px;
        padding: 15px;
        line-height: 1.15em;
        text-align: center;
        background: #F9FAFB;
        font-family: "Helvetica";
    }
    h2.tribe-events-page-title {
        font-size: 19pt;
        font-weight: bold;
        text-align: center;
        background-color: #ffffff;
        overflow: hidden;
        font-family: 'Abel';
        color: #275e7f;
        padding: 5px;
        margin: 10px;
    }
    #tribe-events-bar {
        /*margin-bottom: 0 !important;*/
    }
    .tribe-bar-geoloc-filter {
        display: none !important;
    }
    .tribe-events-button {
        background-color: #666;
        background-image: none;
        border: 0;
        border-radius: 3px;
        box-shadow: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        /* line-height: normal; */
        padding: 6px 9px;
        text-align: center;
        text-decoration: none;
        margin-top: 5 !important;
        margin-bottom: 5 !important;
        text-transform: uppercase;
        vertical-align: middle;
        zoom: 1;
    }
    #tribe-events-footer {
        margin-bottom: 0px;
    }
    .tribe-events-gcal {
        margin-right: 0 !important;
    }
    a.tribe-events-gmap {
        font-size: 9pt;
        font-style: normal !important;
    }
    .tribe-events-list-event-description p {
        display: none !important;
    }
    .tribe-events-list-separator-month {
        display: none !important;
    }
    .type-tribe_events.tribe-clearfix {
        border-style: solid !important;
        border: 1px #E0E0E0;
        border-radius: 5px;
        padding: 25px !important;
        margin: 10px 0px !important;
        border-bottom: 2px solid #e0e0e0 !important;
        box-shadow: 0px 0px 8px #eeeeee;
        background-color: #abcdef;
        background: linear-gradient(to top, rgba(250,250,250,1), #FFFFFF);
    }
    .tribe-events-loop. tribe-events-event-meta {
        margin-bottom: 1em;
        font-size: 13px;
        margin-top: 0;
        font-family: 'Helvetica';
    }
    a.tribe-event-url {
        font-family: 'Abel';
        color: #275E7F !important;
        font-size: 14pt;
        margin: 0px !important;
    }
    .tribe-events-list .tribe-events-event-cost {
        float: right;
        margin: 0 0 5px 5px;
        display: none;
    }
    .tribe-events-list-event-description.tribe-events-content a {
        /* text-align: right; */
        float: right;
        font-family: 'Abel';
        padding: 0;
        margin: 0;
        display: none;
    }
    .tribe-events-loop .tribe-events-event-meta {
        margin-bottom: 5px !important;
        padding-left: 10px !important;
        padding-top: 5px !important;
    }
    .tribe-events-calendar thead th {
        background-color: #5C6870 !important;
        border-left: 1px solid #5C6870 !important;
        border-right: 1px solid #5C6870 !important;
    }
    .tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
        background-color: #9FA7AD !important;
    }
    .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
        background-color: #DDE1E3 !important;
    }
    #tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
        background-color: #21759b !important;
    }
    .tribe-events-single-event-description.tribe-events-content a {
        text-decoration: underline !important;
    }

#scrollable{
        overflow: auto !important;
    }

pre {
        overflow: auto;
    }

table {
        box-shadow: 2px 2px 5px 0px #999999;
        padding: 0;
        border-style: solid;
        border-color: #ABB4BA;
        border-width: 1px;
        border-spacing: 0px;
    }
    td {
        border: 1px #ABB4BA;
        border-style: solid;
        padding: 7px;
    }
    dt {
        font-weight: bold !important;
        margin-top: 10px !important;
        margin-bottom: 3px !important;
        font-size: 12pt !important;
    }
    dd {
        margin-left: 10px !important; /* KEEP THIS FOR ALIGNMENT */
        font-size: 12pt !important;
        word-wrap: normal !important;
    }
    dd a {
        text-decoration: underline !important;
    }
    dd.tribe-organizer {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        margin-left: 0px !important;
        font-weight: bold;
        text-decoration: none;
        font-family: "Abel";
        font-size: 16pt !important;
        color: #275E7F;
    }
    dd.tribe-organizer a {
        text-decoration: none !important;
        color: #275e7f;
    }
    dd.tribe-venue {
        font-weight: bold !important;
        word-wrap: normal;
        margin-bottom: 3px !important;
        margin-left: 0px !important;
    }
    h3.tribe-events-single-section-title {
        text-decoration: none;
        font-family: "Abel";
        font-size: 16pt !important;
        color: #275E7F;
        padding-bottom: 0px !important;
    }
    .tribe-events-meta-group-organizer > .tribe-events-single-section-title {
        display: none !important;
    }
    .tribe-events-venue-map {
        background: #eee !important;
        border: 1px solid #ddd !important;
        border-radius: 3px !important;
        display: inline-block !important;
        float: right !important;
        margin: 20px!important;
        padding: 5px !important;
        vertical-align: top !important;
        width: 58% !important;
        zoom: 1 !important;
        max-width: 55% !important;
    }
    .tribe-events-single-section {
        background-color:rgb(250, 250, 250) !important;
        border-color:rgb(238, 238, 238) !important;
        border-style:solid !important;
        border-width:1px !important;
        height: auto !important;
        margin: 30px 0px !important;
        word-wrap:break-word !important;
    }
    .tribe-events-cal-links {
        width: 100% !important;;
        display: inline-block !important;
        text-align: right !important;;
    }
    a.tribe-events-button {
        float: none !important;
        margin-right: 30px !important;
    }
    h1.tribe-events-single-event-title {
        font-size: 18pt !important;
    }
    .tribe-events-single-event-description.tribe-events-content {
        padding: 15px;
    }
    .tribe-events-schedule.tribe-clearfix {
        display: none;
    }
    #tribe-events-content {
        margin-bottom: 10px !important;
    }
    p.tribe-events-back {
        display: none !important;
    }
    #tribe-events-header {
        display: none !important;
    }
    h1.tribe-events-single-event-title {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    div[id*=tribe-events-daynum-] {
        border-radius: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .tribe-events-calendar div[id*=tribe-events-event-] {
        margin: 0 !important;
        margin-bottom: 2px !important;
        margin-top: 1px !important;
        border-radius: 2px !important;
        background-color: #ffffff !important;
        background: linear-gradient(to top, hsla(0,0%,96%,0.75), hsla(0,0%,100%,0.95)) !important;
        box-shadow: 0px 1px #DEDEDE !important;
        padding-top: 2px !important;
    }
    #tribe-events-content .tribe-events-calendar td {
        background-color: #EBEBEB;
    }
    #tribe-events-content .tribe-events-calendar td:hover {
        background-color: #D9E2E8 !important;
    }
    td.tribe-events-thismonth.tribe-events-present {
        background-color: #d3dade !important;
    }
    ul.tribe-events-sub-nav a {
        font-family: Arial !important;
        padding: 5px 10px !important;
        border-style: solid !important;
        border-width: 3px !important;
        background-color: #8E989F !important;
        color: #FFFFFF !important;
        display: inline-block !important;
        border-radius: 7px !important;
    }
    ul.tribe-events-sub-nav a:hover {
        background-color: #21759B !important;
    }
    a.tribe-events-ical.tribe-events-button {
        margin-left: 3px !important;
    }
    .tribe-events-meta-group.tribe-events-meta-group-organizer {
        width: 63% !important;
        display: inline-block !important;
        float: right !important;
        word-wrap: normal !important;
        padding-right: 4%
    }
    .tribe-address {
        font-style: normal;
    }
    dd.tribe-venue {
        font-family: Abel;
        font-size: 18px !important;
    }
    dd.tribe-venue a {
        text-decoration: none !important;
    }
    dd.tribe-venue-location {
        font-size: 15px !important;
        margin-left: 0px !important;
    }
    a.tribe-events-gmap {
        display: block;
    }
    #sidebar { 
        width: 25%; 
        /*min-width: 150px;*/ 
        float: right; 
        display: inline;
        padding: 0px;
    }
    #sidebar-object { 
        min-height: 150px;
        text-align: center;
        width: 100%;
        background-color: #ffffff;
        margin-top: 10px;
        border: 0px #a2a2a2 solid; 
        box-shadow: 0px 0px 8px #cccccc;
        border-radius: 10px;
        border-top-left-radius: 0px;
        font-family: 'Abel';
        display: inline-block;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
    #sidebar-object h2 { 
        color: #275e7f;
        font-size: 16pt;
        margin-top: 0px;
        margin-bottom: 10px;
        margin: 0px;
        margin-bottom: 5px
    }
    #sidebar-event-date {
        margin-top: 10px;
        width: 100%;
        color: #666666;
        font-size: 10pt;
        font-weight: bold;
        text-align: left;
        font-family: 'Arial';
        padding-left: 0px;
    }
    #sidebar-event-title { 
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: left;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        width: 100%;
    }
    #sidebar-events-widget-link {
        margin-top: 15px;
        text-align: right;
        width: 100%;
    }
    #sidebar-events-widget-link a {
        text-align: right;
        float: right;
    }
    #sidebar-links{
        margin-top: 10px;
        line-height: 150% !important;
    }
    .timeline-Header, .timeline-Footer {
        display: none;
    }
    .timeline-Viewport {
        overflow-y: auto !important;
    }
/* Mailcimp widget stuff 
iframe.mailmunch-sidebar-iframe{
        height: auto !important;
    }
.branding-container {
        display: none !important;
    }
.mailmunch-branding{
        display: none !important;
        }*/

#delimiter { 
        clear: both; 
    }
    #footer { 
        text-align: right;
        font-size: 8pt;
        height: 65px;
        font-family: 'Arial';
        color: #ffffff;
        background-color: rgba(175, 175, 175, .9);
        padding: 0px;
        padding-top: 5px;
        position: absolute;
        bottom: 0px;
        width: 100%;
        box-shadow: 3px 40px 150px #666666;
        overflow: hidden;
    }
    div#footer-panel {
        width: 100%;
        min-height: 10px;
    }
    #address {
        color: #ffffff !important;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 5px 20px;
        text-align: center;
        display: table;
        top: 0px;
        margin: 0 auto;
        background-color: rgba(0,0,0,.2);
        box-shadow: 0 0 150px 200px rgba(0,0,0,.2);
    }
    #address a {
        line-height: 18px;
        color: #eeeeff;
    }
    #copyright { 
        font-weight: bold;
        margin-bottom: 2px;
        padding: 0px;
    }
    #credit { 
        font-size: 7pt;
        font-family: 'Arial';
        color: #ffffff;
        position: absolute;
        bottom: 8px;
        right: 8px;
        display: none; /* FOR NOW */
    }

#error-message { 
        min-height: 350px;
    }

body .theme-simple .text {
        /* Newsletter Signup form text size */
        font-size: 12px !important;
    }

.details-table {
        border-style: none;
        box-shadow: 2px 2px 5px 1px #aaaaaa;
        padding: 0;
        border-spacing: 0px;
        border-collapse: collapse;
        width: 90%;
        margin-left: 5%;
    }

.details-table td {
        border: none;
        border-style: none;
        padding: 10px;
    }

.details-table td:first-child {
        font-weight: bold;
        color: #275e7f;
        text-align: right;
        vertical-align: text-top;
        white-space: nowrap;
        padding-left: 20;
        background-color: #f1f3f4;
        padding-right: 10px;
    }

table.roundtimes {
        box-shadow: none !important;
        border-style: none;
        display: inline-block;
    }

table.roundtimes tr:first-child td  {
        padding-top: 0px !important;
    }

table.roundtimes tr:last-child td {
        padding-bottom: 0px !important;
    }

table.roundtimes b {
        color: #275e7f !important;
        font-weight: bold !important;
    }

table.roundtimes td {
        background-color: #ffffff !important;
        color: #000000 !important;
        font-weight: normal !important;
        padding: 10px 15px !important;
        min-width: 60px;
    }

#main-image img {
        max-width: 80% !important;
    }

#imagewrap{
    width: 100%; 
    height: auto; 
    margin: 0 auto; 
    overflow: hidden;
}

#floatright{
    width: 50%; 
    margin: 0 auto; 
    float: right;
}

#floatleft{
    width: 50%; 
    margin: 0 auto; 
    float: left;
}
.wp-caption {
    padding-top: 3px;
    margin-bottom: 5px;
    background: #f1f3f4;
    box-shadow: 2px 2px 5px 1px #aaaaaa;
}
.wp-caption-text {
    margin: 0px;
    padding: 10px 0px;
}

.tribe-events-loop .tribe-events-event-meta {
    float: right !important;
}

h2.tribe-events-list-event-title a.tribe-event-url {
    display: inline-block !important;
}

#sidebar-tournamententry {
    text-align: left;
    font-family: 'Helvetica';
    font-size: 11pt;
    padding-top: 10px;
}

#sidebar-tournamententry ul {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

#sidebar-tournamententry li {
    padding-top: 10px;
}

#honourboard {
    width: 100%;
    /* margin-top: 22px; */
    margin-bottom: 20px;
}

#honourboard tr:nth-child(even) td:nth-child(odd), #honourboard tr:nth-child(odd) td:nth-child(even) {
    /*background-color: #c19b7b;*/
    background-color: #f1f1f1;
}

#honourboard td {
    border: 1px #ABB4BA;
    border-style: solid;
    padding: 7px;
    width: 20% !important;
    height: 75px !important;
    text-align: center;
    /*background-color: #f0d9b5;*/
    background-color: #ffffff;
    background-image: url("images/shield.png");
    background-position-y: center;
    background-size: 40%;
    background-repeat: no-repeat;
    word-break: break-word;
    padding-left: 7%;
    font-weight: bold;
    font-size: 10pt;
}

#honourboard td#null {
    background-image: none !important;
}

#honourboard th {
    border: 1px #ABB4BA;
    background-color: #f1f1f1;
    background-image: none !important;
    padding: 2% !important;
    text-align: center;
    font-weight: normal;
    /*background-color: #c19b7b;*/
}

#honourboard th h1 {
    /*color: #ffe900 !important;*/
    font-size: 1.9em;
    letter-spacing: .1em;
    text-align: center;
    font-family: 'Oswald', 'sans-serif';
    font-weight: normal;
}

#honourboard h2 {
    padding-top: 14px;
    font-size: 14pt;
}

#pgn-generated-warning {
    color: #FF0000;
}

#pgn-notice {
    margin: 10px;
    border: 2px #275E7F;
    border-style: solid;
    border-radius: 2px;
    padding: 15px;
    line-height: 1.15em;
    text-align: center;
    background: #F9FAFB;
    font-family: "Helvetica";
}

.wp-editor-container {
    width: 100% !important;
}

.hidlink a {
    text-decoration: none !important;
    color: #ffffff !important;
}

.redwarning{
    text-align: center;
    font-weight: bold;
    color: #EE0000;
}

/* ***************************** */
/* Stuff for Costings Calculator */
/* ***************************** */

#calc_calcContainer {
    font-family: Airal, "Arial", sans-serif;
    width: 100%;
    text-align: center;
}

.calc_section {
    width: 45%;
    min-width: 355px;
    padding: 2%;
    display: inline-block;
    /*border: 2px solid;*/
    vertical-align: top;
    text-align: left;
    font-size: 16pt;
}

#calc_titleRow {
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: 16pt;
    padding: 10px 0px 15px 0px;
}

#calc_row {
    width: 100%;
    display: block;
    padding: 5px;
}

#calc_col1 {
  width: 150px;
  display: inline-block;
  max-height: 25px;
}

#calc_col2 {
  width: 90px;
  display: inline-block;
  text-align: right;
  max-height: 25px;
}

#calc_col3 {
    width: 100px;
    display: inline-block;
    text-align: center;
    max-height: 25px;
}

#calc_calcResult {
    text-align: center;
    padding: 20px;
    margin: 20px 0px;
    font-size: 20pt;
    text-decoration: underline;
    border: 2px solid;
}

#fideDisclaimer {
    display: none;
}

.calc_centerbox {
    text-align: center !important;
}

.calc_redtext {
    color: #ff0000;
}

.calc_greentext {
    color: #00cc00;
}

#calc_calcContainer input[type=text] {
    width: 60px;
    background-color: #ffffff;
    font-size: 11pt;
    padding: 5px;
}

#calc_calcContainer input[type=checkbox] {
    width: 11pt;
    height: 11pt;
    margin-right: -15px;
}

#calc_type {
    height: 30px;
    width: 60px;
}