.player-bio {
    background: #02223e;
    position: relative;
    min-height: 325px;
}

.player-bio .photo-holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 260px;
    display: inline-block;
}

.player-bio .photo-holder .photo {
    max-width: 280px;
    max-height: 350px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 95%;
    width: auto;
}

.player-bio .main {
    border-bottom: 4px solid rgba(255,255,255,0.1);
    padding: 27px 7px 7px 0;
    margin-left: 260px;
}

.player-bio .name {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 3px;
}

/* Dropdown Button */
.player-bio .dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 2px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.player-bio .dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.player-bio .dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.player-bio .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

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

/* Change color of dropdown links on hover */
.player-bio .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) */
.player-bio .show {display:block;}

.player-bio .country-state {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    margin-top: 5px;
}

.player-bio .addition {
    display: table;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-left: 260px;
}

.player-bio .addition>.col:first-child {
    width: 450px;
}

.player-bio .addition>.col:not(:first-child) {
    border-left: 1px solid rgba(255,255,255,0.1);
    padding: 10px;
    width: 600px;
}

.player-bio .addition>.col {
    display: table-cell;
    vertical-align: top;
}

.player-bio .bar {
    height: 44px;
    padding: 0 7px 0 2px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}


.player-bio .player-notes {
    display: table;
    padding-top: 12px;
}

.player-bio .sponsor {
    font-size: 22px;
    padding: 7px 0 0 0;
    color: #fff;
}

.player-bio .player-notes .col {
    display: table-cell;
    width: 80px;
}

.player-bio .player-notes .col:last-child {
    width: 240px;
    padding-left: 8px;
}

.player-bio .player-notes .col .item {
    padding-bottom: 12px;
}

.player-bio .value {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 2px;
}

.player-bio .best-position {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 2px;
    padding: 0 4px;
}

.player-bio .denotation {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 400;
    color: #fff;
    opacity: .5;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}

.player-bio .career-notes .row:first-child {
    margin: 0 0 10px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.player-bio .career-notes .row .item:not(:first-child) {
    border-left: 1px solid rgba(255,255,255,0.1);
}

.player-bio .career-notes .row {
    display: table;
    width: 100%;
}

.player-bio .career-notes .row .item:first-child {
    display: table-cell;
    width: 20%;
    text-align: center;
    vertical-align: top;
    height: 58px;
    padding-top: 0px;
}

.player-bio .career-notes .row .item:not(:first-child) {
    display: table-cell;
    width: 20%;
    text-align: center;
    vertical-align: top;
    height: 58px;
    padding-top: 10px;
    border-left: 1px solid rgba(255,255,255,0.1);
}

.player-bio .career-notes .value {
    font-size: 28px;
    line-height: 30px;
}

/* --- Player Performance --- */

.player-performance {
    margin-bottom: 30px;
    position: relative;
    font-size: 16px;
    box-shadow: 0 6px 8px -6px rgba(0,0,0,0.3);
}

.player-performance-head .title {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #00284b;
    text-transform: uppercase;
    padding: 13px 12px;
}

.player-performance .player-performance-header {
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0 8px 4px;
}



/* --- Player Pratorhurst Cup Results --- */

.player-pcup-results {
    margin-bottom: 30px;
    position: relative;
    font-size: 16px;
}

.player-pcup-results .table-wrapper {
    position: relative;
}

.player-pcup-results .titles {
    position: absolute;
    top: 0;
    left: 0;
    width: 9.1%;
}

.player-pcup-results .titles .table {
    border-right: 1px solid #e6e6e6;
    
}


.player-pcup-results .titles .table th {
    height:51px;
}

.player-pcup-results .holder {
    margin-left:9%;
}

.player-pcup-results .table {
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
    font-size:16px;
    line-height:18px;
    border-top:1px solid #e6e6e6;
}

.player-pcup-results .table th,.player-pcup-results .table td {
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding:0 5px;
    width:9.5%;
}
.player-pcup-results .table th:first-child,.player-pcup-results .table td:first-child {
    border-left:0
}

.player-pcup-results .table th {
    background:#f5f5f5;
    text-transform:uppercase;
    height:25px;
    white-space:nowrap;
}
.player-pcup-results .table td {
    background:#fff;
    text-align:center;
    height:60px;
}

.player-pcup-results .holder {
    margin-left: 9%;
}


/* --- Player Pratorhurst Cup Stats --- */

.player-pcup-stats {
    margin-bottom: 30px;
    position: relative;
    font-size: 16px;
}

.player-pcup-stats table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}

