﻿@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,900');
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');

/**********************************************************
 * Google Translate
 *********************************************************/
/*.googleTranslateElement {
}

    .googleTranslateElement .goog-te-gadget {
        color: white;
    }

    .googleTranslateElement .goog-logo-link {
        color: white !important;
    }*/

/**********************************************************
 * Google Custom Search Control (gcse)
 *********************************************************/
/*.googleSearchContainer .gsc-control-cse {
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

.googleSearchContainer input.gsc-search-button {
    border-radius: 4px;
}*/

/**********************************************************
 * Site components
 *********************************************************/
/* Site.Master Page Layout Elements */
body {
    /*padding-top: 50px;*/
    position: relative;
    font-size: 1.4em;
    margin: 0;
    background-color: #6ca439;
    font-family: 'Quicksand', Helvetica,Arial,sans-serif;
    min-height: 1050px; /* Stop gap measure until I figure out what's going on with the data-fix stuff from bootstrap */
}

form {
    background-color: #FFF;
}

h1 {
    font-size: 2em;
    margin: 5px 0;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: .85em;
}

h6 {
    font-size: .6em;
}

a {
    color: #6CA439;
    /*text-decoration: underline;*/
}

    a:focus, a:hover {
        color: #93BB6B;
        text-decoration: none;
    }

    a.btn {
        text-decoration: none;
    }

/* loading icon when ajax call taking longer than .5 sec */
#loadingIcon {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    color: #6ca439;
}


/* DATA PAGER BUTTONS */
.btnPageNum {
    display: inline-block;
    min-width: 20px;
}


#leaderboard-ad.display-ads {
    padding: 0 !important;
    /*background-color: #FF8300;*/
    /*background-color: #FFA34E;*/
    /*background-color: #FFC289;*/
    /*background-color: #FFE0C3;*/
    background-color: #CAC8C8;
    /*margin-bottom: 25px;*/
    display: block;
}

#leaderboard-ad img {
    margin: 0 !important;
}

#SponsoredContainer {
    /*background-color: #FFC289;*/
}

    #SponsoredContainer .row {
        background-color: #FFF;
    }

.EventsAnywhere {
    font-family: 'Shadows Into Light', cursive;
    color: #ff8300;
    font-size: 3.5em;
}

.SAHD {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 900;
    color: #6CA439;
    font-size: 2.75em;
    /*text-shadow: 1px 1px 0px rgba(0,0,0,.4);*/
}

h3.EventsAnywhere, h3.SAHD {
    margin: 0;
}

/*@media (min-width: 992px) {

    #SponsoredContainer .row {
        display: table;
        background-color: #FFF;
    }

        #SponsoredContainer .row [class*="col-"] {
            float: none;
            display: table-cell;
            vertical-align: top;
            padding: 0;
        }
}*/

.loginContainer {
    text-align: right;
}

.menu-spacer-left {
    padding-right: 2.0em;
}

.menu-spacer-right {
    padding-left: 2.0em;
}


/* Leaderboard Display Ad */
.panel-leaderboard {
    margin: 0.5em 0;
    height: 90px;
}

/* Header menu components */
.header-menu-container {
    display: table;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 0;
    border-bottom: 2px solid #ff8300;
}

    .header-menu-container a {
        text-decoration: underline;
    }

@media (max-width: 767px) {
    .navbar {
        min-height: 100px;
        border-bottom: 2px solid #ff8300 !important;
    }

    .navbar-header {
        padding-top: 1.0em;
        padding-bottom: 1.0em;
    }

    .header-menu-container {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        margin-top: 18px;
    }

    .navbar.affix {
        background-color: rgba(255, 255, 255, 1);
    }

    .site-logo img {
        height: 50px !important;
    }
}

.navbar-brand img {
    height: 60px;
}

.header-menu-container .header-menu-left {
    display: table-cell;
    vertical-align: bottom;
    width: 33.3333333%;
    padding-bottom: 10px;
    padding-left: 10px;
}

    .header-menu-container .header-menu-left .headerLeftMenuItem {
    }

        .header-menu-container .header-menu-left .headerLeftMenuItem .link-dashboard {
            text-decoration: underline;
            padding-right: 6px;
        }

        .header-menu-container .header-menu-left .headerLeftMenuItem .link-login {
        }

.header-menu-container .header-menu-center {
    display: table-cell;
    width: 33.3333333%;
    padding: 10px 0;
}

.header-menu-container .header-menu-right {
    display: table-cell;
    vertical-align: bottom;
    width: 33.3333333%;
}

