html,
body {
    min-height: 100%;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Lato', sans-serif !important;
    font-size: 15px;
    line-height: 25px;
    color: #666;
    overflow: hidden;
}

a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    color: #333;
}

h1.heading-line {
    margin-top: 0;
}

.heading-line {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.heading-center {
    text-align: center;
}

.heading-line:after {
    content: "";
    display: block;
    position: absolute;
    border-top: 2px solid transparent;
    height: 0;
    width: 30px;
    min-width: .5em;
    left: 0;
    bottom: 0;
    border-color: #1b417f;
}

.heading-line.heading-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

header {
    width: 100%;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 9;
    background-color: #1d427d;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    /* border-bottom: 5px solid #288641; */
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0px 0;
    position: absolute;
    top: -15px;
    z-index: 99;
    background-color: #fff;
    padding: 2px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}

.navbar-nav > li > a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 22px 15px;
    text-shadow: none;
}

.nav > li.active > a, .nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active {
    background-color: #fff;
    color: #1d427d;
}

.nav > li.active > a span,
.nav > li > a:focus span,
.nav > li > a:hover span,
.nav > li > a:active span {
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    color: #fff;
}

.navbar-nav > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    background: #1b427d;
    border-radius: 0;
    border-right: 0;
    min-width: 220px;
    border-left: 0;
    padding: 0;
}

.dropdown-menu > li > a {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 7px 20px;
    /* border-bottom: 1px solid #e5e5e5; */
}

.dropdown-menu > li {
    /* border-bottom: 1px solid #3a90c2; */
}

.dropdown-menu > li:first-child {
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #f7d114;
    background-image: none;
    background: transparent;
}

.dropdown-menu > li:last-child {
    border-bottom: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 180px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Slider
----------------------------------------------------------*/
.rev_slider .tp-caption span {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    background-color: #1b427d;
    margin: 15px 0;
    padding: 5px 20px;
}

.rev_slider .tp-caption {
    font-size: 40px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-weight: 900;
}

.rev_slider .ot-btn {
    margin-bottom: 0 !important;
    width: 155px;
}

.rev_slider .thin-text {
    font-weight: 100;

}

.slider-home-1 .tparrows {
    background: transparent;
}

.slider-home-1 .tparrows:hover {
    background: transparent;
}

.slider-home-1 .tparrows:before {
    content: "";
    display: block;
    width: 20px;
    height: 37px;
}

.slider-home-1 .tparrows.tp-leftarrow:before {
    content: "";
    background: url("../assets/Left.png");
}

.slider-home-1 .tparrows.tp-rightarrow:before {
    content: "";
    background: url("../assets/Right.png");
}

.rev-scroll-btn {
    z-index: 7;
    border-color: rgba(255, 255, 255, 0.3);
    border-style: solid;
    border-width: 2px;
    border-radius: 23px 23px 23px 23px;
    box-sizing: border-box;
}

.rev-scroll-btn span {
    border-radius: 100%;
    background: rgba(225, 255, 255, 0.9);
}

.tp-kbimg-wrap img {
    width: auto !important;
    height: 100% !important;
}

.ot-btn {
    font-size: 12px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 15px;
    outline: none;
    transition: all 0.6s ease 0s;

    letter-spacing: 1px;
}

.tp-bullets.custom .tp-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    margin-right: -2px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    position: relative;
    -webkit-transition-duration: 250ms;
    -webkit-transition-property: background;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: 250ms;
    -moz-transition-property: background;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: 250ms;
    -o-transition-property: background;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 250ms;
    transition-property: background;
    transition-timing-function: ease-in-out;
}

.tp-bullets.custom .tp-bullet.selected:hover, .tp-bullets.custom .tp-bullet.selected {
    background: rgba(255, 255, 255, 0);
}

/** News **/
.welcomeNews {
    position: relative;
    padding-bottom: 150px;
    background-color: #f1f1f1;
}

.welcomeNews:before,
.welcomeNews:after {
    width: 100%;
    content: '';
    z-index: 999;
    position: absolute;
    background-color: #fff;
}

#slider-h11:after,
#slider-h11:before {
    width: 100%;
    content: '';
    z-index: 999;
    position: absolute;
    background-color: #f1f1f1;
}

.welcomeNews:before,
#slider-h11:before {
    left: -125px;
    bottom: -170px;
    height: 190px;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    transform: rotate(7deg);
}

.welcomeNews:after,
#slider-h11:after {
    right: -270px;
    bottom: -400px;
    height: 480px;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.welcomeNewsWrapper {
    background-color: #f1f1f1;
    background-image: url(../images/newsBackground.jpg);
    background-repeat: no-repeat;
}

.newsItem .news-thumb {
    position: relative;
    overflow: hidden;
}

.newsItem {
    min-height: 320px;
}

