/* Main Content - CSS Document */


.clearfix {
	    display: table;
	    content: "";
	    line-height: 0;
}


.tournament {
	text-align: left;
	height: auto;
	margin: 10px 0 20px 0;
	padding: 0px;
    background-color: #fff;
    box-shadow: 0 6px 8px -6px rgba(0,0,0,0.3);
}


.tournament-lead2019 {
	text-align: left;
	height: auto;
	margin: 0;
	padding: 10px 20px;
}

.tournament .tname {
    color: #00284B;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 36px;
	margin: 0;
	padding: 20px 0px 0px 10px;
	display: inline-block;
	}
	
.additional {
    float:right;
    margin: 0 10px 0 0;
}

/* Dropdown Button */
.tournament .dropbtn {
  background-color: #fff;
  color: black;
  text-align: left;
  width: 250px;
  font-size: 16px;
  padding: 13px 12px 7px 4px;
    border: 1px solid #e6e6e6;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.tournament .dropbtn:hover, .dropbtn:focus {
  background-color: #f1f1f1;
  color: black;
  text-align: left;
  width: 250px;
  font-size: 16px;
  padding: 13px 12px 7px 4px;
    border: 1px solid #e6e6e6;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.tournament .dropdown {
  position: relative;
  display: inline-block;
  padding: 20px 0;
}