.MenuSpacer {
    padding: 0 20px;
}

.navbar {
    border: none;
    border-radius: 0;
    color: #ff8300;
    margin-bottom: 0;
}

#QuickNav.nav a {
    color: #FFF;
    background-color: #ff8300;
    padding: 10px 15px 5px;
    margin-right: 5px;
    text-decoration: none;
}

    /*#QuickNav .menu-icon {
    padding-left: 0;
}*/

    #QuickNav.nav a:hover {
        color: #ff8300;
        background-color: #FFF;
    }

.navbar button, .navbar a {
    color: #ff8300;
}

.navbar .icon-bar {
    background-color: #ff8300;
}


.navbar.affix {
    width: 100%;
    top: 0px;
    z-index: 999 !important;
}

    .navbar.affix + div {
        margin-top: 120px;
    }

/*.affix ~ .container-fluid {
        position: relative;
        top: 100px;
    }*/

/*
.navbar-brand {
    padding: 0 15px;
}

    .navbar-brand img {
        height: 75px;
        width: auto;
    }

.navbar.affix .navbar-brand img {
    height: 50px;
    width: auto;
}*/


.nav > li > a:focus, .nav > li > a:hover,
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #ffa34e;
    color: white;
}

.dropdown-menu > li > a {
    color: #ffa34e;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-color: #ffa34e;
        color: white;
    }

a.dropdown-toggle {
    color: #FFF;
    background-color: #ffa34e;
    padding: 10px 15px 5px !important;
}

.site-logo {
}

    .site-logo img {
        height: 80px;
        width: auto;
        margin-top: 20px;
    }

/*.navbar.affix .site-logo img {
    height: 50px;
    width: auto;
}*/


.menu-icon {
    padding-right: 6px;
    padding-left: 6px;
}


.footer {
}

    .footer .footer-tangr {
        background-color: #6ca439;
        color: white;
        padding-top: 2.0em;
        padding-bottom: 1.0em;
    }

        .footer .footer-tangr a {
            color: white;
            text-decoration: underline;
        }

            .footer .footer-tangr a:last-child .footer-icon {
                padding-right: 0;
            }

        .footer .footer-tangr .footer-icon {
            font-size: 1.25em;
            padding-right: 6px;
        }

    .footer .footer-upper-section {
        /*padding: 3.0em 3.0em 0 3.0em;*/
        padding-top: 3.0em;
    }

@media (max-width: 767px) {
  .footer .footer-upper-section { 
    padding-top: 0;
  }
}

    .footer .footer-tangr .footer-upper-section .footer-section-heading {
        font-weight: bold;
        margin-bottom: 1.0em;
    }

    .footer .footer-tangr .footer-upper-section .footer-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .footer .footer-tangr .footer-upper-section .footer-menu li {
            margin: 3px 0;
        }

    .footer .footer-tangr .footer-upper-section .footer-logo-container {
        padding-top: 25px;
    }

        .footer .footer-tangr .footer-upper-section .footer-logo-container img {
            height: 75px;
            width: auto;
        }

        .footer .footer-tangr .footer-upper-section .footer-logo-container .social-media-container {
            padding-top: 1.0em;
            font-size: 1.5em;
        }

    .footer .footer-separator {
        margin-top: 3.0em;
        border-top: 1px solid white;
        padding-top: 3.0em;
    }


    .footer .footer-lower-section {
        padding: 0 3.0em 3.0em 3.0em;
    }

    .footer .footer-leaderboard {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }

