﻿@font-face {
       font-family: Calibri;
       src: local("Calibri"), url("/Themes/fonts/calibri/CALIBRI.ttf") format("truetype");
       font-weight: normal;
       font-style: normal;
}

html { overflow: hidden; }

#bg {
    position: fixed; 
    top: -50%; 
    left: -50%; 
    width: 200%; 
    height: 200%;
}
#bg img {
    /*position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 50%;
    min-height: 50%;*/
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
    
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1920px;
	
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
	
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}
#bg img.transparency  
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

@media screen and (max-width: 1920px) { /* Specific to the particular background image */
  #bg img {
    left: 50%;
    margin-left: -960px;   /* 50% */
  }
}

@media screen and (max-height: 1080px) {
    #bg img {
        top: 50%;
        margin-top: -540px;   /* 50% */
    }
}

body {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    margin: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.caps {
    text-transform: uppercase;
}
/**
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    contenteditable attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that are clearfixed.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf {
    *zoom: 1;
}

.fix-length {
    white-space: nowrap;
    /*width: 100%;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('/Themes/mozillaEllipsis.xml#ellipsis');
}

.asterisk {
    position: absolute;
    top: 2px;
    right: 2px;
}

.asterisk::after {
    content: '*';
}

/* ==========================================================================
   Slide general styles
   ========================================================================== */
   
.language-template { padding: 20px; }
.language-template > .change-language { float: left; margin-right: 20px; padding: 5px; border: 1px solid transparent; transition: all 0.5s ease; }
.language-template > .change-language.last { margin: 0; }
.language-template > .change-language:hover, .language-template > .change-language.selected  {
    background-color: #f1f1f1;
    border-color: #cccccc;
}

/* ==========================================================================
   Slide general styles
   ========================================================================== */

.slide {
    position:relative;
    left: 0;
    top: 0;
    /*height: inherit;
    height: auto;*/
    height: inherit;
    width: 100% !important;
    visibility: visible;
    display: none;
    margin: 0;
    /*margin: 0 auto;*/
}
.main-slide {
    display: block !important;
    width: 100% !important;
    visibility:visible;
}
.slide-header {
    position: relative;
    height: 150px;
    /*margin: 0 10px;*/
    overflow: hidden;
    z-index: 10;
}
.slide-header > .inner {
    width: auto;
    height: 140px;
    line-height: 140px;
    margin: 10px 10px 0;
    -webkit-border-top-right-radius: 140px;
    -moz-border-radius-topright: 140px;
    border-top-right-radius: 140px;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
}
.slide-header .title-wrap {
    height: 140px;
    border-collapse:collapse;
}
.slide-header .title-wrap .title-align { vertical-align:middle; }
.slide-header .competition-info {
    background: url(/Themes/default/top.png) repeat-x 0 0;    
    width: 100%;    
    width: -webkit-calc(100% - 495px);
    width: -moz-calc(100% - 495px);
    width: -o-calc(100% - 495px);
    width: calc(100% - 495px);
    height: inherit;
    padding-left: 30px;
}
.slide-header .title {
    max-height: 140px;
    line-height: 48px;
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    /*white-space: nowrap;*/
    white-space:  pre-line;
    overflow: hidden;
    margin: 0;
    text-transform: uppercase;
}
.slide-header .subtitle {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin: 8px 0 0 0;
    max-height: 70px;
    overflow: hidden;
    text-transform: uppercase;
    white-space: pre-line;    
}
.slide-header .logo {
    position:relative;
    float: right;
    height: 100%;
    width: 465px;
    background: url(/Themes/default/top_logo_standard_02_short.png) no-repeat 0 0;
}

.slide-header iframe {
    height: 100px;
    width: 210px;
    top: 22px;
    left: 148px;
    position: absolute;
    border: 0;
    border-radius: 2%;
}
.ie7 .slide-header .logo {
    margin-right: -2px;
}
.slide-header .logo img {
    position: absolute;
    width: 240px;
    height: 80px;
    right: 60px;
    top: 30px;
}
.slide-header .logo-wrapper {
    display: inline-block;
    height: 85px;
    overflow: hidden;
    text-align: right;
    width: 100%;
    max-width: 300px;
}
.slide-header .competition-logo {
    max-height: 85px;
    max-width: 100%;
    text-align: right;
    width: auto;
}
.slide-header > .inner .inner {
    height: 140px;
}

.slide-footer {
    position: relative;
    height: 70px;
    /*margin: 0 10px;*/
    overflow:hidden;
    z-index: 10;
}
.slide-footer > .inner {
     width: auto;
     height: 60px;
     line-height: 60px;
     margin: 0 10px 10px;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
}
.slide-footer .subtitle {
    height: 100%;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}
.slide-footer .competition-info {
    height: 60px;
    /*padding: 0 30px;*/
    padding: 0;
    background: url(/Themes/default/footer.png) repeat-x 0 0;
}
.slide-footer .competition-info > .inner {
    height: 100%;
    padding: 0 30px;
}
.slide-footer .competition-info .venue {
    float: left;
    width: 75%;
}
.slide-footer .competition-info .venue-short-width {
    float: left;
    width: 20%;
}
.slide.large .slide-footer .competition-info .venue-short-width {
    float: left;
    width: 31%;
}
.slide-footer .competition-info .ticker {
    box-sizing: content-box;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    left: 100%;
}
.slide-footer .competition-info .ticker-wrapper {
    width: 67%;
    border-left: 4px solid #3695FF;
    border-right: 4px solid #3695FF;
    margin-top: 9px;
    height: 70%;
    float: left;
    box-sizing: content-box;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
}
.slide.large .slide-footer .competition-info .ticker-wrapper {
    border-left: 6px solid #3695FF;
    border-right: 6px solid #3695FF;
    width: 53%;
}
.slide-footer .competition-info .ticker-wrapper.full-width {
    width: 87%;
}
.slide.large .slide-footer .competition-info .ticker-wrapper.full-width {
    width: 84%;
}
.slide-footer .competition-info .ticker-wrapper.full-width.include-cut {
    width: 70%;
}
.slide.large .slide-footer .competition-info .ticker-wrapper.full-width.include-cut {
    width: 63%;
}
.slide-footer .competition-info .ticker-wrapper.include-cut {
    width: 50%;
}
.slide.large .slide-footer .competition-info .ticker-wrapper.include-cut {
    width: 32%;
}
.slide-footer .competition-info .ticker-wrapper.full-footer-width {
    width: 98%;
}
.slide-footer .competition-info .ticker-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background-image: url(/Themes/default/footer_faded_left.png);
    z-index: 1;
}
.slide-footer .competition-info .ticker-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background-image: url(/Themes/default/footer_faded_right.png);
    z-index: 1;
}
.slide-footer .competition-info .ticker-item {
    line-height: 40px;
    font-size: 22px;
    color: #ffffff;
    display: inline-block;
    font-style: italic;
    padding-right: 10px;
}
.slide.large .slide-footer .competition-info .ticker-item {
    font-size: 32px;
}
.slide-footer .competition-info .ticker-item-separator:not(:last-child) {
    display: inline-block;
    height: 12px;
    width: 3px;
    border-left: 2px solid #3491F8;
    border-right: 2px solid #3491F8;
    margin: 0px 20px 14px 10px;
    -ms-transform: skew(-12deg, 0deg);
    -webkit-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);
}
.slide.large .slide-footer .competition-info .ticker-item-separator:not(:last-child) {
    height: 16px;
    border-left-width: 4px;
    border-right-width: 4px;
    margin-bottom: 10px;
    width: 4px;
}
.slide-footer .competition-info .venue-abs 
{
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 30px;
}
.slide-footer .competition-info .cut {
    display: none;
    
}
.slide-footer .competition-info.has-cut .cut {
    display: block;
    float: left;
    width: 25%;
    text-align: left;
    padding-left: 20px;
}
.slide-footer .competition-info.has-cut .cut-short-width {
    display: block;
    float: left;
    width: 15%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.slide.large .slide-footer .competition-info.has-cut .cut-short-width {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.slide-footer .competition-info.has-cut .venue {
    width: 50%; /* Go to 50% to make room for the cut text */
}
.slide-footer .competition-info .cut .subtitle {  }
.slide-footer .competition-info .progress-info {
    float: none;
    overflow: hidden;
    width: auto !important;
    height: 100%;
    text-align: left;
}
.slide-footer .competition-info .progress-info-abs {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 30px;
}
.slide-footer .competition-info .slide-counter { float: right; text-align: right; }
.progressbar-wrapper { float: right; line-height:60px; height: 60px; }
.slide-footer .competition-info .progressbar {
    width: 150px;
    height: 9px;
    margin-top: 26px;
    margin-right: 20px;
    border: 1px solid #111;
    border-radius: 4px;
    background-color: #292929;
}
.progress-wrap {
    height: auto;
    margin: 1px;
}
.slide-footer .competition-info .progressbar .progress {
    border-radius: 3px;
    height: 7px;
    width: 1px;
    background: url(/Themes/randa/r&a_player_loser_bg.png) repeat-x 0 0;
    background-size: 100% 100%;
    /*background-color: #0099ff;*/
}
.slide .list .header {}
.slide .list .header > .internal-header {
    position: relative;
    background-color: #081f4d;
    color: #ffffff;
    display: block;
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    z-index: 1000;
}
.slide .list .header > .internal-header > div {
    float: left;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
	-o-text-overflow: ellipsis;
}
.slide .list .header > .score-header {
    height: 60px; 
    background: url(/Themes/default/ryder_cup_teamscore_bg.png) repeat-x 0 0;
}
.slide .list .header > .score-header > .teams-wrapper {
    height: 100%; 
    font-size: 36px; 
    font-weight: normal; 
    color: #000; 
    letter-spacing: 1px; 
    line-height: 60px; 
    white-space: nowrap;
}
.slide .list .header > .score-header > .teams-wrapper > .team > .inner > .team-color {
    height: 40px; 
    width: 70px;
    border: 1px solid #999;
}
.slide .list .header > .score-header > .teams-wrapper > .team > .inner > .team-result { margin: 0 20px; }
.slide .list .header > .score-header > .teams-wrapper > .team > .inner > .team-name {
    display: block;
    height: 100%;
    overflow: hidden;
    width: auto;
}
.slide .list .header > .score-header > .teams-wrapper > .team > .inner > .team-name > .inner { display: block; }

.slide .list .header > .score-header > .teams-wrapper > .team.left {
    float: left;
    height: 100%;
    width: 45%;
    text-align: left;
}
.slide .list .header > .score-header > .teams-wrapper > .team.left > .inner { padding-left: 30px; }
.slide .list .header > .score-header > .teams-wrapper > .team.left > .inner > .team-color {
    float: left; 
    margin: 10px 20px 10px 0; 
}
.slide .list .header > .score-header > .teams-wrapper > .team.left > .inner > .team-result { float: right; }

.slide.match-play.match-overview .list .header > .score-header > .teams-wrapper > .team.left > .inner > .team-name {float: left;}
.slide.match-play.match-overview .list .header > .score-header > .teams-wrapper > .team.right > .inner > .team-name {float: right;}

.slide .list .header > .score-header > .teams-wrapper > .team.right {
    float: none;
    height: 100%;
    width: auto;
    overflow: hidden; 
    text-align: right;
}
.slide .list .header > .score-header > .teams-wrapper > .team.right > .inner { padding-right: 30px; }
.slide .list .header > .score-header > .teams-wrapper > .team.right > .inner .team-color {
    float: right;
    margin: 10px 0 10px 20px;
}
.slide .list .header > .score-header > .teams-wrapper > .team.right > .inner > .team-result { float: left; }

.slide .list .header > .score-header > .teams-wrapper > .center-adjust {
    float: left;
    height: 100%;
    min-width: 135px;
    width: 10%;
}


.slide .list.wider-center .matchplay-items .match-item .entry,
.slide .list.wider-center .score-header > .teams-wrapper .team.left,
.slide.team-match-play > .list.wider-center > .teammatchplay-items .match-item .entry {
    width: 40%;
} 

.slide .list.wider-center .header > .score-header > .teams-wrapper > .center-adjust,
.slide.match-play .list.wider-center .teammatchplay-items .match-item .played-holes {
    width: 20%;
}


.slide .list .header > .score-header > .teams-wrapper > .center-adjust > .arrow-left {
    float: left;
    width: 17px;
    height: 100%;
    background: url(/Themes/default/ryder_cup_overall_score_arrow_left_bg.png) repeat-x 0 0;
}
.slide .list .header > .score-header > .teams-wrapper > .center-adjust > .arrow-right {
    float: right;
    width: 17px;
    height: 100%;
    background: url(/Themes/default/ryder_cup_overall_score_arrow_right_bg.png) repeat-x 0 0;
}
.slide .list .header > .score-header > .teams-wrapper > .center-adjust > .content-middle {
    height: 100%;
    overflow: hidden;
    background: url(/Themes/default/ryder_cup_overall_score_bg.png) repeat-x 0 0;
}

.center-wrap {
   display: table;
   width: 100%;
   height: 60px;
}
.center-wrap > .center-content {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}
.center-wrap > .center-content > .center-text {
    max-height: 40px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: pre-line;
}

.slide .header > div:last-child > .inner,
.slide .header > div:last-child > div:last-child .inner,
.course-setup .course > div:last-child > div:last-child .inner {
    border-right: 0 none;
}
.slide .list .items {
    width: 100%;
    /*height: 430px;*/
    height: auto;
}
/*.slide .items .item-wrapper:first-child .inner { box-shadow: none; }*/
.slide .list .items .item .item-inner .inner {
    height: 100%;    
    position: relative;
}
/*.slide .list .items .item .item-inner .inner span {
    line-height:inherit;
    vertical-align:top;
}*/
.slide .empty-list {
    height: 100px;
    text-align:center;
}
.slide .empty-list .emptytext {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    color: #fff;
    font-size: 28px;
}
.slide .empty-list .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}         
.slide > .list {
    position: relative;
    min-height: 636px;
    margin: 0 10px;
    width: auto;
    overflow: hidden;
    background: rgb(8, 31, 77); /* Fallback */
    background: rgba(8, 31, 77, 0.8);
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    /*width:100%;overflow:hidden;*/
}

/* Strokeplay specific */

.slide > .list .items > .item-wrapper > .player-item { width: 100%; height: 72px; }
.slide > .list .items > .item-wrapper > .player-item > .player-item-inner.odd { }
.slide > .list .items > .item-wrapper > .player-item > .player-item-inner.even { }
.slide > .list .items > .item-wrapper > .player-item > .player-item-inner { }
.slide > .list .items > .item-wrapper > .player-item > .player-item-inner > div {
    float: left;
    font-size: 48px;
    color: #ffffff;
    height: 68px;
    line-height: 68px;
    border-bottom: 4px solid #081F4D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
	-o-text-overflow: ellipsis;
}
.slide > .list .items > .item-wrapper > .player-item > .player-item-inner > div div { height: 100%; }
.slide > .list .items > .item-wrapper > .player-item > .player-item-inner > div:last-child > .inner,
.slide > .list .items > .item-wrapper > .player-item > .player-item-inner > div:last-child > div:last-child div.inner { border-right: 0 none; }
.slide > .list .items > .item-wrapper > .player-item > .player-item-inner .inner .asterisk { font-size: 32px; line-height: 32px; }

/* Matchplay / Rydercup specific */

.slide.match-overview > .list .items > .item-wrapper > .item,
.slide.single-match > .list .items > .item-wrapper > .item,
.slide.team-single-match > .list .items > .item-wrapper > .item {
   height: 159px;
   width: 100%;
}

.slide.team-match-overview > .list .items > .item-wrapper > .item {
   height: 144px;
   width: 100%;
}

.slide.match-play > .list .items > .item-wrapper > .item .item-inner > div {
    float: left;
    color: #ffffff;
    height: 155px;
    line-height: 155px;
    border-bottom: 4px solid #081f4d;
}
.slide.team-match-overview > .list .items > .item-wrapper > .item .item-inner > div 
{
    height: 140px;
    line-height: 140px;
}

/* TeamMatchplay specific */

.slide.team-matches > .list .items > .item-wrapper > .item,
.slide.single-team-match > .list .items > .item-wrapper > .item {
   height: 159px;
   width: 100%;
}

.slide.team-matches > .list .items > .item-wrapper > .item {
   height: 74px;
   width: 100%;
}

.slide.team-matches > .list .items > .item-wrapper > .item .item-inner > div {
    float: left;
    color: #ffffff;
    height: 155px;
    line-height: 155px;
    border-bottom: 4px solid #081f4d;
}
.slide.team-matches > .list .items > .item-wrapper > .item .item-inner > div 
{
    height: 70px;
    line-height: 70px;
}

.slide.match-play.team-matches.small > .list .matchplay-items .match-item {
    height: 36px;
    font-size: 22px;
}

.slide.match-play.team-matches.small > .list .matchplay-items .match-item > .item-inner > div {
    height: 32px;
    line-height: 32px;
}

.slide.match-play.team-matches.small > .list .matchplay-items .match-item > .item-inner > div > div.inner {
    background-size: 10px 36px;
}

/*
.match-item { width: 100%; height: 159px; }
.match-item .item-inner > div {
    float: left;
    color: #ffffff;
    height: 155px;
    line-height: 155px;
    border-bottom: 4px solid #081f4d;
}
*/

/* ==========================================================================
   Leaderboard slide classes
   ========================================================================== */
#slideshow .leaderboard-header .round-info { width: 60%; text-align: left; }
#slideshow .leaderboard-header .round-info .inner { padding: 0 30px; }
#slideshow .leaderboard-header .round-info .inner > .round-text { float: left; width: 50%; }
#slideshow .leaderboard-header .round-info .inner > .leader-text {
    float: right;
    width: 50%;
    font-size: 26px;
    font-style:italic;
    text-align: right;
}
.ie7 #slideshow .leaderboard-header .round-info .inner > .leader-text { margin-right:-2px; }