/* Dropdown Content (Hidden by Default) */
.tournament .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  padding: 13px 12px 7px 4px;
  min-width: 230px;
  font-size: 16px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.tournament .dropdown-content a {
  color: black;
  padding: 4px 16px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.tournament .dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.tournament .show {
  color: black;
  padding: 4px 16px;
  font-size: 16px;
  text-decoration: none;
  display:block;
    
}


.tournament .tinfo {
	margin: 0 10px;
	padding: 0 0 10px 0;
	border-bottom: solid 5px #E6E6E6;
	}

.tournament .tdate {    
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
	margin: 0;
	padding: 0 10px 0 0;
	}

.tournament .coursename {
	font-size: 14px;
	margin: 0;
	padding: 0 10px 0 0;
	}

.tournament .courseaddress {
	font-size: 14px;
	margin: 0;
	padding: 0 10px 0 0;
	}

.tournament .weather {
	font-size: 14px;
	margin: 0;
	padding: 0 10px 0 0;
	}

.tleaderboard {
	font-size: 20px;
	margin: 0;
	padding: 10px 0 10px 20px;
	}
	
/*

.pratorhurstcup table tr th .player {
    width: 220px;
}

.pratorhurstcup table tr th:first-child {
    border-left: solid 1px #e6e6e6;
}

.pratorhurstcup table tr td:first-child {
    border-left: solid 1px #e6e6e6;
}

.pratorhurstcup table tr th:last-child {
    padding: 10px 8px;
}

.pratorhurstcup table tr td {
    padding: 10px 0 8px 0;
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}

.pratorhurstcup table tr td:last-child {
    padding: 10px 8px;
}

.pratorhurstcup table tr:nth-child(even) {background-color: #f2f2f2;}

*/

.leaderboard {
	border: 0;
	border-spacing: 0;
	font-size: 16px;
    box-shadow: 0 6px 8px -6px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    width: 100%;
	text-align: center;
}

.leaderboard table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.leaderboard th {
	font-size: 14px;
    padding: 10px 0 8px 0;
	color: #e4e4e4;
	height:  54px;
	background: #00284b;
	border-bottom: 1px solid #405e78; 
	border-left: 1px solid #405e78; 
}

.leaderboard .player-name-title {
	width:  671px;
    padding: 10px 0 8px 20px;
	text-align: left;
}


.leaderboard tr {
	height: 54px;
}

.leaderboard tr:nth-child(even) {background-color: #f2f2f2;}

.leaderboard table tr th:last-child {
    border-left: solid 1px #405e78;
}

.leaderboard table tr td:last-child {
    border-left: solid 1px #405e78;
}

.leaderboard a, a:visited {
    color: #000;
    font-family: 'Roboto Condensed',sans-serif;
	font-weight: bold;
    text-align: left;
    min-width: 220px;
    margin: 0;
}

.leaderboard a:hover {
    color: #0066cc;
    font-family: 'Roboto Condensed',sans-serif;
	font-weight: bold;
    text-align: left;
    min-width: 220px;
    margin: 0;
}

/* .leaderboard .lead-header {
	font-size: 14px;
	color: #e4e4e4;
	height:  54px;
	background: #00284b;
	border-bottom: 1px solid #405e78;
}

.leaderboard .position-title {
	width:  33px;
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #405e78;
}

.leaderboard .position-movement-title  {
	width:  33px;
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #405e78;
	width: 40px;
}

.leaderboard .country-title {
	width:  64px;
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #405e78;
}

.leaderboard .player-name-title {
	width:  671px;
	text-align: left;
	margin: 0;
	padding: 7px 0 7px 20px;
	border-left: 1px solid #405e78;
}

.leaderboard .total-title {
	width:  33px;
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #405e78;
}

.leaderboard .strokes-title {
	width:  33px;
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #405e78;
}

.leaderboard .cup-title {
	width:  33px;
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #405e78;
}

.leaderboard .putts-title {
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #405e78;
} */

.line-row {
	font-size: 14px;
	height: 54px;
}

.line-row.even {
	color: #333;
    	background-color: #f7f7f7;
    	border-bottom: 1px solid #e6e6e6;
}

.line-row.odd {
	color: #333;
    	background-color: #fff;
    	border-bottom: 1px solid #e6e6e6;
}

.player-rounddetails {
	color: #fff;
    	background: #323232;
    	border-bottom: 1px solid #e6e6e6;
}

.leaderboard .position {
	margin: 0;
	padding: 0 4px;
}

.leaderboard .position-movement {
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #e6e6e6;
}

.leaderboard .country {
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #e6e6e6;
}

.leaderboard .player-name {
    font-weight: bold;
	width:  671px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #e6e6e6;
}

.cup-total-even {
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #e6e6e6;
	background-color: #38761d;
	color: #fff;
    font-weight: bold;
}

.cup-total-odd {
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #e6e6e6;
	background-color: #6aa84f;
	color: #fff;
    font-weight: bold;
}

.leaderboard .total {
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #e6e6e6;
	background-color: #6aa84f;
	color: #fff;
}

.leaderboard .strokes {
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #e6e6e6;
}

.leaderboard .cup {
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #e6e6e6;
}

.leaderboard .putts {
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.scorecard-head {
    border: 0;
	border-spacing: 0;
    margin-bottom: 0;
}

.scorecard {
    border: 0;
	border-spacing: 0;
    margin-bottom: 16px;
}

.scorecard-head th {
	background-color: #ccc;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-spacing: 0;
}

.scorecard-head th:first-child {
	background-color: #ccc;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-spacing: 0;
	min-width: 275px;
}

.scorecard-head th:last-child {
	background-color: #ccc;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-spacing: 0;
	min-width: 92px;
}

.scorecard th:first-child {
	background-color: #ccc;
	border-left: 0px solid #e6e6e6;
	padding: 6px 4px 0 0;
	border-spacing: 0;
	width: 34px;
}

.scorecard th {
	background-color: #ccc;
	border-left: 1px solid #e6e6e6;
	padding: 6px 0;
	border-spacing: 0;
	width: 34px;
}

.scorecard td {
	border-left: 1px solid #e6e6e6;
	border-bottom: 4px solid #e6e6e6;
	padding-top: 8px;
	padding-bottom: 8px;
	border-spacing: 0;
}

.scorecard tbody {
    font-family: 'Roboto Condensed',sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.scorecard tr:hover {
    background-color: #f5f5f5;
}

.sc-head {
    font-size: 10px;
}

.head-title {
    text-align: right;
    padding: 0 4px 0 0;
    margin: 0;
}

.head-title-stats {
    text-align: left;
    min-width: 254px;
    margin: 0;
}

.hole-out {
    margin: 0;
}

.hole-in {
    margin: 0;
}

.par {
    text-align: center;
    margin: 0;
}

.sc-pos {
    text-align: center;
    min-width: 34px;
    margin: 0;
}

.sc-player {
    text-align: left;
    min-width: 220px;
    margin: 0;
    padding-left: 4px;
}

.sc-player a, a:visited {
    color: #000;
    font-family: 'Roboto Condensed',sans-serif;
	font-weight: bold;
    text-align: left;
    min-width: 220px;
    margin: 0;
}

.sc-player a:hover {
    color: #0066cc;
    font-family: 'Roboto Condensed',sans-serif;
	font-weight: bold;
    text-align: left;
    min-width: 220px;
    margin: 0;
}

.sc-out {
    text-align: center;
    min-width: 34px;
    margin: 0;
    background: #ccc;
}

.sc-in {
    text-align: center;
    min-width: 34px;
    margin: 0;
    background: #ccc;
}

.sc-total {
    text-align: center;
    min-width: 34px;
    margin: 0;
    background: #93c47d;
	border-right: 1px solid #ccc;
}

.total {
    text-align: center;
    min-width: 34px;
    margin: 0;
	border-right: 1px solid #ccc;
}

.sc-cup {
    text-align: center;
    min-width: 34px;
    margin: 0;
    color: #fff;
    background: #274e13;
}

.avgscore {
    text-align: center;
    margin: 0;
}

.none {
    text-align: center;
    margin: 0;
    color: #000;
    background: #f2f2f2;
}

.dbleagle {
    text-align: center;
    margin: 0;
    color: #000;
    background: #6d98bb;
}

.eagle {
    text-align: center;
    margin: 0;
    color: #000;
    background: #3d85c6;
}

.birdie {
    text-align: center;
    margin: 0;
    color: #000;
    background: #9fc5e8;
}

.par {
    text-align: center;
    margin: 0;
    color: #000;
}

.bogey {
    text-align: center;
    margin: 0;
    color: #000;
    background: #f7b942;
}

.dblbogey {
    text-align: center;
    margin: 0;
    color: #000;
    background: #ee5a00;
}

.tplbogey {
    text-align: center;
    margin: 0;
    color: #000;
    background: #cc4125;
}

.qdbogey {
    text-align: center;
    margin: 0;
    color: #efefef;
    background: #990000;
}

.qntbogey {
    text-align: center;
    margin: 0;
    color: #fff;
    background: #5b0f00;
}

.scoreTotal {
    text-align: center;
    margin: 0;
    color: #FFF;
    font-weight: bold;
    background: #6AA84F;
}


.legend {
    padding: 0 30px 14px 30px;
    border-bottom: solid 1px #e6e6e6;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 400;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 16px;
}

.legend table td .legend-text {
    height: 16px;
    padding-right: 4px;
}

.legend table td .dbleagle,  .eagle, .birdie, .par, .bogey, .dblbogey, .tplbogey, .qdbogey, .qntbogey  {
    height: 16px;
    width: 16px;
    margin: 0 3px 0 14px;
}

.scheduleupcoming  {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .15px;
    width: 100%;
	margin: 10px 0 0 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.scheduleupcoming .sname {
    color: #00182e;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
	margin: 0;
	padding: 20px 16px;
	}



.scheduleupcoming .tinfo {
	margin: 0 0 40px 0;
	padding: 0 0 10px 16px;
	width: 400px;
	display: block;
	}

.scheduleupcoming .tname {
    color: #00284B;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    line-height: 36px;
	margin: 0;
	padding: 20px 0;
	}

.scheduleupcoming img {  
    vertical-align: middle;
}

.scheduleupcoming .tdate {    
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
	margin: 0;
	padding: 0 10px 0 0;
	}

.scheduleupcoming .coursename {
	font-size: 14px;
	margin: 0;
	padding: 0 10px 0 0;
	}

.scheduleupcoming .courseaddress {
	font-size: 14px;
	margin: 0;
	padding: 0 10px 0 0;
	}


.schedule  {
    background-color: #fff;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .15px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    padding-bottom: 100px;
}

.schedule .sname {
    color: #00182e;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
	margin: 0;
	padding: 20px 16px;
	}

.schedule table {
	border: 0;
	border-spacing: 0;
    box-shadow: 0 6px 8px -6px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    width: 100%;
}

.schedule table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.schedule table tr th {
    text-align: left;
    font-size: 16px;
    padding: 10px 0 8px 18px;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;    
    background: url(/images/table-cell-bg.png) repeat-x center center;
}

.schedule table tr th:last-child {
    text-align: center;
    padding: 10px 8px;
}

.schedule table tr td {
    text-align: left;
    padding: 10px 0 8px 18px;
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}

.schedule table tr td:last-child {
    text-align: center;
    padding: 10px 8px;
}

.schedule table tr:nth-child(even) {background-color: #f2f2f2;}

.pratorhurstcup  {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .15px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    padding-bottom: 30px;
}

.pratorhurstcup .sname {
    color: #00182e;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
	margin: 0;
	padding: 20px 16px;
	}

.pratorhurstcup table {
	border: 0;
	border-spacing: 0;
    box-shadow: 0 6px 8px -6px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.pratorhurstcup table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.pratorhurstcup table tr th {
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;    
    background: url(/images/table-cell-bg.png) repeat-x center center;
}

.pratorhurstcup table tr th .player {
    width: 220px;
}

.pratorhurstcup table tr th:first-child {
    border-left: solid 1px #e6e6e6;
}

.pratorhurstcup table tr td:first-child {
    border-left: solid 1px #e6e6e6;
}

.pratorhurstcup table tr th:last-child {
    padding: 10px;
}

.pratorhurstcup table tr td {
    padding: 10px;
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}

.pratorhurstcup table tr td:last-child {
    padding: 10px;
}

.pratorhurstcup table tr:nth-child(even) {background-color: #f2f2f2;}



.pratorhurstcup a, a:visited {
    color: #000;
    font-family: 'Roboto Condensed',sans-serif;
	font-weight: bold;
    text-align: left;
    min-width: 220px;
    margin: 0;
}

.pratorhurstcup a:hover {
    color: #0066cc;
    font-family: 'Roboto Condensed',sans-serif;
	font-weight: bold;
    text-align: left;
    min-width: 220px;
    margin: 0;
}

.pratorhurstcup-points  {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .15px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    padding-bottom: 30px;
}

.pratorhurstcup-points .sname {
    color: #00182e;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
	margin: 0;
	padding: 20px 16px;
	}

.pratorhurstcup-points table {
	border: 0;
	border-spacing: 0;
    box-shadow: 0 6px 8px -6px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    width: 600px;
    text-align: center;
}

.pratorhurstcup-points table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.pratorhurstcup-points table tr th {
    font-size: 16px;
    padding: 10px;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;    
    background: url(/images/table-cell-bg.png) repeat-x center center;
}

.pratorhurstcup-points table tr th:first-child {
    border-left: solid 1px #e6e6e6;
}

.pratorhurstcup-points table tr td:first-child {
    border-left: solid 1px #e6e6e6;
}

.pratorhurstcup-points table tr th:last-child {
    padding: 10px;
}

.pratorhurstcup-points table tr td {
    padding: 10px;
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}

.pratorhurstcup-points table tr td:last-child {
    padding: 10px 8px;
}

.pratorhurstcup-points table tr:nth-child(even) {background-color: #f2f2f2;}
