:root {

}

:root[color-mode="light"] {
  --rank-backer: rgba(230,230,230, 0.5);
  --all-time-back: rgba(230,230,230, 0.5);
  --all-time-border: 1px solid rgb(230,230,230);
  --container-shadow-grey: var(--std-shadow-thick);
  --container-shadow-grey-thin: var(--std-shadow);
  --container-shadow-rank: var(--std-shadow);

  --liv-bubble: rgba(17,91,91, 0.5);
  --liv-bubble-border: 1px solid rgba(17,91,91, 0.3);

  --range-divider-color: var(--container-color-base);
  --range-divider-border: var(--container-border-base);

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

  --fin-shadow: 0px 0px 1px 0px rgba(0,0,0,0.9);
  --event-hover: rgba(255, 220, 0, 0.35);
    --container-shadow-rank: var(--std-shadow);

  --container-color-base-1: rgba(240,240,240, 0.5);
  --container-color-base-2: rgba(240,240,240, 0.1);
}

:root[color-mode="dark"] {
  --rank-backer: rgba(80,80,80, 0.5);
  --all-time-back: rgba(61, 153, 112, 0.15);
  --all-time-border: 1px solid rgba(61, 153, 112, 0.2);
  --container-shadow-grey: var(--std-shadow-thick);
  --container-shadow-grey-thin: var(--std-shadow);
  --container-shadow-rank: var(--std-shadow);

  --liv-bubble: rgba(203, 251, 126, 0.5);
  --liv-bubble-border: 1px solid rgba(203, 251, 126, 0.3);

  --range-divider-color: var(--black-base);
  --range-divider-border: 1px solid var(--black-base);

  --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);

  --event-hover: rgba(61, 153, 112, 0.3);

  --container-color-base-1: rgba(35,35,35, 0.5);
  --container-color-base-2: rgba(35,35,35, 0.1);
}

.popover-body {
  font-weight: normal;
  padding: 4px;
  font-size: 9px;
  color: var(--font-color-base);
}

.player-search-container {
  position: absolute;
  top: unset;
  bottom: 0px;
  left: 0px;
  height: 23px;
  width: 190px;
  background-color: var(--black-base);
  border: var(--container-border-base);
}

.glass-inner {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  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: 23px;
  height: calc(100% - 1px);
  width: calc(100% - 23px);
  border: none;
  background-color: var(--black-base);
  padding-left: 5px;
  font-size: 11px;
}

.datarow {
  /* overflow-y: visible; */
}

.sub-title-page {
  position: relative;
  font-size: 11px;
  color: var(--font-color-faint-2);
  /* margin-left: 2.5px; */
  top: -1.5px;
}

.field-selection-row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: calc(100% + 30px);
  margin-left: -15px;
  border-bottom: var(--container-border-base);
}

.field-info-row {
  position: relative;
  padding: 5px;
  width: calc(100% + 30px);
  margin-left: -15px;
}