#slideshow .leaderboard-header .round-info .inner > .leader-text > .leader-score {
    float: right;
    width: auto;
    max-width: 15%;
    margin-left: 2%;
}

#slideshow .leaderboard-header .round-info .inner > .leader-text > .leader-info {
    float: right;
    width: auto;
    max-width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*   
#slideshow .leaderboard-header .position, .leaderboard-items .player-item .position { width: 10%; text-align:center; }

#slideshow .leaderboard-header .player-name, .leaderboard-items .player-item .player-name { width: 50%; }
#slideshow .leaderboard-header .player-name { text-align:center; }*/

.leaderboard-items .player-item .position { float:left; display: block; height: 100%; overflow: visible; text-align: center; width: 12%; }

#slideshow .leaderboard-items .player-item .player-name .inner .nationality { line-height: 0; }
#slideshow .leaderboard-items .player-item .player-name .nationality { float: left; min-width: 40px; max-width: 20%; height:100%; }
#slideshow .leaderboard-items .player-item .player-name .nationality img { height: 40px; padding: 14px 20px 14px 20px; width: auto; }
#slideshow .leaderboard-items .player-item .player-name .name { float: none; display: block; overflow: hidden; width: auto !important; padding-left: 20px; }
#slideshow .leaderboard-items .player-item .player-name { text-align: left; }

#slideshow .leaderboard-header .played-holes, .leaderboard-items .played-holes { width:10%; text-align:center; }
#slideshow .leaderboard-header .rounds, .leaderboard-items .player-item .rounds { width:20%; text-align:center; }
.ie7 #slideshow .leaderboard-header .rounds, .ie7 .leaderboard-items .player-item .rounds { margin-right:-2px; }
#slideshow .leaderboard-header .round, .leaderboard-items .player-item .round { float:left; text-align:center; height:inherit; }
.ie7 #slideshow .leaderboard-header .round.last, .ie7 #slideshow .leaderboard-items .player-item .round.last { float: none; overflow: hidden; width: auto !important; }

#slideshow .leaderboard-header .total, .leaderboard-items .player-item .total { width: 10%; text-align:center; }

