:root {

}

:root[color-mode="light"] {
  --leg-opacity: 0.4;
  --table-font: rgb(40,40,40);
  --cutline-col: rgb(90,90,90);
  --line-opacity: 0.6;
  --font-special: var(--font-color-base);
  --container-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  --scorecard-border: 1px solid rgba(230,230,230, 0.5);
  --masters_lightgrey: rgb(180,180,180);
  --masters_darkgrey: rgb(120,120,120);

  --grad-year-background: rgba(255, 220, 0, 0.2);
  --grad-year-backgroundd: #ffdc004d;
  --grad-year-background-solid: rgba(255, 220, 0, 0.5);

  --stat-type-back: rgb(40,40,40);
}

:root[color-mode="dark"] {
  --table-font: rgba(200,200,200, 0.85);
  --container-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);
  --leg-opacity: 0.6;
  --cutline-col: rgb(120,120,120);
  --line-opacity: 0.8;
  --font-special: rgba(240,240,240, 0.65);
  --scorecard-border: 1px solid rgba(50,50,50, 0.5);
  --masters_lightgrey: rgb(100,100,100);
  --masters_darkgrey: rgb(60,60,60);
  /* --cutline-col: rgba(61, 153, 112, 0.4); */
  --grad-year-background: rgba(61, 153, 112, 0.2);
  --grad-year-backgroundd: rgba(61, 153, 112, 0.35);
  --grad-year-background-solid: rgba(61, 153, 112, 0.5);

  --stat-type-back: var(--olive-lighter);
}

.page-body-big {
  max-width: 1600px;
}

.container-options {
  background-color: var(--black-base);
}

.option-selected, .option-selected:hover {
  background-color: var(--grad-year-background) !important;
  border-bottom-color: var(--blue) !important;
}

.container-options:hover { border-bottom-color: var(--blue-light); }

.tour-title {
  font-size: 10px;
  border-width: 0.5px;
  border-radius: 0.5px;
}

.title-underline-sm {
  top: 25px;
}

.table-download-options {
  width: 90px;
  left: 1px;
  top: 1px;
  height: 17px;
  font-size: 8px;
  top: 0.5px;
}

.table-download {
  width: 50%;
  /* border-left: none; */
  font-size: 9px;
}

/* .table-download-options {
  left: 1px;
  top: 0px;
  width: 95px;
  height: 18px;
  font-size: 9px;
} */

.name-col, .datahead {
  color: var(--blog-body-base);
}

.datahead {
  font: 9px var(--font);
  color: var(--font-color-base);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  padding-top: 0px;
}

.down-sorty, .up-sorty { display: none; margin-left: 3px; }

.sorted {
  color: var(--font-color-base);
  border: none;
}

.sorted-up > .up-sorty { display: block; }
.sorted-dn > .down-sorty { display: block; }

.pos-head, .name-head {
  justify-content: left;
  padding-left: 2px;
}

.h-title {
  width: 60%;
  color: var(--font-color-faint);
}

.l-update {
  width: 40%;
}

.top-row {
  position: relative;
  /* height: 30px; */
}

.event-name-row {
  position: relative;
  border-bottom: var(--container-border-base);
  margin-top: 9px;
  padding-bottom: 4px;
}

.event-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
  font-size: 16px;
}

.stat-explainer-control {
  position: absolute;
  right: 3px;
  bottom: 3px;
  font: 9px var(--font);
  font-weight: bold;
  color: var(--font-color-faint);
  cursor: pointer;
}

.stat-explainer-control:hover {
  color: var(--font-color-base);
}

.stat-explainer-row {
  position: relative;
  height: 0px;
  margin-left: -15px;
  width: calc(100% + 30px);
  overflow-y: hidden;
  /* border-bottom: var(--container-border-base); */
}

.stat-explainer-title {
  position: relative;
  padding-left: 1px;
  color: var(--font-color-base);
  margin-top: 5px;
  padding-right: 5px;
  font: 9px var(--font);
  font-weight: bold;
}

.custom-is-expanded {
  color: var(--font-color-base);
}

.row-expanded {
  border-bottom: var(--container-border-base);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200s ease-out;
  -o-transition: all 200s ease-out;
  transition: all 200ms ease-out;
}