.newsItem .news-thumb .hover-action {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(40, 40, 40, 0.5);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.newsItem .news-thumb .hover-action a {
    color: #fff;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.newsItem .news-thumb .hover-action a i {
    width: 48px;
    height: 48px;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    line-height: 48px;
    font-size: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
}

.newsItem .news-thumb:hover .hover-action {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.newsItem h4 a {
    color: #282828;
    font-size: 20px;
    display: block;
    line-height: 24px;
    min-height: 50px;
}

.newsItem h4 a:hover {

}

.news-date {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 15px;
    background-color: #1b417f;
    color: #fff;
}

/*** Welcome Venue **/
.welcomeVenue {
    background-color: #1b427d;
    color: #fff;
}

.welcomeVenue h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.welcomeVenue span {
    color: #9c9da1 !important;
    display: block;
    margin-bottom: 15px;
}

.welcomeVenueImage {
    background-size: cover;
}

.custom-col-padding-both {
    padding: 150px;
}

/*** Welcome Gallery ***/

.welcomeGallery {
    background-color: #f1f1f1;
    background-image: url(../images/photoBackground.jpg);
    background-repeat: no-repeat;
    padding: 80px 0;

}

.welcomeGallery h2,
.welcomeNewsWrapper h2 {
    font-size: 50px;
}

.photo-thumb {
    position: relative;
    overflow: hidden;
}

.photo-thumb .hover-action {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(40, 40, 40, 0.5);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.photo-thumb .hover-action a {
    color: #fff;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.photo-thumb .hover-action a i {
    width: 50px;
    height: 50px;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px;
    font-size: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.photo-thumb:hover .hover-action {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/** Welcome Sponsors **/

.welcomeSponsors {
    background: url(../images/sponsorsBackground.jpg) no-repeat center center / cover;
    background-attachment: fixed;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

#owl-sponsors {
    background-color: #fff;
}

/* Back To Top */
#to-the-top {
    display: none;
    position: fixed;
    text-align: center;
    right: 30px;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    z-index: 10000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
}

#to-the-top:hover {
    background-color: #d44032;
    color: #fff;
}

/** Buttons **/

input[type="submit"], input[type="button"], button, .button {
    display: inline-block;
    text-align: center;
    padding: 0.6em 4.000em;
    font-weight: 600;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0);
}

.btn.main {
    background-color: #1d427d;
    color: #fff;
}

.btn.red {
    background-color: #d44032;
    color: #fff;
}

.button:hover {
    color: #ffffff;
    border-color: #228741;
    background: #228741;
}

footer {
    background: #222222;
    padding: 60px 0;
}

footer h4 {
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
}

.widget-contact-info > li {
    margin-bottom: 10px;
    display: table;
    line-height: 20px;
}

.widget-contact-info > li > i {
    display: table-cell;
    font-size: 16px;
    color: #585858;
    vertical-align: middle;
    margin-top: 0px;
    padding-right: 10px;
    width: 32px;
    text-align: center;
}

.widget-contact-info > li p {
    overflow: hidden;
    color: #868686;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.widget-contact-info > li a {
    color: #868686;
}

.widget-contact-info > li a:hover,
.widget-contact-info > li:hover p {
    color: #fff;
}

.contactPage .widget-contact-info > li a:hover,
.contactPage .widget-contact-info > li:hover p {
    color: #868686 !important;
}

.widget-social-profile {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.widget-social-profile li {
    display: inline-block;
    vertical-align: middle;
}

.widget-social-profile li a {
    display: inline-block;
}

.widget-social-profile li a i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin: 0;
    background: #1b427d;
    color: #fff;
}

.widget-social-profile li a i:before {
    line-height: 24px !important;
}

.widget-social-profile li a i.icon {
    margin-top: 0px;
}

.widget-social-profile li a:hover i {
    color: #ffbf00;
}

.widget-social-profile li + li {
    margin-left: 8px;
}

.widget-social-profile.social-icon-bordered li a i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
}

.widget-social-profile.social-icon-bordered li a i:before {
    line-height: 34px !important;
}

.widget-social-profile.social-icon-bordered li a:hover i {
    border-color: #1b427d;
    background-color: #fff;
    color: #1b427d;
}

.widget-social-profile.social-icon-bordered li + li {
    margin-left: 10px;
}

.copyrightWrapper {
    background-color: #191919;
    padding: 20px 0;
    color: #878787;
    font-size: 15px;
}

/* Sub Header */
.sub-header {

    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    transform-style: preserve-3d;
    background-repeat: no-repeat;
}

.sub-header .sub-header-content {
    position: absolute;
    bottom: 0;
    /* transform: translateY(-50%); */
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
}

.sub-header .sub-header-content h2 {
    margin-top: 15px;
    font-weight: 700;
    color: #fff;
}

.sub-header .sub-header-content .breadcrumb-arc {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    background: none;
    box-shadow: none;
    font-size: 14px;
    color: #bbb;
    font-weight: 600;
}

.sub-header .sub-header-content .breadcrumb-arc a {
    font-size: 14px;
    color: #fff;
    transition: all 0.6s ease 0s;
}

.sub-header .sub-header-content .breadcrumb-arc a:hover {
    color: #fff;
}

.sub-header .sub-header-content .breadcrumb-arc > .active {
    color: #ccc;
}

.sub-header-1 {
    height: 500px;
    position: relative;
}

.sideBarNav > li {
    margin-bottom: 5px;
}

.sideBarNav > li a {
    font-size: 16px;
    color: #666;
    background: #f9f9f9;
    font-weight: 700;
    padding: 15px 5px 15px 23px;
    display: block;
    text-transform: uppercase;
}

.sideBarNav > li a:hover,
.sideBarNav > li.active a {
    background: #1b427d;
    color: #fff;
}

.videoTitle {
    background-color: #1b427d;
    padding: 5px 15px;
    color: #fff;
}

.teeTimesTable .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: #292929;
    border-spacing: 0;
    border-collapse: collapse;
    margin-left: 0px;
    margin-top: 20px;
    color: #fff;
}