.field-option {
  float: left;
  margin-left: 2.5px; margin-right: 2.5px;
  font: 10px var(--font);
  color: var(--font-color-faint);
  /* font-weight: bold; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: var(--black-base);
  border-radius: 1.5px;
  border: var(--container-border-base);
  cursor: pointer;
}

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

#field-11.selected-field { background-color: #003361 !important; color: #CA7 !important; }
#field-14.selected-field { background-color: rgba(7, 102, 82, 1) !important; color: white !important; }
#field-26.selected-field { background-color: rgb(224, 0, 64, 1) !important; color: white !important; }
#field-33.selected-field { background-color: rgba(41, 63, 104, 1) !important; color: white !important; }
#field-100.selected-field { background-color: rgba(255, 193, 7, 1) !important; color: #06051e !important; }
#field-summary.selected-field { background-color: rgba(255, 220, 0, 0.35) !important; color: var(--blue) !important; }
:root[color-mode="dark"] #field-summary.selected-field { background-color: #162119 !important; }

.tournament-name {
  position: relative;
  font: 18px var(--font);
  font-weight: bold;
  color: var(--font-color-base);
  margin-bottom: 1px;
}

.tournament-course {
  position: relative;
  font: 11.5px var(--font);
  color: var(--font-color-faint);
}

.tournament-course > .the-course > img { height: 15px; width: auto; position: relative; top: -1px; }

.main-div {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 5px;
}

.main-section {
  position: relative;
  padding: 3px;
}

.event-page-header {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  padding: 2.5px;
  padding-left: 0px; padding-right: 0px;
  font: 12px var(--font);
  font-weight: bold;
  color: var(--font-color-base);
}

.event-page-header > .fa-square {
  font-size: 6.5px;
  color: var(--red);
}

.event-page-header-14 > .fa-square { color: #006747; }
.event-page-header-26 > .fa-square { color: rgb(224, 0, 64, 1); }
.event-page-header-33 > .fa-square { color: #293f68; }
.event-page-header-100 > .fa-square { color: #ffc107; }
.event-page-header-11 > .fa-square { color: rgba(202, 170, 119, 1); }

.statsbar-div > .event-page-header { padding-left: 5px; margin-bottom: 5px; }

.statsbar-div {
  -ms-flex: 0 0 275px;
  flex: 0 0 275px;
  padding: 3px;
  border-left: var(--container-border-base);
}

.table-top-div {
  width: 100%;
  margin: 0px;
  height: 25px;
  margin-top: 5px;
}

.table-topper {
  position: absolute;
  font: 8px var(--font);
  color: var(--font-color-base);
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  height: 15px;
  bottom: 0px;
  background-color: var(--container-color-base);
  border: var(--container-border-base);
}

.table {
  position: relative;
  width: calc(100%);
}

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

.datahead {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font: 10px var(--font);
  color: var(--font-color-faint-2);
  /* font-weight: bold; */
  height: 100%;
}

.datarow {
  height: 27.5px;
}

.not-locked { background-color: rgba(255, 133, 27, 0.15); }
.not-locked:hover { background-color: rgba(255, 133, 27, 0.3) !important;}

.player-col { left: 0px; width: 27.5%; justify-content: left; padding-left: 3px; }
.dg-col { left: 27.5%; width: 7.5%; }
.owgr-col { left: 35%; width: 7.5%; }
.exempt-col { left: 42.5%; width: 35%; }
.locked-col { left: 77.5%; width: 7.5%; }
.starts-col { left: 85%; width: 7.5%; }
.wins-col { left: 92.5%; width: 7.5%; }

.locked-num-col { left: 42.5%; width: 7.5%; }
.summary-11-col { left: 50%; width: 10%; }
.summary-14-col { left: 60%; width: 10%; }
.summary-33-col { left: 70%; width: 10%; }
.summary-26-col { left: 80%; width: 10%; }
.summary-100-col { left: 90%; width: 10%; }

.table-topper {
  left: 27.5%;
  width: 15%;
}

.table-topper-2 {
  left: 50%;
  width: 50%;
}

.data {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font: 10px var(--font);
  color: var(--font-color-base);
  font-weight: bold;
  height: 100%;
  border-right: var(--datarow-border);
}

.data.wins-col { border-right: none; }

.data > .fa-check, .data > .fa-minus, .data > .fa-times {
  font-size: 8px;
}

.data.starts-col { font-weight: normal; }

.player-col { justify-content: left; padding-left: 2.5px; font-size: 11px; font-weight: normal; }

.player-col > .add-ellipsis >  a {
  color: inherit;
}