.footer-menu-horizontal {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .footer-menu-horizontal li {
        display: inline-block;
        padding-right: 5.0em;
    }

@media (max-width: 767px) {
    .footer .footer-tangr {
        padding: 2.0em;
    }

        .footer .footer-tangr .footer-section-heading {
            margin-top: 2.5em;
        }

        .footer .footer-tangr .col-md-3:first-child .footer-section-heading {
            margin-top: 0;
        }

    .footer-logo-container {
        margin-top: 3.0em;
    }

    .social-media-container {
        padding-top: 1.5em !important;
    }

    .footer .footer-tangr .footer-menu li {
        margin: 6px 0;
    }

    /*.footer-menu-horizontal li {
        display: block;
        margin: 6px 0;
    }*/

    .footer-separator {
        margin-top: 2.0em;
        padding-top: 2.0em;
    }
}


.panel-ad {
    padding: 2.0em 1.0em;
    background-color: grey;
    color: white;
    font-size: smaller;
}

.panel-sponsored-title {
    font-size: smaller;
    display: block;
    margin-bottom: 3px;
}

.panel-sponsored-ad {
    padding: 2.0em 1.0em;
    text-align: center;
}

.form-info {
    margin-left: 0.50em;
    padding-bottom: 3px;
}

.formEntry {
    margin-top: 1em;
}

.vsCheckBox label {
    padding-left: 3px;
}

.errorMessage, .requiredField {
    color: red;
}

.errorMessage {
    padding-left: 1.0em;
    padding-top: 3px;
}

    .errorMessage[style*="display: inline"] {
        display: block !important;
    }

.requiredField {
    padding-left: 3px;
}

.button-container-spacer {
    margin-top: 20px;
}

.button-container-spacer-bottom {
    margin-bottom: 20px;
}

.no-data-items {
    font-size: larger;
    padding: 6px 0;
}

.no-data-items-bordered {
    border: solid #ddd;
    border-width: 4px 0;
    padding: 6px 0;
    font-size: larger;
    margin-bottom: 0.5em;
}

.no-data-items-bordered-dark {
    border: solid #333;
    border-width: 4px 0;
    padding: 6px 0;
    font-size: larger;
    margin-bottom: 0.5em;
}

.event-time {
    font-size: smaller;
}

.button-container {
}

.button-icon {
    font-size: 14px !important;
    padding-right: 10px;
}

.button-icon-left {
    padding-right: 6px;
}

.button-icon-right {
    padding-left: 6px;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

@media (max-width: 767px) {
    .no-padding-left {
        padding-left: 15px;
    }

    .no-padding-right {
        padding-right: 15px;
    }
}

.no-padding-horizontal {
    padding-left: 0;
    padding-right: 0;
}

.no-margin-horizontal {
    margin-left: 0;
    margin-right: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-padding {
    padding: 0 !important;
}

.no-border-top, tr.no-border-top > td {
    border-top: none !important;
}

#SecondaryNav {
    margin-top: 5px;
}

    #SecondaryNav a {
        color: #9d9d9d;
        display: inline-block;
        margin-left: 5px;
    }

        #SecondaryNav a:hover {
            text-decoration: none;
        }

.css-circle {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 4px;
    text-align: center;
}

/**********************************************************
 * Bootstrap additions/modifications
 *********************************************************/
/*@media(min-width: 768px){
	.navbar {
		border-radius: 0;
	}
}*/
.btn {
    padding: 5px 25px;
}

.btn-tangr-orange {
    color: #FFF;
    background-color: #FF8300;
    border-color: #FF8300;
}

    .btn-tangr-orange:hover {
        color: #FFF;
        background-color: #FFC289;
        border-color: #FFA34E;
    }


.colPadding div[class*='col-'] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.alert-spacer {
    margin-top: 1em;
    margin-bottom: 1em;
}

.tab-content {
    padding-top: 2em;
}

.input-group-addon a:hover {
    text-decoration: none;
}

.icon-save {
    font-weight: bold;
    font-size: larger;
    color: green;
}

.icon-cancel {
    font-weight: bold;
    font-size: larger;
    color: red;
}

.carousel-control .glyphicon-chevron-right {
    margin-right: -30px !important;
}

.carousel-control .glyphicon-chevron-left {
    margin-left: -30px !important;
}

.carousel-indicators {
    bottom: 0 !important;
}

ol.carousel-indicators {
    margin-bottom: 0;
}

.bs-container-table {
    display: table;
    width: 100%;
}

.bs-container-row {
    display: table-row;
    width: 100%;
}

.bs-col-table-cell {
    display: table-cell;
    float: none;
    vertical-align: top;
}

.bs-cell-align-middle {
    vertical-align: middle;
}

.table > tbody > tr:last-child {
    border-bottom: 1px solid #ddd;
}

.table th a {
    color: white;
    text-decoration: underline;
}

.table td[valign="middle"] {
    vertical-align: middle !important;
}

/*.form-horizontal .checkbox input[type=checkbox] {
	margin-left: 0;
}

.form-horizontal .checkbox label input[type=checkbox] {
	margin-left: -20px;
}*/

.checkbox input[type=checkbox] {
    margin-left: 0;
}

.checkbox-list {
    position: relative;
}

    .checkbox-list input[type=checkbox] {
        position: absolute;
        margin-left: 0;
    }

    .checkbox-list label {
        padding-left: 20px;
        font-weight: normal;
    }

.default-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-bottom-margin {
    margin-bottom: 6px !important;
}

a.aspNetDisabled {
    cursor: not-allowed;
}