/* LEADERBOARD LARGE */
.slide.large > .list .leaderboard-items > .item-wrapper > .player-item { 
    height: 144px;
}

.slide.large > .list .leaderboard-items > .item-wrapper > .player-item > .player-item-inner > div {
    height: 140px;
    line-height: 140px;
}

.slide.large > .list .leaderboard-items > .item-wrapper > .player-item > .player-item-inner .inner .asterisk {
    font-size: 44px;
    line-height: 44px;
}

.slide.large > .list .leaderboard-items > .item-wrapper > .player-item > .player-item-inner .inner {
    background-size: 10px 100%; /* We only wanted to override the height of the background, we assume the width of the background was 10px */
}

#slideshow .slide.large .leaderboard-header .round-info,
.slide.large .leaderboard-items .player-item .player-name {
    width: 80%;
}

#slideshow .slide.large > .list .leaderboard-items .player-item .player-name .nationality img {
    padding-top: 50px;
    padding-bottom: 50px;
}

#slideshow .slide.large .leaderboard-header .round-info .inner > .leader-text {
    font-size: 48px;
}

#slideshow .slide.large .leaderboard-header .round-info .inner > .leader-text > .leader-info {
    padding-right: 3px; /* For some reason the last letter in this block gets cut off a bit with the large font-size. This padding makes up for that */
}

.slide.large > .list .items > .item-wrapper > .player-item > .player-item-inner > div {
    font-size: 60px;
}

#slideshow .slide.large .leaderboard-items .player-item .player-name .name {
    font-weight: bold;
}

.slide.large > .list .items > .inner-wrapper > .player-item > .player-item-inner {

}

.slide.large > .list .items > .item-wrapper > .player-item > .player-item-inner .total {
    font-size: 84px;
}

.slide.large > .list .items > .item-wrapper > .player-item > .player-item-inner .played-holes.finished {
    color: #d0d063; /* This color should mark the final scores in order to seperate them from the Holes Played value. The color has been approved by PF */
}

/* ==========================================================================
   Startlist slide classes
   ========================================================================== */
   
#slideshow .startlist-header .match, .startlist-items .player-item .match { width: 10%; text-align:center; }
#slideshow .startlist-header .hole, .startlist-items .player-item .hole { width: 10%; text-align:center; }
#slideshow .startlist-header .time, .startlist-items .player-item .time { width: 10%; text-align:center; }

#slideshow .startlist-header .player-name, .startlist-items .player-item .player-name { width: 70%; }
.ie7 #slideshow .startlist-header .player-name.last, .ie7 #slideshow .startlist-items .player-item .player-name.last { float: none; overflow: hidden; width: auto; }
#slideshow .startlist-header .player-name { text-align: center; }

#slideshow .startlist-items .player-item .player-name .inner .nationality { line-height: 0; }
#slideshow .startlist-items .player-item .player-name .nationality { float: left; min-width: 40px; max-width: 20%; }
#slideshow .startlist-items .player-item .player-name .nationality img { height: 30px; padding: 19px 0 19px 10px; width: auto; }
#slideshow .startlist-items .player-item .player-name .name { float:none; display: block; overflow: hidden; width: auto !important; padding-left: 20px; }
#slideshow .startlist-items .player-item .player-name { text-align: left; }

.startlist .startlist-items .player-item .course-highlight { width: 10px; /* Slightly less wide than usual */ }

.startlist .startlist-header .class-short-name, .startlist .startlist-items .player-item .class-short-name { width: 10%; text-align: center; }
.ie7 .startlist .startlist-header .class-short-name, .ie7 .startlist .startlist-items .player-item .class-short-name { float: none; overflow: hidden; width: auto; }

.startlist-items .even-flight .inner {
    background: url(/Themes/default/match_player_bg_light.png) repeat-x 0 0;
    border-right: 4px solid #081f4d;
    -moz-box-shadow: 0 1px 0 #84AFE0 inset;
    -webkit-box-shadow: 0 1px 0 #84AFE0 inset;
    box-shadow: 0 1px 0 #84AFE0 inset;
}
.startlist-items .odd-flight .inner {
    background: url(/Themes/default/match_player_bg_dark.png) repeat-x 0 0;
    border-right: 4px solid #081f4d;
    -moz-box-shadow: 0 1px 0 #54759B inset;
    -webkit-box-shadow: 0 1px 0 #54759B inset;
    box-shadow: 0 1px 0 #54759B inset;
}

.startlist .course {
    position: relative;
    width: auto;
    height: 60px;
    margin: 0 10px;
    overflow: hidden;
    background-color: #081f4d;
    -webkit-box-shadow: 0 -3px 0 0 #081F4D, 0 0 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 -3px 0 0 #081F4D, 0 0 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0 -3px 0 0 #081F4D, 0 0 5px rgba(50, 50, 50, 0.75);
}
.startlist .course div {
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 1px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    white-space: nowrap;
    padding-left:30px;
    float: left;
}
.startlist .course.hasMultiple div { padding-left: 10px; }
.startlist .course div .date { text-transform: uppercase; }
.startlist .course .course-highlight { padding-left: 20px; }
.startlist .course .course-highlight:not(:first-of-type) { margin-left: 50px; }
.startlist .course .course-highlight > span.highlight { margin-top: 18px; /* Needs to be higher than usual, as the bar is higher than usual */ }
.startlist .course .round { padding-left: 10px; }

/* ==========================================================================
   Holescore slide classes
   ========================================================================== */
#slideshow .holescore-items .inner { background: url(/Themes/default/holescore_player_bg.png) repeat-x scroll 0 0; }
#slideshow .holescore-items .total .inner { background: url(/Themes/default/holescore_total_bg.png) repeat-x scroll 0 0; }

#slideshow .holescore-items .player-item { height: 48px; }
#slideshow .holescore-items .player-item > .player-item-inner > div { height: 44px; line-height: 44px; font-size: 32px; }

/*#slideshow .holescore-header .position { width: 6%; text-align:center; }*/

#slideshow .holescore-items .player-item .position { float:left; display: block; height: 100%; overflow: visible; text-align: center; width: 18%; }

#slideshow .holescore-header .round-info { width: 34%; text-align: left; }
#slideshow .holescore-header .round-info .inner { padding-left: 30px; padding-right: 30px;}
#slideshow .holescore-header .round-info .inner > .round-text { float: left; width: 50%; }
#slideshow .holescore-header .round-info .inner > .leader-text {
    float: right;
    width: 50%;
    font-size: 26px;
    font-style:italic;
    text-align: right;
}
.ie7 #slideshow .holescore-header .round-info .inner > .leader-text { margin-right:-2px; }

#slideshow .holescore-header .round-info .inner > .leader-text > .leader-score {
    float: right;
    width: auto;
    max-width: 15%;
    margin-left: 2%;
}

#slideshow .holescore-header .round-info .inner > .leader-text > .leader-info {
    float: right;
    width: auto;
    max-width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.holescore-items .player-item .player-name { width: 34%; }

/*#slideshow .holescore-header .player-name, .holescore-items .player-item .player-name { width: 48%; }
#slideshow .holescore-header .player-name { text-align: center; }*/

#slideshow .holescore-header .round, #slideshow .holescore-items .player-item .round { width: 8%; font-size: 30px; letter-spacing: 0px; text-align: center; }

#slideshow .holescore-items .round .course-highlight { display: none; }
#slideshow .holescore-items .round.multi-courses .course-highlight { display: block; }
#slideshow .holescore-items .round.multi-courses .round-info { margin-left: -30px; }

#slideshow .holescore-header .total, .holescore-items .player-item .total { width: 8%; font-size: 30px; letter-spacing: 0px; text-align: center; }
.ie7 #slideshow .holescore-header .total, .ie7 .holescore-items .player-item .total { margin-right: -2px; }

#slideshow .holescore-items .player-item .player-name .inner .nationality { line-height: 0; }
#slideshow .holescore-items .player-item .player-name .nationality { float: left; min-width: 40px; max-width: 20%; }
#slideshow .holescore-items .player-item .player-name .nationality img { height: 26px; padding: 9px 0 9px 10px; width: auto; }
#slideshow .holescore-items .player-item .player-name .name { float: none; display: block; overflow: hidden; width: auto !important; padding-left: 20px; }
#slideshow .holescore-items .player-item .player-name { text-align: left; }

#slideshow .holescore-header .score-row,
#slideshow .holescore-items .score-row { float: left; width: 16.666%; }

.ie7 #slideshow .holescore-header .score-row.last,
.ie7 #slideshow .holescore-items .score-row.last { float: none; overflow: hidden; width: auto !important; }

#slideshow .holescore-header .score-row > .inner { margin: 0 5px; }
#slideshow .holescore-items .score-row > .inner {
    padding-left: 5px;
    background: url("/Themes/default/holescore_scores_bg.png") repeat-x scroll 0 0 #7E9BC3;
    -webkit-box-shadow: 0 1px 0 #98B8E2 inset;
    -moz-box-shadow: 0 1px 0 #98B8E2 inset;
    box-shadow: 0 1px 0 #98B8E2 inset;
}

#slideshow .holescore-header .holes, .holescore-items .player-item .holes { width: 50%; text-align: center; }
#slideshow .holescore-header .holes .hole { float: left; width: 5.555%; height: inherit; font-size: 30px; letter-spacing: -1px; text-align: center; }

.ie7 #slideshow .holescore-header .holes .hole.last, ie7 #slideshow .holescore-items .player-item .holes .hole.last { float: none; overflow: hidden; width: auto !important; }

#slideshow .holescore-header .holes .score-row .hole,
#slideshow .holescore-items .player-item .holes .score-row .hole-wrap { float: left; width: 33.33%; }
.ie7 #slideshow .holescore-items .player-item .holes .score-row .hole-wrap.last { float: none; overflow: hidden; width: auto !important; }

#slideshow .holescore-items .player-item .holes .score-row .hole-wrap .hole { height: auto; padding: 5px 0; }
#slideshow .holescore-items .player-item .holes .score-row .hole-wrap:last-child .hole .inner { margin-right: 5px; /*padding-right: 5px;*/ }
#slideshow .holescore-items .player-item .holes .score-row .hole .inner {
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin-right: 5px;
    font-size: 28px;
    border: 2px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#slideshow .holescore-items .player-item .holes .score-row .hole-wrap.eagle .inner { background: #FF8400; border-color: #D86F00; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