.add-ellipsis {
  margin: 0 0px;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.player-col > .add-ellipsis > img {
  height: 14px;
  width: auto;
  margin-top: -2px;
  /* margin-right: 2.5px; */
}


.rank-outer {
  position: relative;
  text-align: center;
  min-width: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 1px;
  font-size: 8.5px;
  -webkit-box-shadow: var(--container-shadow-rank);
  -moz-box-shadow: var(--container-shadow-rank);
  box-shadow: var(--container-shadow-rank);
  /* pointer-events: none; */
}


.dg-100 { background-color: var(--olive-lighter); }
.dg-30 { background-color: var(--olive-light); }
.dg-10 { background-color: var(--olive); }
.dg-1 { background-color: var(--yellow); color: black; }

.owgr-100 { background-color: var(--container-color-base); }
/* .owgr-30 { background-color: var(--olive-light); } */
.owgr-10 { background-color: rgb(180,180,180); color: black; }
.owgr-1 { background-color: rgba(255, 133, 27, 0.75); color: black; }

/* .locked-col > .fa-check { color: var(--olive); } */
/* .locked-col > .fa-times { color: var(--font-color-faint-2); } */

.data.locked-in { background-color: var(--olive-lighter); color: var(--olive); }
.data.not-locked-in { background-color: var(--orange-lighter); color: var(--orange); }
.data.is-out { color: var(--font-color-faint-2); }

.exempt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.5px;
  margin-right: 1.5px;
  height: 15px;
  width: 15px;
  font-size: 8px;
  border-radius: 50%;
  font-weight: normal;
  border: 1px solid var(--olive);
  background-color: var(--olive-light);
  cursor: pointer;
}

.exempt:hover {
  background-color: var(--olive);
}

.weak-exempt {
  background-color: var(--orange-light);
  border: 1px solid var(--orange);
}

.weak-exempt:hover {
  background-color: var(--orange);
}

.exemption-expand {
  position: absolute;
  right: -5px;
  bottom: -5px;
  font: 8.5px var(--font);
  font-weight: bold;
  background-color: var(--container-color-base);
  border: var(--container-border-base);
  border-radius: 2px;
  padding: 2.5px;
  cursor: pointer;
}

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

.over-here {
  background-color: var(--blue-light);
  color: var(--font-color-base);
  border-color: var(--blue);
}

.exemptions {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 5px;
  background-color: rgba(255, 220, 0, 0.1);
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  max-height: 125px;
  overflow-y: scroll;
  /* display: none; */
}

.exemption-title {
  font: 10px var(--font);
  color: var(--font-color-base);
  font-weight: bold;
  margin-bottom: 2.5px;
}

.exemption-title-small {
  color: var(--font-color-faint-2);
  font-size: 9px;
}

.exemption-row {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 2px;
  padding-left: 0px;
  font: 10px var(--font);
  color: var(--font-color-base);
}

.exemption-row > .exempt {
  cursor: pointer;
}

.exempt-in-row {
  float: left;
  margin-right: 5px;
  cursor: default;
}

.exemption-row.lowlight {
  opacity: 0.25;
}

:root[color-mode="dark"] .exemptions { background-color: #162119; }

.lbt-asq {
  position: relative;
  margin-left: 1px;
  margin-right: 1px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lbt-nw > .lbt-asq {
  position: unset;
  float: left;
  height: 10px;
  width: 10px;
  margin-top: 1px;
  margin-right: 2.5px;
}

#spga.lbt-asq {
  background-color: var(--red-light);
  border: 1px solid var(--red);
}

#spga.lbt-asq {
  background-color: rgba(204, 170, 119, 0.7);
  border-color: rgba(204, 170, 119, 1);
}

#seuro.lbt-asq {
  background-color: var(--blue-light);
  border: 1px solid var(--blue);
}

#skft.lbt-asq {
  background-color: var(--olive-light);
  border: 1px solid var(--olive);
}

#sliv.lbt-asq {
  background-color: var(--font-color-faint-2);
  border: 1px solid var(--font-color-base);
}

#s14.lbt-asq {
  background-color: rgba(7, 102, 82, 0.5);
  border: 1px solid rgba(7, 102, 82, 1);
  border-radius: 0px;
}

#s33.lbt-asq {
  background-color: rgba(41, 63, 104, 0.5);
  border: 1px solid #293f68;
  border-radius: 0px;
}