.teeTimesTable .table > tbody > tr > td,
.teeTimesTable .table > tbody > tr > th,
.teeTimesTable .table > tfoot > tr > td,
.teeTimesTable .table > tfoot > tr > th,
.teeTimesTable .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #d44032;
    text-align: left;
}

.teeTimesTable .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.teeTimesTable .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #333;
}

.teeTimesTable .categoryNo {
    text-align: center !important;
    background-color: #d44032;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 60px;
    border-top: 1px solid #B92719 !important;
}

.teeTimesTable table.tableizer-table {
    border: 1px solid #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.teeTimesTable .tableizer-table td {
    padding: 4px;
    margin: 3px;
    border: 1px solid #ccc;
}

.teeTimesTable .tableizer-table th {
    background-color: #104E8B;
    color: #FFF;
    font-weight: bold;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    background-color: #ffffff;
    border-color: #1b427d;
}

.tablePrize p {
    margin: 10px 0 10px 0;
    text-align: center;
}

/*** Hole By Hole ***/
.holeItem {
    position: relative
}

.holeItem .holeThumb {
    position: relative;
    height: 200px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.holeItem .holeThumb .hover-action {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(40, 40, 40, 0.5);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.holeItem .holeThumb .hover-action a {
    color: #fff;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.holeItem .holeThumb .hover-action a p {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.holeItem .holeThumb:hover .hover-action {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.holeItem h4 a {
    font-weight: 600;
    font-size: 16px;
    color: #3a5e32 !important;
}

.holeItem h4 a:hover {

}

.newApplicationForm .form-control,
.revApplicationForm .form-control {
    height: 35px;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.revApplicationForm label {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.newApplicationForm label {
    text-align: right;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
}

.newApplicationForm label.required:after {
    content: "*";
    color: #ee3238;
    font-size: 15px;
    position: absolute;
    right: -10px;
}

.newApplicationForm > .row {
    border-bottom: 1px dotted #efefef;
    padding-bottom: 15px;
    background-color: #fff;
}

.newApplicationForm .desc {
    font-size: 11px;
    line-height: 15px;
    margin-top: 5px;
    font-weight: 700;
    color: #1d427d;
}

.newApplicationForm .checkbox label,
.newApplicationForm .radio label {
    text-align: left;
}

.newApplicationForm .checkbox input[type=checkbox] {
    top: 3px;
}

.newApplicationForm .contract {
    width: 100%;
    height: 210px;
    overflow: scroll;
    border: solid 2px #f1f1f1;
    padding: 10px;
    background-color: #f7f6f5;
    text-align: left;
}

.newApplicationForm .contract h1,
.newApplicationForm .contract h2 {
    font-size: 18px;
}

.newApplicationForm .contract h3 {
    font-size: 16px;
    font-weight: 700;
}

iframe.twitter-share-button {
    display: inline-block !important;
}

.mainSlider {
    position: relative;
}

.welcomeLeaderboard {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;

}

.welcomeLeaderboard .container {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.welcomeLeaderboard .headingTitle {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #26872a;
    color: #fff;
    text-align: center;
    font-size: 18px;
    display: block;
    padding: 7px 15px;
    margin-bottom: 15px;
}

.leaderboardItem {
    background-color: rgba(255, 255, 255, 1);
    padding: 0;
}

.leaderboardItem a {
    display: block;
    text-align: center;
    color: #bd2121;
    font-weight: 600;
    font-size: 12px;
}

.welcomeLeaderboard .title {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #1b427d;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 2px 0;
}

.welcomeLeaderboard .title.lady {
    background-color: #bd2121;
}

.table-wrapper table {
    width: 100%;
    font-size: 13px;
}

.table-wrapper table > tbody > tr > td,
.table-wrapper table > thead > tr > th {
    padding: 4px 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}

.table-wrapper table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.frameBodyContainer {
    margin: 5px;
    background-color: #fff;
    padding: 30px;
}

.frameHead {
    color: #fff;
    margin-top: 15px;
    padding: 7px 15px;
    font-size: 20px;
    font-weight: 600;
}
table.practice th {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    border: solid 1px #fff;
    line-height: 20px;
    background-color: #686868;
    height: 80px;
    color: #fff;
    vertical-align: middle !important;
}
table.practice td {
    padding: 8px;
    line-height: 22px;
    vertical-align: middle !important;
}
table.practice a{
    color: #fff;
}