.btn-borderless {
    border-width: 0;
}

.control-spacing-vertical {
    margin-top: 6px;
}

.control-spacing-vertical-bottom {
    margin-bottom: 1.75em;
}

.panel-default.panel-no-background > .panel-heading {
    background-color: transparent;
}

.panel-background-grey {
    background-color: #ddd;
}

.panel-title {
    color: black;
    font-weight: bold;
}

.panel-footer-separator {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.alert-icon {
    font-size: 2.0em;
}

.spinner {
    width: 100px;
}

    .spinner input {
        text-align: right;
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 4px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-right-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0;
        left: 4px;
    }

.btn-responsive {
    width: 100%;
}

.text-larger {
    font-size: larger;
}

.text-icon-size-large {
    font-size: 1.5em;
    line-height: 0em;
}

.text-icon-size-medium {
    font-size: 1.25em;
    line-height: 0em;
}

.text-icon-ghosted {
    color: rgba(0, 0, 0, 0.05);
}

    .text-icon-ghosted:hover {
        color: #c9302c;
    }

.text-bold {
    font-weight: bold;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited{
    background-color: #6CA439;
    border-color: #6CA439;
}*/

.btn-success {
    background-color: #6CA439;
    border-color: #6CA439;
}

/*.btn-success:hover{
    background-color: #ff8300;
}*/

/**********************************************************
 * GridView styles
 *********************************************************/
.gridview-header {
    font-weight: bold;
}

.table > tbody > tr > th {
    border-top: none;
    font-size: smaller;
}

.gridview-header th {
    vertical-align: middle !important;
}

    .gridview-header th[align="center"] {
        text-align: center !important;
    }

.gridview-pager td {
    padding-top: 1em;
    padding-left: 0.5em;
}

.gridview-pager tr td span {
    padding: 1em;
    background-color: black;
    color: white;
    border-radius: 0.5em;
}

.gridview-pager tr td a {
    padding: 1em;
    background-color: lightgrey;
    color: black;
    border-radius: 0.5em;
}

.form-group-separator {
    margin-top: 2.0em;
    border-top: 1px solid #ddd;
    padding-top: 1.0em;
}

.table-under-control-label {
    margin-top: 6px;
}

.vs-hide {
    display: none;
}

.header-grey {
    background-color: #ddd;
}

.inline-errorMessage {
    color: red;
    font-size: smaller;
}


/**********************************************************
* asp:DataPager classes
**********************************************************/
.datapager {
}

.datapager-spacer {
    margin: 2.0em 0;
}

.datapager > span {
    padding-left: 0.5em;
}

    .datapager > span > span {
        display: inline-block;
        margin-left: 0.5em;
        margin-right: 0.5em;
        padding: 1.0em;
        border: 1px solid #ddd;
        border-radius: 0.5em;
        color: black;
        background-color: #ddd;
    }

.datapager a {
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: 1.0em;
    border: 1px solid #ddd;
    border-radius: 0.5em;
    color: black;
}

    .datapager a:hover {
        text-decoration: none;
        background-color: #ddd;
    }

    .datapager a.aspNetDisabled {
        opacity: 0.2;
    }


/*EVENT LISTING CONTAINER *****************/

.CatHeader {
    /*background-color: transparent !important;*/
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: table;
    width: 100%;
}

    .CatHeader div {
        display: table-cell;
    }

        .CatHeader div:last-child {
            text-align: right;
            padding-right: 20px;
        }

            .CatHeader div:last-child a {
                color: #FFF;
            }

    .CatHeader h2 {
        margin: 0;
        padding: 0;
    }

        .CatHeader h2 a {
            color: #FFF;
            display: inline-block;
            width: 225px;
            font-size: .75em;
            padding: 10px;
            margin-top: 5px;
            text-decoration: none;
        }

            .CatHeader h2 a:hover {
                color: #FFF;
                text-decoration: underline;
            }

            .CatHeader h2 a img {
                width: 25px;
                margin-right: 5px;
            }

.EventListing {
    border: 1px solid black;
    border-radius: 6px;
    width: 100%;
}

a .EventContent {
    text-decoration: none;
    color: #333;
}

.EventContent {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 160px;
}

.EventBanner {
    display: table-cell;
    border-top-left-radius: 6px;
    width: 40%;
    padding-bottom: 20%;
    background-image: url("/Assets/Images/placeholder-200x100.png");
    background-size: cover;
    position: relative;
}

    .EventBanner img {
        padding: 5px;
        /*border-radius: 0 0 6px 6px;*/
        position: absolute;
        right: 10px;
        max-height: 30px;
        width: auto;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    }

    .EventBanner div {
        display: inline-block;
        background-color: #000;
        padding: 5px 12px;
        position: absolute;
        top: 10px;
        left: 10px;
        color: #FFF;
        text-transform: uppercase;
    }

.EventDetails {
    padding: 10px;
    display: table-cell;
    vertical-align: top;
    width: 60%;
    line-height: 1.5em;
}

.EventListing.Featured .EventContent {
    display: block;
}

.EventListing.Featured .EventBanner {
    display: block;
    width: 100%;
    padding-bottom: 50%;
    background-image: url("/Assets/Images/standard/nopic.png");
    background-size: cover;
    border-top-right-radius: 6px;
}

.EventListing.Featured .EventDetails {
    display: block;
    width: 100%;
    padding: 10px;
    min-height: 150px;
}

.EventListing h3.TitleContainer {
    margin: 10px 0;
    font-weight: bold;
    line-height: 1.5em;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.EventListing:not(.Featured) h3.TitleContainer {
    font-size: 1.15em;
}

.EventListing .PriceContainer {
    margin: 5px 0;
}

.ListingFooter {
    border-top: 1px solid black;
    display: table;
    width: 100%;
}

    .ListingFooter div {
        display: table-cell;
        width: 25%;
        padding: 5px 10px;
    }

        .ListingFooter div:last-child {
            display: table-cell;
            width: 75%;
            text-align: right;
        }

    /*a.FavEvent, a.FavVendor {
    cursor: pointer;
}*/

    /*.ListingFooter a {
        color: #CAC8C8;
        font-size: 20px;
    }*/

    .ListingFooter i {
        margin: 0 5px;
    }

a i.fa {
    font-size: 20px;
}

a i.fa-ticket {
    color: #000;
}


a i.fa-heart {
    color: #FF8300;
}

a i.fa-heart-o {
    color: #CAC8C8;
}

a:hover i.fa-heart-o {
    color: #FF8300;
}

.ListingFooter .fa-ticket:hover {
    color: #000;
}

.ListingFooter .fa-chevron-circle-right:hover {
    color: #6CA439;
}


/* END EVENT LISTING CONTAINER *****************/
/*Display Ads*/
#leaderboard-ad {
    text-align: center;
}

.display-ads {
    /*padding: 30px 0;*/
    /*background: #EFEFEF;*/
    display: none;
}

    .display-ads img, #leaderboard-ad img {
        width: 100%;
        max-width: 728px;
        max-height: 90px;
        margin: 10px 0;
        border: 0;
    }


/******************************************************************************
* Bootstrap Toggle iOS slider styles
******************************************************************************/
.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px;
}

    .toggle.ios .toggle-handle {
        border-radius: 20px;
        width: 40px;
    }