#s26.lbt-asq {
  background-color: rgba(224, 0, 64, 0.5);
  border: 1px solid rgb(224, 0, 64, 1);
  border-radius: 0px;
}

#s100.lbt-asq {
  background-color: rgba(255, 193, 7, 0.5);
  border: 1px solid #ffc107;
  border-radius: 0px;
}

.lbt-asq-popper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: calc(100% + 2.5px);
  color: var(--font-color-base);
  background-color: var(--black-base);
  text-align: center;
  width: max-content;
  pointer-events: none;
  font-size: 8px;
  border: var(--container-border-base);
  padding: 2.5px;
}

.sorted {
  border-bottom: none;
}

.fa-sort-up, .fa-sort-down { display: none; margin-left: 2.5px; color: var(--font-color-base); }

.page-legend {
  position: absolute;
  right: 2.5px;
}

.leg-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px;
  float: right;
  font: 10px var(--font);
  color: var(--font-color-base);
}

.leg-item-marg {
  margin-left: 5px;
}

.little-leg {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12.5px;
  width: 12.5px;
  background-color: var(--olive-lighter);
  color: var(--olive);
  font-size: 6px;
}

.little-leg-2 {
  background-color: var(--orange-lighter);
  color: var(--orange);
}

.line-spanner {
  color: var(--font-color-faint-2);
  font: 10px var(--font);
  position: relative;
  top: -1px;
}