.sim-icon-rotate-45 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200s ease-out;
  -o-transition: all 200s ease-out;
  transition: all 200ms ease-out;
}

.sim-icon-rotate-back {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200s ease-out;
  -o-transition: all 200s ease-out;
  transition: all 200ms ease-out;
}

.stat-circle {
  position: relative;
  color: var(--blue);
  font-size: 5px;
  top: -1px;
}

.stat-explainer-text {
  position: relative;
  padding-left: 9px;
  color: var(--font-color-faint-2);
  margin-top: 2px;
  margin-bottom: 2px;
  padding-right: 3px;
  font: 10px var(--font);
  font-weight: bold;
}

.stat-enhanced {
  color: var(--font-color-faint);
  font-style: italic;
  /* font-weight: bold; */
}

.top-buffer {
  margin-top: 15px !important;
}

.course-name {
  position: relative;
  font-size: 11px;
  opacity: 0.85;
  top: 2px;
}

.table-top {
  height: 25px;
  /* background-color: red; */
}

.container-top-table {
  font-size: 8px;
  text-align: left;
  padding-left: 5px;
  font-weight: bold;
  left: calc(36% - 1px);
  width: calc(64% + 1px);
}

.stat-type {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 0px;
  width: 50px;
  font: 8px var(--font);
  font-weight: bold;
  background-color: var(--black-base);
  cursor: pointer;
  border-left: var(--container-border-base);
}

.rank-type {
  right: 0px;
}

.value-type {
  right: 50px;
}

.stat-type:hover {
  background-color: var(--container-color-base);
}

.selected-stat-type {
  background-color: var(--stat-type-back) !important;
  color: var(--green) !important;
}


.option-selected {
  color: var(--font-color-base) !important;
}

.selection-row {
  margin-top: 3px;
  position: relative;
  width: calc(100% + 30px);
  height: 30px;
}

.option-container {
  height: 39px;
}

.container-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  color: var(--font-color-base);
  font-size: 8px;
  height: 14px;
  font-weight: bold;

}