/******************************************************************************
** Modals
******************************************************************************/


.modal-header {
    background-color: #ff8300;
    color: #FFF;
}

    .modal-header .close {
        color: #FFF;
        text-shadow: none;
        opacity: 1;
    }

#pnlModalDialog .modal-header {
    background-color: inherit;
    color: inherit;
}

#termsModal .modal-megamenu {
    width: 80%;
    height: 90%;
    margin: 20px auto;
}

#termsModal .modal-body {
    height: 90%;
    overflow: auto;
}

#termsModal .modal-content {
    height: 100%;
}

#termsModal iframe {
    width: 100%;
    height: 99%;
    overflow: hidden !important;
    border: none !important;
}

.master-message-modal .alert-message {
    margin-top: 20px;
}

.master-message-modal .carousel {
    margin-top: 0 !important;
}

.alert a {
    font-weight: bold;
}


/* Multiple column CheckBoxList */
.radio-inline, .checkbox-inline { 
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

  .checkbox-inline label { font-weight: normal; }

.table.rbl-2col { 
  display: table;
  width: calc(100% - 40px);
  margin-left: 40px;
  margin-top: 6px;
}

  .table.rbl-2col tr:last-child { 
    border-bottom: none;
  }

  .table.rbl-2col td { 
    width: 50%;
    border-top: none;
    padding: 0;
    padding-right: 26px;
  }

.table.rbl-3col { 
  display: table;
  width: calc(100% - 40px);
  margin-top: 6px;
  margin-left: 40px;
}

  .table.rbl-3col tr:last-child { 
    border-bottom: none;
  }

  .table.rbl-3col td { 
    width: 33%;
    border-top: none;
    padding: 0;
    padding-right: 26px;
  }