.liv-id {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 7.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.liv-id > img {
  height: 100%;
  width: auto;
}

.liv-id-small { display: none; }

.dg-status-logo {
  position: relative;
  height: 15px;
  width: auto;
  top: 0px;
}

.owgr-status-logo {
  position: relative;
  height: 11px;
  width: auto;
  top: 0px;
}

.hidden-ee {
  display: none;
}

.event-page-stats-wrapper {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  width: 100%;
}

.event-page-stats {
  position: relative;
  /* width: calc(100% - 8px); */
  padding: 0px !important;
  margin-left: 0px;
  margin-bottom: 15px;
  /* background-color: red; */
}

.event-page-stat-title {
  position: relative;
  position: sticky; top: 0px;
  z-index: 2;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  font: 11px var(--font);
  color: var(--font-color-base);
  padding: 2px;
  padding-left: 4px;
  background-color: var(--container-color-base);
  border: var(--container-border-base);
  border-radius: 4px;
}

.event-page-stat-title > .fa-circle { font-size: 5px; }

.siderow {
  position: relative;
  width: calc(100% - 4px);
  margin-left: 2px;
  height: 20px;
}

.siderow:hover { background-color: var(--datarow-hover); }

.siderow.side-divider {
  border-top: 1px solid var(--blue);
  height: 1px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

.side-divider-in {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: calc(100% + 3px);
  font: 7px var(--font);
  color: var(--olive);
  font-weight: bold;
}

.side-divider-out {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  top: calc(100% + 2px);
  font: 7px var(--font);
  color: var(--red);
  font-weight: bold;
  z-index: 1;
}

.side-insy {
  padding: 2px;
  padding-top: 1px; padding-bottom: 1px;
  border-radius: 1px;
  color: white;
}

.side-divider-in > .side-insy { background-color: var(--olive); } .side-divider-out > .side-insy { background-color: var(--red); }

.siderow.side-divider, .siderow-none { pointer-events: none; }

.side-data {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font: 11px var(--font);
  color: var(--font-color-base);
  /* font-weight: bold; */
  height: 100%;
}

.side-data-none {
  justify-content: left;
  padding-left: 2px;
  color: var(--font-color-faint-2);
  width: 100%;
}

.side-player { left: 0px; width: 50%; justify-content: left; padding-left: 2px; }
.side-player > .add-ellipsis >  a { color: inherit; }
.side-player > .add-ellipsis > .fa-long-arrow-up {
  color: var(--olive); font-size: 9px;
}
.side-player > .add-ellipsis > .fa-long-arrow-down {
  color: var(--red); font-size: 9px;
}

.side-player > .add-ellipsis > img {
  height: 14px;
  width: auto;
  margin-top: -2px;
}

.side-bops, .side-dg {
  justify-content: right;
  padding-right: 2px;
  right: 0px;
  width: 50%;
}

.side-dg { font-weight: bold; }

.statrow-more {
  font: 10px var(--font);
  color: var(--font-color-faint-2);
  border: var(--container-border-base);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px;
  padding-top: 2px; padding-bottom: 2px;
  cursor: pointer;
}

.statrow-more > .far {
  font-size: 7.5px;
}

.statrow-more:hover {
  background-color: var(--datarow-hover);
  color: var(--font-color-base);
}

.siderow.smh { display: none; }

.exemptions-hidden, .summary-hidden, .field-hidden {
  display: none !important;
}


@media (max-width: 768px) {

  .main-section {
    position: relative;
    padding: 1.5px;
  }

  .statsbar-div {
    -ms-flex: unset;
    flex: unset;
    padding: 1.5px;
    border-left: none;
  }

  .event-page-header {
    padding: 2px;
    padding-left: 0px; padding-right: 0px;
    font-size: 10px;
  }

  .event-page-header > .fa-square {
    font-size: 6px;
  }

  .statsbar-div > .event-page-header { padding-left: 2.5px; margin-bottom: 5px; }

  .event-page-stats-wrapper {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    width: 100%;
  }

  .event-page-stats {
    padding-left: 2.5px !important; padding-right: 2.5px !important;
    margin-bottom: 10px;
  }

  .liv-id-small { display: flex; height: 100%; top: 0px; right: 0px; }
  .liv-id-small > img { height: 50%; }
  .liv-id-big { display: none; }

  .header-logo-bg {
    left: 2px;
    top: -1px;
    width: 21px;
  }

  .h-title-bg {
    margin-left: 2px;
    top: -1px;
    font-size: 13px;
  }

  .last-update-iso {
    position: relative;
    font-size: 10px;
    top: 1px;
  }

  .l-update {
    font-size: 7px;
    padding-top: 4px;
  }

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

  .top-row {
    height: 32px;
    overflow-y: visible;
  }

  .field-selection-row {
    padding: 1.5px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }

  .field-info-row {
    padding: 2.5px;
  }

  .field-option {
    margin-left: 1.5px; margin-right: 1.5px;
    font-size: 9px;
    padding: 3px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .tournament-name {
    font-size: 16px;
    margin-bottom: 0px;
  }

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

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

  .table-topper {
    font-size: 7px;
    height: 12.5px;
  }

  .table-topper-1 {
    display: none;
  }

  .table {
    position: relative;
    /* width: calc(100% + 30px); */
    /* left: -15px; */
  }

  .head {
    height: 22.5px;
    position: sticky;
    top: 20px;
  }

  .datahead {
    font-size: 9px;
  }

  .datahead > span > .fa-lock { font-size: 8px; }

  .datarow {
    height: 25px;
  }

  .player-col { left: 0px; width: 27.5%; justify-content: left; padding-left: 1px; }
  .dg-col { left: 27.5%; width: 7.5%; }
  .owgr-col { left: 35%; width: 7.5%; }
  .exempt-col { left: 42.5%; width: 40%; }
  .locked-col { left: 82.5%; width: 7.5%; }
  .starts-col { left: 90%; width: 10%; }
  .wins-col { display: none; }

  .locked-num-col { left: 42.5%; width: 10%; }
  .summary-11-col { left: 52.5%; width: 9.5%; }
  .summary-14-col { left: 62%; width: 9.5%; }
  .summary-33-col { left: 71.5%; width: 9.5%; }
  .summary-26-col { left: 81%; width: 9.5%; }
  .summary-100-col { left: 90.5%; width: 9.5%; }

  .player-col > .add-ellipsis > img {
    height: 12px;
    margin-top: -1px;
  }

  .player-col > .add-ellipsis {
    padding-right: 10px;
  }

  .table-topper {
    left: 27.5%;
    width: 15%;
  }

  .table-topper-2 {
    left: 52.5%;
    width: 47.5%;
  }

  .data {
    font-size: 9px;
  }

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

  .data.starts-col {
    border-right: none;
  }

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

  .flag-bg {
    top: calc(50% - 6px);
    height: 12px;
    width: auto;
  }
  .data.name-col { display: block; }

  .rank-outer {
    min-width: 22.5px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 7.5px;
  }

  .exempt {
    margin-left: 1px;
    margin-right: 1px;
    height: 13px;
    width: 13px;
    font-size: 7px;
    border-width: 0.5px;
  }

  .exemption-expand {
    right: -3px;
    bottom: -3px;
    font-size: 8px;
    border-radius: 1px;
    padding: 2px;
  }

  .exemptions {
    padding: 3px;
    max-height: 100px;
  }

  .exemption-title {
    font-size: 8px;
    margin-bottom: 1.5px;
  }

  .exemption-title-small {
    font-size: 7px;
  }

  .exemption-row {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 1.5px;
    padding-left: 0px;
    font-size: 9px;
  }

  .exemption-row > .exempt {
    margin-top: -1px;
    margin-right: 3.5px;
    height: 12px;
    width: 12px;
  }

  .lbt-asq {
    margin-left: 0px;
    margin-right: 0px;
    width: 7px;
    height: 7px;
  }

  .sorted {
    border-bottom: none;
  }

  .fa-sort-up, .fa-sort-down { margin-left: 1.5px; }

  .page-legend {
    right: 1px;
  }

  .leg-item {
    padding: 1.5px;
    font-size: 8px;
  }

  .leg-item-marg {
    margin-left: 1.5px;
  }

  .little-leg {
    height: 10px;
    width: 10px;
    font-size: 5px;
  }

  .little-leg-2 {
    background-color: var(--orange-lighter);
    color: var(--orange);
  }

  .exemptions-hidden, .summary-hidden, .field-hidden {
    display: none;
  }

  .line-spanner {
    color: var(--font-color-faint-2);
    font: 10px var(--font);
    position: relative;
    top: -1px;
  }

  .dg-status-logo {
    height: 12.5px;
  }

  .owgr-status-logo {
    height: 7.5px;
    top: 0px;
  }

  .player-search-container {
    bottom: 0px;
    height: 19px;
    width: 30%;
    max-width: 170px;
  }

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

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

  .event-page-stat-title {
    font-size: 10px;
    padding: 2px;
    padding-left: 3px;
    border-radius: 3px;
  }

  .event-page-stat-title > .fa-circle { font-size: 4px; }

  .siderow {
    position: relative;
    width: calc(100% - 3px);
    margin-left: 1.5px;
    height: 18px;
  }

  .siderow.side-divider {
    border-top: 1px solid var(--blue);
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .side-divider-in {
    bottom: calc(100% + 2.5px);
    font-size: 6px;
  }

  .side-divider-out {
    top: calc(100% + 1.5px);
    font-size: 6px;
  }

  .side-insy {
    padding: 1.5px;
    padding-top: 0.5px; padding-bottom: 0.5px;
  }

  .side-data {
    font-size: 10px;
  }

  .side-data-none {
    padding-left: 2px;
  }

  .side-player { left: 0px; width: 50%; justify-content: left; padding-left: 2px; }
  .side-player > .add-ellipsis > .fa-long-arrow-up {
    font-size: 8px;
  }
  .side-player > .add-ellipsis > .fa-long-arrow-down {
    font-size: 8px;
  }

  .side-player > .add-ellipsis > img {
    height: 12px;
    margin-top: -1px;
  }

  .statrow-more {
    font-size: 9px;
    padding: 2px;
    padding-top: 1.5px; padding-bottom: 1.5px;
  }

  .statrow-more > .far {
    font-size: 7px;
  }

  .tournament-course > .the-course > img { height: 13px; width: auto; position: relative; top: -1px; }

}

/* add classes when under sm */
@media (max-width: 576px) {

}