.container-options {
  font-weight: bold;
  font-size: 9px;
  color: var(--font-color-faint);
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date-select {
  height: 41px;
}

.stat-drop, .no-shotlink-notice {
  position: absolute;
  left: 0px;
  bottom: 2.5px;
  height: 21px;
  font: 9.5px var(--font);
  padding-left: 3px;
  padding-right: 3px;
  color: var(--font-color-faint) !important;
  height: 17px;
  font-weight: bold;
  text-align: center !important;
  padding-top: 3px;
  cursor: pointer;
  border-radius: 1px;
}

.stat-drop:hover, .no-shotlink-notice:hover {
  background-color: var(--container-color-base) !important;
  color: var(--font-color-base) !important;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200s ease-out;
  -o-transition: all 200s ease-out;
  transition: all 200ms ease-out;
}

.no-shot-exclam {
  color: var(--red);
}

.stat-dropping {
  background-color: var(--container-color-base) !important;
  color: var(--font-color-base) !important;
}

.stat-dropdown {
  position: absolute;
  left: 0px;
  width: 300px;
  top: calc(100% + 1px);
  height: 302px;
  border: var(--container-border-base);
  background-color: var(--black-base);
  z-index: 10;
  -webkit-box-shadow: var(--container-shadow);
  -moz-box-shadow: var(--container-shadow);
  box-shadow: var(--container-shadow);
  display: none;
  /* border-bottom: none; */
}

.stat-header {
  position: relative;
  font: 8px var(--font);
  font-weight: bold;
  color: var(--font-color-base);
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 3px;
  background-color: var(--container-color-base);
  border-bottom: var(--container-border-base);
}

.stat-divider {
  position: relative;
  height: 10px;
  border-bottom: var(--container-border-base);
}

.stat-option-container {
  /* height: 22px; */
  width: calc(100%);
  margin-left: 0px;
  /* background-color: red; */
  /* border-bottom: var(--container-border-base); */
}

.stat-option, .template-option {
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 8.5px var(--font);
  border-right: var(--container-border-base);
  border-bottom: var(--container-border-base);
  font-weight: bold;
  height: 21px;
  color: var(--font-color-faint);
  /* padding-top: 6px; */
  cursor: pointer;
}

.stat-option:hover, .template-option:hover {
  background-color: var(--container-color-base);
}

.stat-option-selected, .template-option-selected {
  -webkit-box-shadow: var(--option-shadow);
  -moz-box-shadow: var(--option-shadow);
  box-shadow: var(--option-shadow);
  color: var(--blue);
  background-color: var(--grad-year-background);
  /* background-color: var(--blue-lighter); */
  /* height: 24px; */
  /* border-bottom: 1px solid var(--blue); */
}

.template-option-selected {
  color: var(--red);
  /* border-bottom: 1px solid var(--red); */
}

.range-drop {
  position: absolute;
  left: 0px;
  bottom: 5px;
  height: 21px;
}

.dropdown-toggle-range {
  /* left: calc(100% - 190px); */
  background-color: var(--black-base) !important;
  border: none !important;
  font: 10px var(--font);
  padding-left: 5px;
  padding-right: 5px;
  color: var(--font-color-faint) !important;
  height: 21px;
  text-align: center !important;
  bottom: 5px;
}

.fa-plus-circle {
  color: var(--blue) !important; font-size: 8px;
}



.dropdown-toggle::after {
  opacity: 0;
}

.dropdown-menu-range {
  background-color: unset !importnat;
  border: none;
  width: 350px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.range-divider {
  position: relative;
  width: 100%;
  height: 14px;
  background-color: var(--range-divider-color);
  border-bottom: var(--range-divider-border);
  font: 9px var(--font);
  padding-top: 2px;
  text-align: center;
  color: var(--font-color-base);
  font-weight: bold;
}

.rounds-divider {
  border-top: var(--range-divider-border);
}

.range-row {
  position: relative;
  width: 100%;
  height: 20px;
  border-bottom: var(--container-border-base);
}

.last-row {
  border-bottom: none;
}

.drop-item-page {
  padding-left: 5px !important;
  padding-right: 5px;
  width: 198px;
  font: 11px var(--font) !important;
  padding-top: 4px;
  padding-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-item-range {
  display: inline-block;
  width: 50%;
  height: 100%;
}

.dropdown-item-custom-range, .dropdown-item-custom-round-range {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  /* pointer-events: none; */
}

.custom-coming-soon {
  position: relative;
  font-size: 7px;
  font-weight: bold;
  top: -1px;
  /* color: var(--red); */
}

.lefty {
  position: absolute;
  left: 0px;
  border-right: var(--container-border-base);
}

.righty {
  position: absolute;
  left: 50%;
}

.head {
  position: sticky;
  top: 25px;
}

.player-search-container {
  position: absolute;
  bottom: 1px;
  height: 22px;
  width: 200px;
  background-color: var(--black-base);
  border: var(--container-border-base);
}

.glass-inner {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 100%;
  border-right: var(--container-border-base);
  background-color: var(--container-color-base);
  font-size: 10px;
  color: var(--font-color-faint);
}

.player-search {
  position: absolute;
  top: 0px;
  bottom: unset;
  left: 22px;
  height: calc(100% - 1px);
  width: calc(100% - 22px);
  border: none;
  background-color: var(--black-base);
  padding-left: 5px;
  font-size: 11px;
}

.border-right-col {
  border-right: var(--container-border-base);
}

.pos-col {
  font: 10px var(--font);
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0px;
  padding-left: 1px;
  font-weight: bold;
  color: var(--font-color-base);
  overflow-x: hidden;
}

.name-col {
  font-size: 11px;
  padding-left: 19px;
  color: var(--font-color-base) !important;
}

.player-linker {
  color: var(--font-color-base) !important;
}

.name-first { font-size: 9px; }


.flag-bg {
  height: 14px;
  width: auto;
}

.score-col, .thru-col, .today-col, .stat-col {
  font: 11px var(--font);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-weight: bold;
  color: var(--font-color-base);
  overflow-x: hidden;
}

.stat-col { border-right: var(--datarow-border); }

.score-col {
  background-color: var(--container-color-base);
  border-left: var(--datarow-border);
  border-right: var(--datarow-border);
}

.datarow:hover > .score-col { background-color: var(--grad-year-backgroundd); }
/* .datarow.applied:hover > .score-bg { background-color: rgba(140,140,140, 0.15); } */

.stat-col {
  padding: 0px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.under-par { color: var(--red); } .over-par { color: var(--font-color-base); } .even-score { color: var(--olive); } .null-score, .null-stat { color: var(--font-color-faint-2); }

.datarow:hover {
  cursor: ns-resize;
}

.datarow {
  height: auto;
}

.scorecard-expand {
  height: calc(var(--datarow-height) - 1px);
}

.expanded-inner {
  height: 340px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200s ease-out;
  -o-transition: all 200s ease-out;
  transition: all 200ms ease-out;
}

.contract-inner {
  height: calc(var(--datarow-height) - 1px);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200s ease-out;
  -o-transition: all 200s ease-out;
  transition: all 200ms ease-out;
}

.scorecard-inner {
  position: absolute;
  background-color: var(--black-base);
  height: calc(100% - var(--datarow-height) + 1px);
  top: calc(var(--datarow-height) - 1px);
  border-top: var(--container-border-base);
  width: 100%;
  cursor: default;
}

.scorecard-boundary-upper {
  position: relative;
  height: 3px;
  margin-top: 0px;
  background-color: var(--grad-year-background);
  width: 100%;
  border-bottom: var(--container-border-base);
}

.scorecard-boundary-lower {
  position: relative;
  height: 3px;
  margin-top: 0px;
  border-top: var(--container-border-base);
  background-color: var(--grad-year-background);
  width: 100%;
}

.scorecard-round-selection {
  position: relative;
  height: 22px;
  /* background-color: red; */
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 12px;
  font: 9px var(--font);
  font-weight: bold;
  color: var(--font-color-faint);
  /* border-bottom: var(--container-border-base); */
}

.player-outlink {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 3px;
  height: 100%;
}

.scorecard-option {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  height: 19px;
  font: 9.5px var(--font);
  width: 20px;
  color: var(--font-color-base);
  font-weight: bold;
  cursor: pointer;
  border: var(--container-border-base);
  border-right: none;
}

.last-scorecard-option {
  border-right: var(--container-border-base);
}

.scorecard-option:hover {
  background-color: var(--container-color-base);
}

.scorecard-option-selected, .scorecard-option-selected:hover {
  /* border: 1px solid var(--olive) !important; */
  background-color: var(--grad-year-backgroundd) !important;
  /* color: white !important; */
}

/* .scorecard-option {
  float: left;
  padding: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 2px;
  margin-left: 2px;
  font: 10px var(--font);
  color: var(--font-color-faint);
  font-weight: bold;
  cursor: pointer;
} */
/*
.scorecard-option:hover {
  background-color: var(--olive-superlight);
} */

/* .scorecard-option-selected {
  background-color: var(--olive-light) !important;
  color: var(--font-color-base) !important;
} */

.scorecard-container {
  position: relative;
  margin-left: 12px;
  width: calc(100% - 12px);
  /* height: 300px; */
  /* background-color: var(--container-color-base); */
}

.score-flexer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.scorecard-divide {
  position: relative;
  height: 9px;
  margin-left: -12px;
  font: 7px var(--font);
  color: var(--font-color-faint);
  /* text-decoration: underline; */
  font-weight: bold;
  /* background-color: green; */
  justify-content: left;
  padding-left: 2px;
  z-index: 1;
}

.scorecard-divide-marg-top {
  margin-top: 3px;
  /* border-bottom: var(--container-border-base); */
}

.scorecard-holes {
  position: relative;
  width: calc(100%);
  /* margin-right: 5px; */
  /* margin-top: 5px; */
  height: 20px;
  background-color: var(--container-color-base);
  border: var(--container-border-base);
  border-right: none;
  border-left: none;
}

.fake-border {
  /* border-left: 1px solid var(--black-base); border-right: 1px solid var(--black-base); */
}

.scorecard-pars {
  position: relative;
  width: 100%;
  height: 20px;
  border-bottom: var(--container-border-base);
  z-index: 1;
}

.scorecard-scores {
  position: relative;
  width: 100%;
  height: 32.5px;
  border-bottom: var(--container-border-base);
  z-index: 1;
}

.scorecard-sgs {
  position: relative;
  width: 100%;
  height: 22.5px;
  border-bottom: var(--scorecard-border);
  z-index: 1;
}

.scorecard-sgs:hover, .scorecard-scores:hover, .scorecard-pars:hover {
  /* background-color: var(--datarow-hover); */
}

.scorecard-bord-top {
  border-top: var(--scorecard-border);
}

.scorecard-hole-num, .scorecard-hole-par, .scorecard-hole-score {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  height: 100%;
  font: 9.5px var(--font);
  font-weight: bold;
  color: var(--font-color-base);
  text-align: center;
  border-right: var(--datarow-border);
}

.scorecard-hole-score-front, .scorecard-hole-score-back {
  /* border-left: var(--container-border-base); */
  border-right: var(--container-border-base);
}

.hole-score-sub {
  height: 20px;
  width: 20px;
  font: 11px var(--font);
  color: var(--font-color-base);
  font-weight: bold;
}

.hole-score-birdie {
  border-radius: 50%;
  /* background-color: var(--olive-light); */
  border: 1px solid var(--red);
  color: var(--font-color-base);
}

.hole-score-bogey {
  border-radius: 0.5px;
  border: 1px solid var(--font-color-base);
}

.hole-score-double {
  border-radius: 1px;
  /* background-color: rgba(139, 0, 0, 0.5);
  border: 1px solid rgba(139, 0, 0, 0.7); */
  background-color: rgba(150,150,150, 0.6);
  border: 1px solid var(--font-color-base);
  /* color: rgb(245,245,245); */
}

.hole-score-eagle {
  border-radius: 50%;
  background-color: var(--red-light);
  border: 1px solid var(--red);
  color: var(--font-color-base);
}

.hole-score-null {
  color: var(--font-color-faint-2);
  font-size: 8px;
}

.hole-score-back, .hole-score-front, .hole-score-total {
  color: var(--font-color-base);
}

.scorecard-hole-par {
  color: var(--font-color-faint);
  font-size: 10px;
}

.scorecard-hole-num-front, .scorecard-hole-num-back {
  /* background-color: var(--datarow-hover); */
  /* border-left: var(--container-border-base); */
  background-color: var(--grad-year-backgroundd);
  color: var(--font-color-base);
  border-right: var(--container-border-base);
}

.scorecard-hole-num-total {
  color: var(--blue);
}

.scorecard-hole-par-front, .scorecard-hole-par-back {
  /* border-left: var(--container-border-base); */
  /* border-right: var(--container-border-base); */
}

.scorecard-sg-val {
  position: absolute;
  font: 9px var(--font);
  color: var(--font-color-faint);
  font-weight: bold;
  height: 100%;
  border-right: var(--datarow-border);
}

.scorecard-sgs-ott > .scorecard-sg-val, .scorecard-sgs-app > .scorecard-sg-val, .scorecard-sgs-arg > .scorecard-sg-val, .scorecard-sgs-putt > .scorecard-sg-val { color: var(--font-color-faint); font-size: 8px; }

.scorecard-sg-val:hover { color: var(--font-color-base) !important; cursor: pointer; font-size: 9px !important; }

.big-text {
  /* font-size: 10px; */
  color: var(--font-color-base);
}

.scorecard-sg-val-null {
  opacity: 0.35;
}

.scorecard-sg-val-bold {
  color: var(--font-color-base) !important;
  /* border-left: var(--container-border-base); */
  /* border-right: var(--container-border-base); */
}

.scorecard-sg-val-total {
  color: var(--font-color-base) !important;
}

.scorecard-sgs-divide {
  border-top: 1px dashed var(--blue);
  height: 3px;
  margin-top: 2.5px;
  margin-left: -12px;
  width: calc(100% + 12px);
  opacity: 1;
  z-index: 1;
}

.good-hit {
  color: var(--green);
  font-size: 10px;
}

.no-hit {
  color: var(--font-color-faint);
  opacity: 1;
}

.back-rect {
  position: absolute;
  top: 0px;
  height: 100%;
  /* background-color: red; */
  z-index: 0;
  pointer-events: none;
}

.back-rect-hovering {
  background-color: var(--datarow-hover);
}

.scorecard-sg-title {
  position: absolute;
  right: calc(100%);
  width: 12px;
  top: -1px;
  height: calc(100% + 2px);
  /* background-color: var(--log-title-back); */
  background-color: var(--container-color-base);
  color: var(--font-color-base);
  border: var(--scorecard-border);
  border-right-color: var(--font-color-faint);
  /* border-color: var(--) */
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-right: none; */
  font: 7px var(--font);
  font-weight: bold;
}

.rotated-text {
  margin-bottom: 0px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.new-feature-row {
  position: relative;
  margin-left: -15px;
  width: calc(100% + 30px);
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px; padding-right: 5px;
  height: auto;
  overflow: hidden;
}

.new-feature-inner {
  background-color: var(--black-base);
  border: var(--container-border-base);
  border-radius: 5px;
  overflow: hidden;
}

.new-feature-title {
  position: relative;
  font: 11px var(--font);
  background-color: var(--blue);
  color: rgb(235,235,235);
  font-weight: bold;
  justify-content: left;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.feature-dismiss {
  position: absolute;
  right: 2px;
  top: 2px;
  height: calc(100% - 4px);
  border-top-right-radius: 3px;
  background-color: var(--container-color-base);
  color: var(--font-color-base);
  opacity: 0.8;
  font-size: 8px;
  padding-left: 6px;
  padding-right: 6px;
  cursor: pointer;
}

.feature-dismiss:hover {
  opacity: 1;
}

.new-feature-desc, .new-feature-desc-warning {
  position: relative;
  border-top: var(--container-border-base); border-bottom: var(--container-border-base);
  font: 11px var(--font);
  color: var(--font-color-faint);
  font-weight: bold;
  justify-content: left;
  padding-left: 5px;
  line-height: 1.3;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.new-feature-desc-warning {
  border: none;
}

.feature-warning-title {
  font: 10px var(--font); font-weight: bold;
  color: var(--font-color-faint-2);
  margin-top: 2px; margin-bottom: 3px;
}

.new-feature-bulb {
  font-size: 10px;
  margin-right: 3px;
}

.course-course {
  position: relative;
  font-size: 10px;
  color: var(--blue);
  top: 0px;
  margin-left: 3px;
}

.new-new {
  background-color: gold;
  position: relative;
  top: -1px;
  margin-left: 2px;
  color: black;
  padding: 1px;
  border-radius: 1px;
  font-size: 8px;
  pointer-events: none;
}

.new-update {
  background-color: var(--orange-light);
}

.new-2 {
  top: -1px;
  margin-left: 2px;
  font-size: 7px;
}

.preds-time-update-notice {
  position: relative;
  margin-top: 12px;
  margin-left: -15px;
  width: calc(100% + 30px);
  background-color: rgba(255, 220, 0, 0.2);
  border: 1px solid rgba(255, 220, 0, 0.1);
  border-radius: 2px;
  font: 10px var(--font);
  font-weight: bold;
  color: var(--font-color-base);
  padding: 3px;
  margin-bottom: 2px;
}


@media (max-width: 768px) {

  .event-name-row {
    margin-top: 10px;
    padding-bottom: 4px;
  }

  .event-name {
    font-size: 15px;
  }

  .course-name {
    font-size: 11px;
  }

  .selection-row {
    margin-top: 3px;
    height: 50px;
  }

  .date-select {
    height: 18px;
  }

  .graph-options {
    top: -16.5px;
  }

  .container-top {
    height: 13px;
    font-size: 8px;
    /* padding-top: 2px; */
  }

  .container-options {
    height: 20px;
    font-size: 8px;
    padding-top: 5px;
    border-bottom-width: 1px !important;
  }

  .option-container {
    height: 35px;
  }

  .stat-drop, .no-shotlink-notice {
    bottom: 3px;
    font-size: 8.5px;
    padding-left: 1.5px;
    padding-right: 1.5px;
    color: var(--font-color-faint) !important;
    height: 15px;
    padding-top: 2.5px;
    border-radius: 0.5px;
  }

  .table-top {
    margin-top: 5px;
    height: 20px;
  }

  .head {
    top: 20px;
    height: 20px;
  }

  .datahead {
    font-size: 8px;
    font-weight: bold;
    height: 100%;
    /* padding-top: 6px; */
    /* height: calc(100% + 1px); */
  }

  .container-top-table {
    font-weight: bold;
    left: calc(42.5% - 1px);
    width: calc(57.5% + 1px);
    height: 14px;
    font-size: 7px;
    /* padding-top: 1px; */
  }

  .stat-type {
    font-size: 7px;
    width: 40px;
    /* padding-top: 1px; */
  }

  .value-type { right: 40px; }

  .player-search-container {
    bottom: 0px;
    height: 18px;
    width: 100px;
    min-width: 25%;
  }

  .glass-inner {
    width: 16px;
    font-size: 7px;
  }

  .player-search {
    left: 16px;
    height: calc(100% - 1px);
    width: calc(100% - 16px);
    padding-left: 2px;
    padding-top: 2px;
    font-size: 9px;
  }

  .table-download-options {
    left: unset;
    right: 0px;
    top: -1px;
    width: 80px;
    height: 16px;
    font-size: 7.5px;
  }

  .stat-circle {
    position: relative;
    color: var(--olive);
    font-size: 5px;
    top: -1px;
  }

  .stat-explainer-text {
    position: relative;
    padding-left: 8px;
    color: var(--font-color-faint-2);
    margin-top: 2px;
    margin-bottom: 1px;
    padding-right: 2px;
    font: 9px var(--font);
    /* font-weight: bold; */
  }

  .stat-explainer-title {
    position: relative;
    padding-left: 1px;
    color: var(--blog-body-base);
    margin-top: 5px;
    padding-right: 2px;
    font: 8px var(--font);
    font-weight: bold;
  }

  .h-title {
    font-size: 14px;
    padding-top: 7px;
  }

  .tour-title {
    font-size: 10px;
    top: -2px;
    /* padding-left: 1px; */
    /* padding-right: 1px; */
  }

  .night-option {
    font-size: 9px;
  }

  .pos-col {
    padding-left: 0.5px !important;
    font-size: 8.5px;
  }

  .score-col, .thru-col, .today-col, .stat-col {
    font-size: 9px;
  }

  .stat-col {
    font-size: 8px;
  }

  .flag-bg {
    left: 1px;
    top: 8px;
    height: 12;
    width: 12;
  }

  .name-col {
    padding-left: 15px;
  }

  /* .score-head, .thru-head, .today-head {
    font-size: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  } */

  .scorecard-expand {
    height: calc(var(--datarow-height-sm) - 1px);
  }

  .expanded-inner {
    height: 248px;
  }

  .contract-inner {
    height: calc(var(--datarow-height-sm) - 1px);
  }

  .scorecard-inner {
    height: calc(100% - var(--datarow-height-sm) + 1px);
    top: calc(var(--datarow-height-sm) - 1px);
  }

  .scorecard-boundary-upper {
    height: 2px;
    margin-top: 0px;
  }

  .scorecard-boundary-lower {
    height: 2px;
    margin-top: 0px;
  }

  .scorecard-round-selection {
    height: 18px;
    padding-left: 10px;
    font-size: 8px;
  }

  .player-outlink {
    right: 2px;
    height: 100%;
    font-size: 7px;
  }

  .scorecard-option {
    height: 16px;
    width: 16px;
    font-size: 8px;
  }

  .scorecard-container {
    margin-left: 10px;
    width: calc(100% - 10px);
  }

  .scorecard-divide {
    height: 10px;
    margin-left: -10px;
    font-size: 6px;
    padding-left: 1px;
  }

  .scorecard-divide-marg-top {
    margin-top: 0.5px;
  }

  .scorecard-holes {
    height: 17px;
    z-index: 1;
  }

  .fake-border {
    border-left: 1px solid var(--black-base); border-right: 1px solid var(--black-base);
  }

  .scorecard-pars {
    height: 14px;
  }

  .scorecard-scores {
    height: 24px;
  }

  .scorecard-sgs {
    height: 15px;
  }

  .scorecard-hole-num, .scorecard-hole-par, .scorecard-hole-score {
    font-size: 8px;
  }

  .hole-score-sub {
    height: 15px;
    width: 15px;
    font-size: 9px;
  }

  .hole-score-bogey {
    border-radius: 1px;
  }

  .hole-score-double {
    border-radius: 1px;
  }

  .hole-score-null {
    font-size: 7px;
  }

  .scorecard-hole-par {
    font-size: 8px;
  }

  .scorecard-sg-val {
    font-size: 7px;
    color: rgba(0,0,0,0);
  }

  .scorecard-sg-val:hover {
    color: var(--font-color-faint);
  }

  .scorecard-sgs-ott > .scorecard-sg-val, .scorecard-sgs-app > .scorecard-sg-val, .scorecard-sgs-arg > .scorecard-sg-val, .scorecard-sgs-putt > .scorecard-sg-val { color: rgba(0,0,0,0); font-size: 7px; }

  .scorecard-sg-val:hover { color: var(--font-color-base) !important; cursor: pointer; font-size: 7px !important; }

  .scorecard-sgs-divide {
    height: 4px;
    margin-top: 4px;
    margin-left: -10px;
    width: calc(100% + 10px);
  }

  .good-hit {
    font-size: 7px;
  }

  .scorecard-sg-title {
    width: 10px;
    top: -1px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 6px;
  }

  .scorecard-sg-val-bold {
    color: var(--font-color-base);
  }

  .scorecard-sg-val-total {
    color: var(--font-color-base);
  }

  .scorecard-sgs-acc > .scorecard-sg-val, .scorecard-sgs-gir > .scorecard-sg-val { color: var(--font-color-faint); }

  .new-feature-row {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 4px; padding-right: 4px;
  }

  .new-feature-title {
    font: 10px var(--font);
    font-weight: bold;
    justify-content: left;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .feature-dismiss {
    font-size: 7px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .new-feature-desc, .new-feature-desc-warning {
    font: 10px var(--font);
    font-weight: bold;
    padding-left: 4px;
    line-height: 1.25;
    padding-right: 4px;
  }

  .feature-warning-title {
    font-size: 9px;
    margin-top: 1px; margin-bottom: 2px;
  }

  .new-feature-bulb {
    font-size: 8px;
    margin-right: 2px;
  }

  .course-course {
    font-size: 8px;
    top: 0px;
    margin-left: 2px;
  }

  .new-new {
    top: -1px;
    margin-left: 1px;
    font-size: 7px;
  }

  .new-2 {
    top: -1px;
    margin-left: 1px;
    font-size: 6px;
  }

  .name-col {
    font-size: 9.5px;
  }

  .preds-time-update-notice {
    margin-top: 15px;
    border-radius: 1px;
    font-size: 9px;
    padding: 3px;
    margin-bottom: 0px;
  }

  .h-title {
    font-size: 14px;
    padding-top: 7px;
  }

  .tour-title {
    font-size: 9px;
    top: -1.5px;
    /* padding-left: 1px; */
    /* padding-right: 1px; */
  }

  .last-update-iso {
    font-size: 10px;
  }

  .l-update {
    font-size: 7px;
    padding-top: 5px;
    padding-right: 3px !important;
  }

  .night-option {
    font-size: 8px;
    top: 18px;
    padding-left: 3px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 1px;
  }

  .event-name-row {
    margin-top: 7.5px;
  }

  .name-col {
    padding-top: 9px;
    font-size: 9px;
    padding-left: 3px;
    padding-right: 2px;
  }

  .flag-bg {
    display: none;
    top: calc(50% - 6.5px);
    height: 12.5px;
    width: auto;
  }

  .sorted {
    color: var(--blue);
    /* background-color: var(--grad-year-background); */
    border: none;
  }

  .sorted-up > .up-sorty { display: none; }
  .sorted-dn > .down-sorty { display: none; }

  .scorecard-sgs-divide {
    border-top: 0.5px dashed var(--blue);
    height: 2px;
    margin-top: 1px;
    margin-left: -10px;
    width: calc(100% + 10px);
  }

  .stat-explainer-control {
    right: 2px;
    bottom: 2px;
    font: 8px var(--font);
    font-weight: bold;
    color: var(--font-color-faint);
    cursor: pointer;
  }

  .stat-explainer-control:hover {
    color: var(--font-color-base);
  }

}

@media (max-width: 576px) {
  .pos-hundreds { font-size: 7.5px; }
}