#slideshow .holescore-items .player-item .holes .score-row .hole-wrap.birdie .inner { background: #AA0E0E; border-color: #820B0B; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
#slideshow .holescore-items .player-item .holes .score-row .hole-wrap.par .inner { background: #ffffff; border-color: #D8D8D8; color: #000000; text-shadow: 1px 1px 0px #C9D8EB; }
#slideshow .holescore-items .player-item .holes .score-row .hole-wrap.bogey .inner { background: #66809C; border-color: #4D6075; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
#slideshow .holescore-items .player-item .holes .score-row .hole-wrap.doublebogey .inner { background: #074381; border-color: #052F59; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }

/* Variations of widths (bc is short for block count, .bc-6 is the default 18 holes and does not have any overrides here) */
#slideshow .holescore-slide.bc-1 .holescore-header .round-info,
#slideshow .holescore-slide.bc-1 .holescore-items .player-item .player-name { width: 75.67%; } /* 34% + (50% / 6 * 5) = 75.66666666666667% */
#slideshow .holescore-slide.bc-1 .holescore-items .player-item .position { width: 8.0597%; } /* Aiming for 111.88px in 1920x1080. 111.88 / 1388.14 * 100 = 8.059705793363781% */
#slideshow .holescore-slide.bc-1 .holescore-header .holes,
#slideshow .holescore-slide.bc-1 .holescore-items .player-item .holes { width: 8.33%; } /* 50% / 6 * 1 = 8.333333333333334% */
#slideshow .holescore-slide.bc-1 .holescore-header .score-row,
#slideshow .holescore-slide.bc-1 .holescore-items .score-row { width: 100%; }

#slideshow .holescore-slide.bc-2 .holescore-header .round-info,
#slideshow .holescore-slide.bc-2 .holescore-items .player-item .player-name { width: 67.34%; } /* 34% + (50% / 6 * 4) = 67.33333333333334% */
#slideshow .holescore-slide.bc-2 .holescore-items .player-item .position { width: 9.0587%; } /* Aiming for 111.88px in 1920x1080. 111.88 / 1235.05 * 100 = 9.058742561029916% */
#slideshow .holescore-slide.bc-2 .holescore-header .holes,
#slideshow .holescore-slide.bc-2 .holescore-items .player-item .holes { width: 16.66%; } /* 50% / 6 * 2 = 16.666666666666668% */
#slideshow .holescore-slide.bc-2 .holescore-header .score-row,
#slideshow .holescore-slide.bc-2 .holescore-items .score-row { width: calc(100% / 2); }

#slideshow .holescore-slide.bc-3 .holescore-header .round-info,
#slideshow .holescore-slide.bc-3 .holescore-items .player-item .player-name { width: 59%; } /* 34% + (50% / 6 * 3) = 59% */
#slideshow .holescore-slide.bc-3 .holescore-items .player-item .position { width: 10.34%; } /* Aiming for 111.88px in 1920x1080. 111.88 / 1081.59 * 100 = 10.344030547619708% */
#slideshow .holescore-slide.bc-3 .holescore-header .holes,
#slideshow .holescore-slide.bc-3 .holescore-items .player-item .holes { width: 25%; } /* 50% / 6 * 3 = 25% */
#slideshow .holescore-slide.bc-3 .holescore-header .score-row,
#slideshow .holescore-slide.bc-3 .holescore-items .score-row { width: calc(100% / 3); }

#slideshow .holescore-slide.bc-4 .holescore-header .round-info,
#slideshow .holescore-slide.bc-4 .holescore-items .player-item .player-name { width: 50.67%; } /* 34% + (50% / 6 * 2) = 50.66666666666667% */
#slideshow .holescore-slide.bc-4 .holescore-items .player-item .position { width: 12.05%; } /* Aiming for 111.88px in 1920x1080. 111.88 / 928.312 * 100 = 12.051982523117227% */
#slideshow .holescore-slide.bc-4 .holescore-header .holes,
#slideshow .holescore-slide.bc-4 .holescore-items .player-item .holes { width: 33.33%; } /* 50% / 6 * 4 = 33.333333333333336% */
#slideshow .holescore-slide.bc-4 .holescore-header .score-row,
#slideshow .holescore-slide.bc-4 .holescore-items .score-row { width: calc(100% / 4); }

#slideshow .holescore-slide.bc-5 .holescore-header .round-info,
#slideshow .holescore-slide.bc-5 .holescore-items .player-item .player-name { width: 42.33%; } /* 34% + (50% / 6 * 1) = 42.333333333333336% */
#slideshow .holescore-slide.bc-5 .holescore-items .player-item .position { width: 14.44%; } /* Aiming for 111.88px in 1920x1080. 111.88 / 774.859 * 100 = 14.438755954309105% */
#slideshow .holescore-slide.bc-5 .holescore-header .holes,
#slideshow .holescore-slide.bc-5 .holescore-items .player-item .holes { width: 41.67%; } /* 50% / 6 * 5 = 41.66666666666667% */
#slideshow .holescore-slide.bc-5 .holescore-header .score-row,
#slideshow .holescore-slide.bc-5 .holescore-items .score-row { width: calc(100% / 5); }

.course-setup {
    position: relative;
    width: auto;
    height: 60px;
    margin: 0 10px;
    overflow: hidden;
    background-color: #081f4d;
    -webkit-box-shadow: 0 -3px 0 0 #081F4D, 0 0 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 -3px 0 0 #081F4D, 0 0 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0 -3px 0 0 #081F4D, 0 0 5px rgba(50, 50, 50, 0.75);
}
.course-setup .course div {
    font-size: 36px;
    letter-spacing: 1px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    white-space: nowrap;
    padding-left:23px;
}
.course-setup .course { float: left; }
.ie7 .course-setup .course { margin-right: -2px; }
.course-setup .course .name  {
    margin: 0 30px;
    text-align: left;
    font-size: 36px;
    letter-spacing: 1px;
    color: #ffffff;
    white-space: nowrap;    
}
.course-setup .course .course-highlight, .course-highlight {
    float: left;
    width: 30px;
    text-align: center;
}
/*.course-setup .course .course-highlight .highlight {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 22px;
    margin-left: 10px;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    -moz-border-radiu: 8px;
}
.course-highlight .highlight  {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 12px;
    margin-left: 10px;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    -moz-border-radiu: 8px;
}*/

/*.course-setup .course .course-highlight .highlight.course-0, .course-highlight .highlight.course-0 { background-color: #FF9804; }
.course-setup .course .course-highlight .highlight.course-1, .course-highlight .highlight.course-1 { background-color: #03658C; }
.course-setup .course .course-highlight .highlight.course-2, .course-highlight .highlight.course-2 { background-color: #966D22; }
.course-setup .course .course-highlight .highlight.course-3, .course-highlight .highlight.course-3 { background-color: #326D23; }*/

.course-setup .course .course-highlight .highlight {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 19px;
    margin-left: 5px;
    height: 23px;
    width: 23px;
    vertical-align: top;
}
.course-highlight .highlight  {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 5px;
    margin-left: 5px;
    height: 23px;
    width: 23px;
    vertical-align: top;
}
.course-setup .course .course-highlight .highlight.course-0, .course-highlight .highlight.course-0 { background: url(/Themes/default/course_color_dot_red.png) no-repeat 0 0; }
.course-setup .course .course-highlight .highlight.course-1, .course-highlight .highlight.course-1 { background: url(/Themes/default/course_color_dot_yellow.png) no-repeat 0 0; }
.course-setup .course .course-highlight .highlight.course-2, .course-highlight .highlight.course-2 { background: url(/Themes/default/course_color_dot_green.png) no-repeat 0 0; }
.course-setup .course .course-highlight .highlight.course-3, .course-highlight .highlight.course-3 { background: url(/Themes/default/course_color_dot_pink.png) no-repeat 0 0; }

.course-setup .course .holes {
    float: left;
    width: 60%;
}
.course-setup .course .holes .hole {
    float: left;
    width: 5.555%;
    text-align: center;
}

/* ==========================================================================
   Matchplay slide classes
   ========================================================================== */