.player-pcup-stats table tr:nth-child(odd) {
    background: #fbfbfb;
}

.player-pcup-stats table th {
    font-size: 14px;
    background: #f0f0f0;
}

.player-pcup-stats table th.tourn, .player-pcup-stats table td.tourn {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 8px 0 8px;
    text-align: left;
    min-width: 267px;
}

.player-pcup-stats table th.itemtwo , .player-pcup-stats table td.itemtwo {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 8px 0 8px;
    text-align: left;
    min-width: 200px;
}


.player-pcup-stats table th:first-child, .player-pcup-stats table td:first-child {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 5px 0 8px;
    text-align: left;
}


.player-pcup-stats table th, .player-pcup-stats table td {
    height: 44px; 
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 4px;
    text-align: center;
}


/* --- Player Scoring --- */

.player-scoring {
    margin: 0 0 30px 0;
    box-shadow: 0 6px 8px -6px rgba(0,0,0,0.3);
}

.players-section-scoring{
    margin-bottom: 40px;
    box-shadow: 0 6px 8px -6px rgba(0,0,0,0.3);
    
}

.player-section-head .title {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #00284b;
    text-transform: uppercase;
    padding: 0px 12px;
}

.player-section-content {
    position: relative;
    z-index: 0;
}

.player-scoring-module .scoring-info {
    position: relative;
    padding:  0 10px;
    min-height: 70px;
    border-top: 1px solid #f0f0f0;
}

.player-scoring-module .scoring-info .tournament {
    display: table;
    margin-right: 260px;
    color: #00284b;
}

.player-scoring-module .scoring-info .tournament .logo {
    display: table-cell;
    vertical-align: middle;
    background: #bbb;
}

.player-scoring-module .scoring-info .tournament .text {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    padding: 0 0 0 8px;
}

.player-scoring-module .scoring-info .tournament .name {
    font-size: 22px;
    line-height: 24px;
}

.player-scoring-module .scoring-info .tournament .stats {
    font-size: 16px;
    line-height: 18px;
}

.player-scoring-module .scoring-info .tournament .stats .item {
    display: inline-block;
}

.player-scoring-module .scorecard {
    position: relative;
    font-size: 16px;
}

.player-scoring-module .scorecard table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}

.player-scoring-module .scorecard table tr:nth-child(odd) {
    background: #fbfbfb;
}

.player-scoring-module .scorecard table th {
    background: #f0f0f0;
}

.player-scoring-module .scorecard table th, .player-scoring-module .scorecard table td {
    height: 30px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}


.player-scoring-module .scorecard table th:first-child, .player-scoring-module .scorecard table td:first-child {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 4px;
}


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

.player-scoring-module .legend table .legend-text {
    padding: 4px 12px 4px 2px;
    font-weight: 400;
}

.player-scoring-module .legend table td .dbleagle, .eagle, .birdie, .par, .bogey, .dblbogey, .tplbogey, .qdbogey, .qntbogey  {
    font-size: 18px;
    padding: 8px;
}



.player-scoring-module .player-stats {
    position: relative;
    font-size: 16px;
    padding-top: 10px;
}

.player-scoring-module .player-stats .player-stats-header {
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0 8px 4px;
}


.player-scoring-module .player-stats table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}

.player-scoring-module .player-stats table tr:nth-child(odd) {
    background: #fbfbfb;
}

.player-scoring-module .player-stats table th {
    background: #f0f0f0;
}

.player-scoring-module .player-stats table th, .player-scoring-module .player-stats table td {
    height: 36px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}


.player-scoring-module .player-stats table th:first-child, .player-scoring-module .player-stats table td:first-child {
    height: 36px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 4px;
    text-align: left;
}