.slide .list .header > .matchplay-header { background-color: #081f4d; color: #ffffff; }
.slide .list .header > .matchplay-header .round { float: left; width: 50%; text-align: left; }
.slide .list .header > .matchplay-header .round .inner { padding-left: 30px; }
.slide .list .header > .matchplay-header .date { float: right; width: 50%; text-align: right; }
.slide .list .header > .matchplay-header .date .inner { padding-right: 30px; }
.ie7 .slide .list .header > .matchplay-header .date { margin-right: -2px; }

.slide.match-play > .list .matchplay-items .match-item .entry { width: 45%; }
.slide.match-play > .list .matchplay-items .match-item .entry .inner { background: url(/Themes/default/player_winner_bg.png) repeat-x 0 0; }
.slide.match-play > .list .matchplay-items .match-item .entry.winner .inner { background: url(/Themes/default/player_winner_bg.png) repeat-x 0 0; }
.slide.match-play > .list .matchplay-items .match-item .entry.loser .inner { background: url(/Themes/default/player_loser_bg.png) repeat-x 0 0; }
.slide.match-play > .list .matchplay-items .match-item .entry.left { text-align: left; }
.slide.match-play > .list .matchplay-items > .item-wrapper .match-item .entry.right { text-align: right; float: none; width: auto; overflow: hidden; }

/*.slide.match-play > .list .items > .item-wrapper > .item .item-inner > div*/

.ie7 .slide.match-play > .list .matchplay-items .match-item .entry.right { margin-right: -2px; }
.slide.match-play > .list .matchplay-items .match-item .entry.left .inner { padding-left: 30px; }
.slide.match-play > .list .matchplay-items .match-item .entry.right .inner { padding-right: 30px; }

.slide.match-play > .list .matchplay-items .match-item .entry .match-result {
    line-height: normal;
    font-size: 40px;
    margin-top: 53px;
}
.slide.team-match-overview > .list .matchplay-items .match-item .entry .match-result { margin-top: 45px; }

.slide.match-play > .list .matchplay-items .match-item .entry.left .match-result { float: right; padding-right: 25px; }
.slide.match-play > .list .matchplay-items .match-item .entry.right .match-result { float: left; padding-left: 25px; }

.slide.match-play > .list .matchplay-items .match-item .entry .shadow {
    height: 100%;
    width: 5px;
}
.slide.match-play > .list .matchplay-items .match-item .entry.left .shadow {
    float: right;
    background: url(/Themes/default/status_shadow_left.png) no-repeat 0 0;
}
.slide.match-play > .list .matchplay-items .match-item .entry.right .shadow {
    float: left;
    background: url(/Themes/default/status_shadow_right.png) no-repeat 0 0;
}

.slide.match-play.teammatchplay > .list > .header > .score-header > .teams-wrapper > .center-adjust .content-middle {
    background: url(/Themes/default/ryder_cup_teamscore_bg.png) repeat-x 0 0; 
} 

.slide.match-play.teammatchplay > .list > .header > .score-header > .teams-wrapper > .center-adjust .content-middle .center-text {
    color: #333333;    
}

/*.matchplay-items .match-item .entry .match-result {
    position: absolute;
    top: 33.5px;
    line-height: normal;
    font-size: 40px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.matchplay-items .match-item .entry.left .match-result { right: 10px; }
.matchplay-items .match-item .entry.right .match-result { left: 10px; }
.matchplay-items .match-item .entry .shadow 
{
    position: absolute;
    top: 0;
    height: 100%;
    width: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.matchplay-items .match-item .entry.left .shadow
{
    background: url(/Themes/default/status_shadow_left.png) no-repeat 0 0;
    right: 0;
}
.matchplay-items .match-item .entry.right .shadow  
{
    background: url(/Themes/default/status_shadow_right.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
}*/

.slide.match-overview.large > .list .matchplay-items .match-item .entry .player-info .wrapper {
    margin-top: 26.5px;
}

.slide.match-overview.large > .list > .matchplay-items .match-item > .item-inner .entry .player-info .wrapper > .name {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
}

.slide.match-overview.large > .list .matchplay-items .match-item .entry .player-info .nationality {
    font-size: 36px;
}

.slide.match-overview.match-play-teams.large > .list > .matchplay-items .match-item > .item-inner .entry .player-info .wrapper > .name {
    font-size: 60px;
    line-height: 98px;
    font-weight: bold;
}

.slide.match-overview.large > .list > .matchplay-items .match-item > .item-inner .entry .match-result {
    font-size: 60px;
    margin-top: 40.5px;
}

#slideshow .slide.match-play > .list .matchplay-items .match-item .photo { line-height: inherit; }
.slide.match-play > .list .matchplay-items .match-item .entry.left .photo-wrapper {float: left;}
.slide.match-play > .list .matchplay-items .match-item .entry.right .photo-wrapper {float: right;}

.slide.match-play > .list .matchplay-items .match-item .entry.left .photo { float: left; margin-right: 20px; }
.slide.match-play > .list .matchplay-items .match-item .entry.right .photo { float: left; margin-left: 20px; }
.slide.match-play > .list .matchplay-items .match-item .entry .photo > img { vertical-align: middle; border: 5px solid #ffffff; height:100px; width:100px; }

.slide.match-play > .list .matchplay-items .match-item .entry .player-info { display: block; width: auto; height: 100%; overflow: hidden; }
.slide.match-play > .list .matchplay-items .match-item .entry .player-info span { display: block; line-height: normal; }
.slide.match-play > .list .matchplay-items .match-item .entry .player-info .wrapper { display: block; /*position: relative;*/ margin-top: 33.5px; }
.slide.match-play > .list .matchplay-items .match-item .entry .player-info .name { font-size: 40px; letter-spacing: 1px; }
.slide.match-play > .list .matchplay-items .match-item .entry .player-info .nationality { font-size: 30px; }

.slide.match-play > .list .matchplay-items .match-item .entry.left .player-info { padding-right: 20px; }
.slide.match-play > .list .matchplay-items .match-item .entry.right .player-info { padding-left: 20px; }

.slide.match-play-teams > .list .matchplay-items .match-item .entry .player-info .wrapper { margin-top: 0; }
.slide.match-play-teams > .list .matchplay-items .match-item .entry .player-info span { line-height: inherit; }

.slide.match-play > .list .matchplay-items .match-item .played-holes { width: 10%; min-width: 135px; }
.slide.match-play > .list .matchplay-items .match-item .played-holes .center { text-align: center; }

.slide.match-play > .list .matchplay-items .match-item .played-holes .inner {
    background: url(/Themes/default/match_status_bg.png) repeat-x 0 0;
    color: #000000;
    font-size: 60px;
    letter-spacing: -1px;
}

.slide.match-play.small > .list .matchplay-items .match-item {
    height: 36px;
    font-size: 22px;
}

.slide.match-play.small > .list .matchplay-items .match-item > .item-inner > div {
    height: 32px;
    line-height: 32px;
}

.slide.match-play.small > .list .matchplay-items .match-item > .item-inner div.gradient > div {
    background-size: 10px 36px;
}

.slide.match-play.match-overview.small > .list .matchplay-items .match-item > .item-inner > div > div.inner {
    background-size: 10px 36px;
}

.slide.match-play.small > .list .matchplay-items .match-item > .item-inner > .entry.winner .inner:not(.finished) {
    background-size: 10px 36px;
}

.slide.match-play.small > .list .matchplay-items .match-item .match-number {
    width: 5%;
    text-align: center;
}

.slide.match-play.small > .list .matchplay-items .match-item .entry {
    width: 40%;
}

.slide.match-play.small > .list .matchplay-items .match-item .entry .match-result {
    line-height: inherit;
    margin-top: 0;
}

.slide.match-play.small > .list .matchplay-items .match-item .entry .player-info .wrapper {
    line-height: inherit;
    margin-top: 0;
}

.slide.match-play.small > .list .matchplay-items .match-item .entry .player-info span {
    line-height: inherit;
}

.slide.match-play.small > .list .matchplay-items .match-item .entry .name,
.slide.match-play.small > .list .matchplay-items .match-item .entry .match-result {
    font-size: inherit;
    letter-spacing: inherit;
}

.slide.match-play.small > .list .matchplay-items .match-item .played-holes .inner {
    font-size: inherit;
    letter-spacing: inherit;
}

.slide.match-play.teammatchplay > .list .header .center-content {
    height: 60px;
    display: block;
}

.slide.match-play.teammatchplay > .list .header .center-text {
    height: 40px;
    max-height: 40px;
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
}

.slide.match-play.teammatchplay > .list .header .center-text > div {
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
    font-size: 25px;
    text-transform: uppercase;
}

.slide.match-play.teammatchplay > .list > .header > .score-header > .teams-wrapper > .team > .inner {
    background: url(/Themes/default/gradient_effect_10x155.png) repeat-x 0 0;
    background-size: 10px 60px;
}

.slide.match-play.teammatchplay > .list > .header > .score-header > .teams-wrapper > div {
    border-right: 4px solid #081f4d;
}

.slide.match-play.teammatchplay > .list > .header > .score-header > .teams-wrapper > div:last-child {
    border-right: none;
}

.slide.match-play.teammatchplay > .list > .header > .score-header > .teams-wrapper > .team.left .team-flag {
    float: left;
    margin-right: 10px;
}

.slide.match-play.teammatchplay > .list > .header > .score-header > .teams-wrapper > .team.right .team-flag {
    float: right;
    margin-left: 10px;
}

.slide.match-play.teammatchplay > .list > .header > .score-header > .teams-wrapper > .team .team-flag > img {
    margin-top: 8px;
    height: 45px;
}

.slide.match-play > .list .matchplay-items .match-item > .item-inner > div > div.inner {
    background: url(/Themes/default/match_status_bg.png) repeat-x 0 0;
    background-size: 10px 140px;
    color: #000000;
}

.slide.match-play.teammatchplay.team-single-match > .list .matchplay-items .match-item > .item-inner > div > div.inner, .slide.match-play.match-overview > .list .matchplay-items .match-item > .item-inner > div > div.inner {
    background-size: 10px 155px;
}

.slide.match-play > .list .matchplay-items .match-item > .item-inner > .entry.loser > div.inner {
    background: url(/Themes/default/match_status_bg.png) repeat-x 0 0;
    color: #000000;
}

.slide.match-play > .list .matchplay-items .match-item > .item-inner > .entry.loser > div.inner.finished {
    color: #666666;
}

.slide.match-play > .list .matchplay-items .match-item > .item-inner div.gradient > div {
    background: url(/Themes/default/gradient_effect_10x155.png) repeat-x 0 0;
    background-size: 10px 155px;
}

.slide.match-play.teammatchplay.team-match-overview > .list .matchplay-items .match-item > .item-inner div.gradient > div {
    background-size: 10px 140px;
}

.slide.match-play > .list .matchplay-items .match-item .entry.left > .inner {
    padding-left: 0;
}

.slide.match-play > .list .matchplay-items .match-item .entry.left > .inner > div {
    padding-left: 30px;
    height: 100%;
}

.slide.match-play > .list .matchplay-items .match-item .entry.right > .inner {
    padding-right: 0;
}

.slide.match-play > .list .matchplay-items .match-item .entry.right > .inner > div {
    padding-right: 30px;
    height: 100%;
}

.slide.match-play > .list .matchplay-items .match-item > .item-inner > .played-holes.finished > .inner {
    color: #666666;
}

.slide.match-play > .list .matchplay-items .match-item > .item-inner > .played-holes:not(.finished) > .inner {
    background: #444444;
    color: #FFFFFF;
}

.slide.match-play > .list .matchplay-items .match-item > .item-inner > div {
    border-right: 4px solid #081f4d;
}

.slide.match-play > .list .matchplay-items .match-item > .item-inner > div:last-child {
    border-right: none;
}

.slide.match-play.team-single-match > .list .matchplay-items .scoreboard-wrapper .holes-list .score-text.gradient > .inner, .slide.match-play.team-single-match > .list .matchplay-items .scoreboard-wrapper .holes-list .score-row .score.gradient > .inner {
    background: url(/Themes/default/gradient_effect_10x155.png) repeat-x;
    background-size: 10px 68px;
}

.slide.match-play.team-single-match > .list .matchplay-items .scoreboard-wrapper .holes-list .score-text.loser.finished > .inner {
    background: url(/Themes/default/match_status_bg.png) repeat-x 0 0;
    color: #444444;
    background-size: 10px 68px;
}

.slide.match-play.single-match > .list .matchplay-items .scoreboard-wrapper .holes-list .score-text.loser > .inner, .slide.match-play.single-match > .list .matchplay-items .scoreboard-wrapper .holes-list .score-row .score.loser > .inner {
    background: url(/Themes/default/single-match/match_player_bg_dark.png) repeat-x 0 0;
}

.slide.match-play > .list .matchplay-items .match-item > .item-inner > .entry.winner .inner {
     background: url(/Themes/default/player_winner_bg.png) repeat-x 0 0; 
     color: #FFFFFF;
}

.slide.match-play.single-match > .list .matchplay-items .match-item > .item-inner > .played-holes.finished > .inner {
    color: #666666;
}

.slide.match-play.single-match > .list .matchplay-items .match-item > .item-inner > .played-holes:not(.finished) > .inner {
    background: #444444;
    color: #FFFFFF;
}

.slide.match-play.single-match > .list .matchplay-items .match-item > .item-inner > div > div.inner:not(.finished) {
    background: url(/Themes/default/match_status_bg.png) repeat-x 0 0;
    background-size: 10px 155px;
    color: #000000;
}

.slide.match-play > .list .matchplay-items .match-item > .item-inner > .entry.winner > .inner:not(.finished) {
    background: url(/Themes/default/match_status_bg.png) repeat-x 0 0;
    background-size: 10px 155px;
    color: #000000;
}

.slide.team-match-overview.large > .list > .header > .score-header > .teams-wrapper {
    font-size: 38px;
    font-weight: bold;
    font-weight: bold;
}

.slide.team-match-overview.large > .list > .header > .score-header > .teams-wrapper > .center-adjust .content-middle .center-text > div {
    line-height: 18px;
    height: 25px;
    font-size: 32px;
    font-weight: bold;
}

.slide.team-match-overview.large > .list > .header > .score-header > .teams-wrapper > .team .team-flag > img {
    margin-top: 5px;
    height: 50px;
}

.slide.team-match-overview.large > .list > .matchplay-items .match-item > .item-inner .entry .player-info .wrapper > .name {
    font-size: 60px;
    line-height: 68px;
    font-weight: bold;
}

.slide.team-match-overview.large > .list > .matchplay-items .match-item > .item-inner .entry .match-result {
    font-size: 60px;
    margin-top: 33px;
}

/* ==========================================================================
    TeamMatchPlay slide classes
    ========================================================================= */
.slide .list .header > .teammatchplay-header { background-color: #081f4d; color: #ffffff; }
.slide .list .header > .teammatchplay-header .round { float: left; width: 50%; text-align: left; }
.slide .list .header > .teammatchplay-header .round .inner { padding-left: 30px; }
.slide .list .header > .teammatchplay-header .date { float: right; width: 50%; text-align: right; }
.slide .list .header > .teammatchplay-header .date .inner { padding-right: 30px; }
.ie7 .slide .list .header > .teammatchplay-header .date { margin-right: -2px; }

.slide.team-match-play > .list .teammatchplay-items .match-item .entry { width: 45%; }
.slide.team-match-play > .list .teammatchplay-items .match-item .entry .inner { background: url(/Themes/default/player_winner_bg.png) repeat-x 0 0; }
.slide.team-match-play > .list .teammatchplay-items .match-item .entry.winner .inner { background: url(/Themes/default/player_winner_bg.png) repeat-x 0 0; }
.slide.team-match-play > .list .teammatchplay-items .match-item .entry.loser .inner { background: url(/Themes/default/player_loser_bg.png) repeat-x 0 0; }
.slide.team-match-play > .list .teammatchplay-items .match-item .entry.left { text-align: left; }
.slide.team-match-play > .list .teammatchplay-items > .item-wrapper .match-item .entry.right { text-align: right; float: none; width: auto; overflow: hidden; }

.ie7 .slide.team-match-play > .list .teammatchplay-items .match-item .entry.right { margin-right: -2px; }
.slide.team-match-play > .list .teammatchplay-items .match-item .entry.left .inner { padding-left: 30px; }
.slide.team-match-play > .list .teammatchplay-items .match-item .entry.right .inner { padding-right: 30px; }

.slide.team-match-play > .list .teammatchplay-items .match-item .entry .match-result {
    line-height: normal;
    font-size: 40px;
    margin-top: 13px;
}
.slide.team-match-overview > .list .teammatchplay-items .match-item .entry .match-result { margin-top: 45px; }

.slide.team-match-play > .list .teammatchplay-items .match-item .entry.left .match-result { float: right; padding-right: 25px; }
.slide.team-match-play > .list .teammatchplay-items .match-item .entry.right .match-result { float: left; padding-left: 25px; }

.slide.team-match-play > .list .teammatchplay-items .match-item .entry .shadow {
    height: 100%;
    width: 5px;
}
.slide.team-match-play > .list .teammatchplay-items .match-item .entry.left .shadow {
    float: right;
    background: url(/Themes/default/status_shadow_left.png) no-repeat 0 0;
}
.slide.team-match-play > .list .teammatchplay-items .match-item .entry.right .shadow {
    float: left;
    background: url(/Themes/default/status_shadow_right.png) no-repeat 0 0;
}

#slideshow .slide.team-match-play > .list .teammatchplay-items .match-item .photo { line-height: inherit; }
.slide.team-match-play > .list .teammatchplay-items .match-item .entry .photo > img { margin-top: 6px; border: 2px solid #ffffff; height:55px; width:55px; }

.slide.team-match-play > .list .teammatchplay-items .match-item .entry .player-info { display: block; width: auto; height: 100%; overflow: hidden; }
.slide.team-match-play > .list .teammatchplay-items .match-item .entry .player-info span { display: block; line-height: normal; }
.slide.team-match-play > .list .teammatchplay-items .match-item .entry .player-info .wrapper { display: block; /*position: relative;*/ margin-top: 33.5px; }
.slide.team-match-play > .list .teammatchplay-items .match-item .entry .player-info .name { font-size: 28px; letter-spacing: 1px; }
.slide.team-match-play > .list .teammatchplay-items .match-item .entry .player-info .nationality { font-size: 30px; }

.slide.team-match-play > .list .teammatchplay-items .match-item .entry.left .player-info { padding-right: 20px; }
.slide.team-match-play > .list .teammatchplay-items .match-item .entry.right .player-info { padding-left: 20px; }

.slide.team-match-play > .list .teammatchplay-items .match-item .played-holes { width: 10%; min-width: 135px; }
.slide.team-match-play > .list .teammatchplay-items .match-item .played-holes .center { text-align: center; }

.slide.team-match-play > .list .teammatchplay-items .match-item .played-holes .inner {
    background: url(/Themes/default/match_status_bg.png) repeat-x 0 0;
    color: #000000;
    font-size: 60px;
    letter-spacing: -1px;
}

.slide.team-match-play > .list .teammatchplay-items .match-item .played-holes .inner.doubleLine {
    line-height: 35px;
    font-size: 35px;
}

.slide.team-match-play > .list > .header .team.left .team-flag {
    float: left;
}

.slide.team-match-play > .list > .header .team.right .team-flag {
    float: right;
}

.slide.team-match-play > .list > .header .team-flag img {
    margin-top: 8px;
    height: 45px;
}

.slide.team-match-play .list .header > .score-header > .teams-wrapper > .team.left > .inner > .team-name {
    display: block;
    height: 100%;
    overflow: hidden;
    width: auto;
    margin-top: 0px;
    margin-left: 80px;
}

.slide.team-match-play .list .header > .score-header > .teams-wrapper > .team.right > .inner > .team-name {
    display: block;
    height: 100%;
    overflow: hidden;
    width: auto;
    margin-top: 0px;
    margin-right: 80px;
}

.slide.team-match-play .list .header > .score-header > .teams-wrapper > .team > .inner > .team-result {
    margin: 0px 20px;
}

.slide.team-match-play > .list .matchplay-items .match-item .entry.left > .inner {
    padding-left: 0;
}

.slide.team-match-play > .list .matchplay-items .match-item .entry.right > .inner {
    padding-right: 0;
}

.slide.team-match-play.team-matches > .list .teammatchplay-items .match-item > .item-inner div.gradient > div {
    background-size: 10px 70px;
}

.slide.team-match-play.team-matches > .list .teammatchplay-items .match-item .entry > .inner > div {
    line-height: 100%;
}

.slide.team-match-play.team-matches > .list > .header > .score-header > .teams-wrapper > .team.left > .inner > .team-name:not(.hasFlag) {
    margin-left: 0;
}

.slide.team-match-play.team-matches > .list > .header > .score-header > .teams-wrapper > .team.right > .inner > .team-name:not(.hasFlag) {
    margin-right: 0;
}

.slide.match-play.teammatchplay.small > .list > .header > .score-header > .teams-wrapper > .team.left {
    width: calc(45% + 4px); /* Should make the columns in the header align with the columns in the rows below. The 4px we add is from the extra border on the match number column, which is not shown in the normal team match slide */
}

.slide.team-match-play.team-matches.small > .list .teammatchplay-items .match-item > .item-inner div.gradient > div {
    background-size: 10px 36px;
}

.slide.team-match-play.team-matches.small > .list .teammatchplay-items .match-item .entry > .inner > div {
    height: 100%;
    line-height: inherit;
}

.slide.team-match-play.team-matches.small > .list .teammatchplay-items .match-item .entry.left > .inner > div {
    padding-left: 30px;
}

.slide.team-match-play.team-matches.small > .list .teammatchplay-items .match-item .entry.right > .inner > div {
    padding-right: 30px;
}

.slide.team-match-play.team-matches.small > .list .matchplay-items .match-item > .item-inner > .entry.winner .inner:not(.finished) {
    background-size: 10px 36px;
}

.slide.team-match-play.team-matches.small > .list .matchplay-items .match-item .entry .player-info span {
    line-height: inherit;
}

.slide.team-match-play.team-matches.large > .list > .header > .score-header > .teams-wrapper {
    font-size: 38px;
    font-weight: bold;
    font-weight: bold;
}

.slide.team-match-play.team-matches.large > .list > .header > .score-header > .teams-wrapper > .center-adjust .content-middle .center-text > div {
    line-height: 18px;
    height: 25px;
    font-size: 32px;
    font-weight: bold;
}

.slide.team-match-play.team-matches.large > .list > .header > .score-header > .teams-wrapper > .team .team-flag > img {
    margin-top: 5px;
    height: 50px;
}

.slide.team-match-play.team-matches.large > .list .items > .item-wrapper > .item {
    height: 144px;
}

.slide.team-match-play.team-matches.large > .list .items > .item-wrapper > .item .item-inner > div {
    height: 140px;
    line-height: 140px;
}

.slide.team-match-play.team-matches.large > .list > .matchplay-items .match-item > .item-inner .entry .player-info .wrapper > .name {
    font-size: 60px;
    line-height: 68px;
    font-weight: bold;
}

.slide.team-match-play.team-matches.large > .list > .matchplay-items .match-item > .item-inner .photo-wrapper {
    margin-top: 30px;
}

.slide.team-match-play.team-matches.large > .list > .matchplay-items .match-item > .item-inner .entry .match-result {
    font-size: 60px;
    margin-top: 33px;
}

/*.slide.team-match-play .teammatchplay-items .item span.wrapper {
    margin-top: 12px;
}*/

/* Single match hulscore */
.scoreboard-wrapper {
    height: 357px;
    width: auto;
    padding: 30px;
}
.scoreboard {
    height:100%;
    width: auto;
    background-color: #081f4d;
}
.scoreboard .holes-list > div { float: left; }
.scoreboard .scoreboard-header {
    width: 25%;
    font-size: 25px;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
}
.scoreboard .scoreboard-header > div {
    height: 36px;
    line-height: 36px;
    text-align: left;
}
.scoreboard .scoreboard-header > div > .inner { padding-left: 30px; }
.scoreboard .scoreboard-header > .hole-text,
.scoreboard .scoreboard-header > .par-text,
.scoreboard .holes > .score-row .hole-wrapper > .number, 
.scoreboard .holes > .score-row .hole-wrapper > .par
{
     height: 46px;
     line-height: 46px;
}
.scoreboard .scoreboard-header > .result-text, 
.scoreboard .holes > .score-row .hole-wrapper > .result
{
    height: 60px;
    line-height: 60px;
}

.scoreboard .scoreboard-header > .result-text .inner, 
.scoreboard .holes > .score-row .hole-wrapper > .result .inner
{
    background: url(/Themes/default/single-match/single_match_result_bg.png) repeat-x 0 0;
    height: 100%;
    line-height: inherit;
}
.scoreboard .scoreboard-header > .score-text, 
.scoreboard .holes > .score-row .hole-wrapper > .score
{
    height: 68px;
    line-height: 68px;
}
.scoreboard .scoreboard-header > .score-text .inner, 
.scoreboard .scoreboard-header > .score-text.winner .inner,
.scoreboard .holes > .score-row .hole-wrapper > .score .inner,
.scoreboard .holes > .score-row .hole-wrapper > .score.winner .inner
{
    background: url(/Themes/default/single-match/match_player_bg_dark.png) repeat-x 0 0;
    height: 100%;
    line-height: inherit;
}
.scoreboard .scoreboard-header > .score-text.loser .inner,
.scoreboard .holes > .score-row .hole-wrapper > .score.loser .inner
{
    background: url(/Themes/default/single-match/match_player_bg_light.png) repeat-x 0 0;
    height: 100%;
    line-height: inherit;
}
.scoreboard .holes { 
    width: 75%;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: -1px;
}

.ie7 .scoreboard .holes { margin-right:-2px; }
.ie7 .scoreboard .holes > .score-row .hole-wrapper.last { float: none; overflow: hidden; width: auto !important; }

.scoreboard .holes > .score-row .hole-wrapper > div { margin-left: 3px; }
.scoreboard .holes > .score-row .hole-wrapper { float: left; width: 33.333%; height: 100%; }
.scoreboard .holes > .score-row .hole-wrapper > .number, 
.scoreboard .holes > .score-row .hole-wrapper > .par { text-align: center; }
.scoreboard .holes > .score-row .hole-wrapper > .result,
.scoreboard .holes > .score-row .hole-wrapper > .score
{
    text-align: center;
}
.scoreboard .holes > .score-row .hole-wrapper > .result { color: #000000; }

.scoreboard .first.score-text,
.scoreboard .first.score 
{
    margin-bottom: 8px;
}

.scoreboard .holes > .score-row { float: left; width: 16.666%; }
.ie7 .scoreboard .holes > .score-row.last { float: none; overflow: hidden; width: auto !important; }
.scoreboard .holes > .score-row > .inner { margin-left: 5px; }

/*.holes .hole-wrapper:nth-child(3n + 1) { margin-left: 6px; }
.holes .hole-wrapper.nth-child > div { margin-left: 6px; }*/

/* LARGE SHARED */
.slide.large > .slide-header > .inner > .competition-info .title-wrap .title-align > .title {
    font-size: 60px;
    line-height: 60px;
}

.slide.large > .slide-header > .inner > .competition-info .title-wrap .title-align > .subtitle {
    font-size: 48px;
    line-height: 48px;
}

.slide.large > .list > .header > .internal-header > div {
    font-size: 48px;
}

.slide.large > .slide-footer > .inner > .competition-info .subtitle {
    font-size: 48px;
}

/* ==========================================================================
   Information slide classes
   ========================================================================== */

.slide .list .header .information-header .date { float: right; text-align: right; }
.slide .list .header .information-header .date .inner { padding-right: 30px; }
.slide .list .information-content {
    width: 100%;
    height: 576px;
    background-color: #1E3B75;
}

.information-content .inner { padding: 50px 100px; }

.information-content .title {
    color: #ffffff;
    font-size: 60px;
    text-align: center;
    margin-bottom: 50px;
}

.information-content .message {
    color: #ffffff;
    font-size: 45px;
    text-align: left;
}

/*
   ==========================================================================
   EntryList slide classes
   ==========================================================================
*/

#slideshow .entrylist-header .hcp, .entrylist-items .player-item .hcp { text-align: center; }
#slideshow .entrylist-header > div { text-align: center; }
.ie7 #slideshow .entrylist-header > div:last-child, .ie7 #slideshow .entrylist-items .player-item-inner > div:last-child { float: none; overflow: hidden; width: auto; }

#slideshow .entrylist .entrylist-items .player-item-inner > div .inner { padding: 0 10px; }
#slideshow .entrylist .entrylist-items .player-item .player-name .nationality { line-height: 0; float: left; min-width: 40px; max-width: 20%; }
#slideshow .entrylist .entrylist-items .player-item .player-name .nationality img { height: 30px; padding: 19px 0; width: auto; }
#slideshow .entrylist .entrylist-items .player-item .player-name .name { float: none; display: block; overflow: hidden; width: auto!important; padding-left: 10px; }

.entrylist-items .inner {
    background: url(/Themes/default/match_player_bg_dark.png) repeat-x 0 0;
    border-right: 4px solid #081f4d;
    -moz-box-shadow: 0 1px 0 #54759B inset;
    -webkit-box-shadow: 0 1px 0 #54759B inset;
    box-shadow: 0 1px 0 #54759B inset;
}

/* ==========================================================================
   Media queries
   ========================================================================== */

@media only screen and (max-width : 1920px) {
    .scoreboard .holes .hole-wrapper .result { font-size: 26px; }
}
@media only screen and (max-width : 1680px) {
    .scoreboard .holes .hole-wrapper .result { font-size: 20px; letter-spacing: -1px; }
}

/* ==========================================================================
   Theming
   ========================================================================== */
.leaderboard-header .inner,
.startlist-header .inner,
.holescore-header .inner,
.course-setup .inner {
    text-shadow: 1px 1px 0px #000000;
}

.leaderboard-items .inner,
.startlist-items .inner,
.holescore-items .inner {
    background: url(/Themes/default/leaderboard_player_bg.png) repeat-x 0 0;
    border-right: 4px solid #081f4d;
    -moz-box-shadow: 0 1px 0 #54759B inset;
    -webkit-box-shadow: 0 1px 0 #54759B inset;
    box-shadow: 0 1px 0 #54759B inset;
}

.leaderboard-items .total .inner,
.holescore-items .total .inner {
    background: url(/Themes/default/leaderboard_total_bg.png) repeat-x 0 0;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    color: #000000;
}
 
 /* Full default theme */
/*  
.leaderboard-header .inner,
.startlist-header .inner,
.holescore-header .inner,
.course-setup .inner {
    background: #A1B0C3;
    background: -moz-linear-gradient(top, #E5F1FF, #C9D8EB 50%, #A1B0C3 51%, #677789);
    background: -o-linear-gradient(top, #E5F1FF, #C9D8EB 50%, #A1B0C3 51%, #677789);
    background: -ms-linear-gradient(top, #E5F1FF, #C9D8EB 50%, #A1B0C3 51%, #677789);
    background: -WebKit-gradient(linear, 0% 0%, 0% 100%, from(#E5F1FF), color-stop(50%, #C9D8EB), color-stop(51%, #A1B0C3), to(#677789));
    background: linear-gradient(top, #E5F1FF, #C9D8EB 50%, #A1B0C3 51%, #677789);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E5F1FF, endColorstr=#677789);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E5F1FF,endColorStr=#677789)";       
    -moz-box-shadow: 0 1px 0 #ffffff inset;
    -webkit-box-shadow: 0 1px 0 #ffffff inset;
    box-shadow: 0 1px 0 #ffffff inset;
    text-shadow: 1px 1px 0px #C9D8EB;
}

.leaderboard-items .inner,
.startlist-items .inner,
.holescore-items .inner {
    background: #1C2B50;
    background: -moz-linear-gradient(top, #3C5686, #1C2B50 50%, #0F1B3A 51%, #050C1C);
    background: -o-linear-gradient(top, #3C5686, #1C2B50 50%, #0F1B3A 51%, #050C1C);
    background: -ms-linear-gradient(top, #3C5686, #1C2B50 50%, #0F1B3A 51%, #050C1C);
    background: -WebKit-gradient(linear, 0% 0%, 0% 100%, from(#3C5686), color-stop(50%, #1C2B50), color-stop(51%, #0F1B3A), to(#050C1C));
    background: linear-gradient(top, #3C5686, #1C2B50 50%, #0F1B3A 51%, #050C1C);
    -moz-box-shadow: 0 1px 0 #54759B inset;
    -webkit-box-shadow: 0 1px 0 #54759B inset;
    box-shadow: 0 1px 0 #54759B inset;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
        
.leaderboard-header .total .inner {
    background: #064390;
    background: -moz-linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    background: -o-linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    background: -ms-linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    background: -WebKit-gradient(linear, 0% 0%, 0% 100%, from(#0C5FA8), color-stop(50%, #085CAC), color-stop(51%, #064390), to(#021C50));
    background: linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    filter: none;
    -ms-filter: none;
    -moz-box-shadow: 0 1px 0 #318FE8 inset;
    -webkit-box-shadow: 0 1px 0 #318FE8 inset;
    box-shadow: 0 1px 0 #318FE8 inset;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    color: #ffffff;
}

.leaderboard-items .total .inner {
    background: #064390;
    background: -moz-linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    background: -o-linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    background: -ms-linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    background: -WebKit-gradient(linear, 0% 0%, 0% 100%, from(#0C5FA8), color-stop(50%, #085CAC), color-stop(51%, #064390), to(#021C50));
    background: linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    filter: none;
    -ms-filter: none;
    -moz-box-shadow: 0 1px 0 #318FE8 inset;
    -webkit-box-shadow: 0 1px 0 #318FE8 inset;
    box-shadow: 0 1px 0 #318FE8 inset;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    color: #ffffff;
}
*/

/* Lightweight default theme */
/*
.leaderboard-header .inner,
.startlist-header .inner,
.holescore-header .inner {
    background: #C9D8EB;
    background: -moz-linear-gradient(top, #E5F1FF, #C9D8EB 50%, #A1B0C3 51%, #677789);
    background: -o-linear-gradient(top, #E5F1FF, #C9D8EB 50%, #A1B0C3 51%, #677789);
    background: -ms-linear-gradient(top, #E5F1FF, #C9D8EB 50%, #A1B0C3 51%, #677789);
    background: -WebKit-gradient(linear, 0% 0%, 0% 100%, from(#E5F1FF), color-stop(50%, #C9D8EB), color-stop(51%, #A1B0C3), to(#677789));
    background: linear-gradient(top, #E5F1FF, #C9D8EB 50%, #A1B0C3 51%, #677789);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E5F1FF, endColorstr=#677789);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E5F1FF,endColorStr=#677789)";       
    text-shadow: 1px 1px 0px #C9D8EB;
}

.leaderboard-items .inner,
.startlist-items .inner,
.holescore-items .inner {
    background: #1C2B50;
    background: -moz-linear-gradient(top, #3C5686, #1C2B50 50%, #0F1B3A 51%, #050C1C);
    background: -o-linear-gradient(top, #3C5686, #1C2B50 50%, #0F1B3A 51%, #050C1C);
    background: -ms-linear-gradient(top, #3C5686, #1C2B50 50%, #0F1B3A 51%, #050C1C);
    background: -WebKit-gradient(linear, 0% 0%, 0% 100%, from(#3C5686), color-stop(50%, #1C2B50), color-stop(51%, #0F1B3A), to(#050C1C));
    background: linear-gradient(top, #3C5686, #1C2B50 50%, #0F1B3A 51%, #050C1C);
}
        
.leaderboard-header .total .inner {
    background: #064390;
    background: -moz-linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    background: -o-linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    background: -ms-linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    background: -WebKit-gradient(linear, 0% 0%, 0% 100%, from(#0C5FA8), color-stop(50%, #085CAC), color-stop(51%, #064390), to(#021C50));
    background: linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    color: #ffffff;
}

.leaderboard-items .total .inner {
    background: #064390;
    background: -moz-linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    background: -o-linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    background: -ms-linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    background: -WebKit-gradient(linear, 0% 0%, 0% 100%, from(#0C5FA8), color-stop(50%, #085CAC), color-stop(51%, #064390), to(#021C50));
    background: linear-gradient(top, #0C5FA8, #085CAC 50%, #064390 51%, #021C50);
    color: #ffffff;
}
*/
/* flat default theme */
/*
.leaderboard-header .inner,
.startlist-header .inner,
.holescore-header .inner {
    background: #C9D8EB;
}

.leaderboard-items .inner,
.startlist-items .inner,
.holescore-items .inner {
    background: #1C2B50;
}
        
.leaderboard-header .total .inner {
    background: #064390;
    color: #ffffff;
}

.leaderboard-items .total .inner {
    background: #064390;
    color: #ffffff;
}
*/

/* ==========================================================================
   Transitions
   ========================================================================== */

.perspective {
    /*-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	-o-perspective: 2000px;
	perspective: 2000px;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	-o-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;*/
}

.slide .transition-wrap {
    width: 100%;
    -webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
    /*-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;*/
}

.slide-transition {
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.slide-up,
.slide-down 
{
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

/* Flip transition */

#player-item-0 .side { -webkit-transition-delay: 1.00s; transition-delay: 1s; }
#player-item-1 .side { -webkit-transition-delay: 1.13s; transition-delay: 1.13s; }
#player-item-2 .side { -webkit-transition-delay: 1.26s; transition-delay: 1.26s; }
#player-item-3 .side { -webkit-transition-delay: 1.39s; transition-delay: 1.39s; }
#player-item-4 .side { -webkit-transition-delay: 1.52s; transition-delay: 1.52s; }
#player-item-5 .side { -webkit-transition-delay: 1.65s; transition-delay: 1.65s; }
#player-item-6 .side { -webkit-transition-delay: 1.78s; transition-delay: 1.78s; }
#player-item-7 .side { -webkit-transition-delay: 1.91s; transition-delay: 1.91s; }
#player-item-8 .side { -webkit-transition-delay: 2.04s; transition-delay: 2.04s; }
#player-item-9 .side { -webkit-transition-delay: 2.17s; transition-delay: 2.17s; }
#player-item-10 .side { -webkit-transition-delay: 2.3s; transition-delay: 2.3s; }
#player-item-11 .side { -webkit-transition-delay: 2.43s; transition-delay: 2.43s; }

#match-item-0 .side { -webkit-transition-delay: 1.0s; transition-delay: 1s; }
#match-item-1 .side { -webkit-transition-delay: 1.3s; transition-delay: 1.3s; }
#match-item-2 .side { -webkit-transition-delay: 1.6s; transition-delay: 1.6s; }
#match-item-3 .side { -webkit-transition-delay: 1.9s; transition-delay: 1.9s; }
#match-item-4 .side { -webkit-transition-delay: 2.2s; transition-delay: 2.2s; }
#match-item-5 .side { -webkit-transition-delay: 2.5s; transition-delay: 2.5s; }
#match-item-6 .side { -webkit-transition-delay: 2.8s; transition-delay: 2.8s; }
#match-item-7 .side { -webkit-transition-delay: 3.1s; transition-delay: 3.1s; }
#match-item-8 .side { -webkit-transition-delay: 3.4s; transition-delay: 3.4s; }
#match-item-9 .side { -webkit-transition-delay: 3.7s; transition-delay: 3.7s; }
#match-item-10 .side { -webkit-transition-delay: 4s; transition-delay: 4s; }
#match-item-11 .side { -webkit-transition-delay: 4.3s; transition-delay: 4.3s; }
#match-item-12 .side { -webkit-transition-delay: 4.6s; transition-delay: 4.6s; }
#match-item-13 .side { -webkit-transition-delay: 4.9s; transition-delay: 4.9s; }
#match-item-14 .side { -webkit-transition-delay: 5.2s; transition-delay: 5.2s; }
#match-item-15 .side { -webkit-transition-delay: 5.5s; transition-delay: 5.5s; }

.card {
    position: relative;
    width: 100%;    
    /*-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;*/ 
}
.card.flipped .back {
    -webkit-transform: perspective(1000px) rotateX(360deg);
    -moz-transform: perspective(1000px) rotateX(360deg);
    -ms-transform: perspective(1000px) rotateX(360deg);
    -o-transform: perspective(1000px) rotateX(360deg);
    transform: perspective(1000px) rotateX(360deg);
}
.card.flipped .front {
    -webkit-transform: perspective(1000px) rotateX(180deg);
    -moz-transform: perspective(1000px) rotateX(180deg);
    -ms-transform: perspective(1000px) rotateX(180deg);
    -o-transform: perspective(1000px) rotateX(180deg);
    transform: perspective(1000px) rotateX(180deg);
}

.card .side {	
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    -ms-transition: -ms-transform 1s ease;
    -o-transition: -o-transform 1s ease;
    transition: transform 1s ease;
}
.card .back {
    -webkit-transform: perspective(1000px) rotateX(180deg);
    -moz-transform: perspective(1000px) rotateX(180deg);
    -ms-transform: perspective(1000px) rotateX(180deg);
    -o-transform: perspective(1000px) rotateX(180deg);
    transform: perspective(1000px) rotateX(180deg);  
}
.card .front { 
    -webkit-transform: perspective(1000px) rotateX(0deg);
    -moz-transform: perspective(1000px) rotateX(0deg);
    -ms-transform: perspective(1000px) rotateX(0deg);
    -o-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
}

.emptycell {
    float: left;
    width: 5.5555%;
}