:root {
  --masters-green: rgba(7, 102, 82, 1);
  --masters-green-lightish: rgba(7, 102, 82, 0.5);
  --masters-green-light: rgba(7, 102, 82, 0.25);
  --masters-trim: #fce300;

  --poll-1: #006747;
  --poll-2: #FF4136;
  --poll-3: #FFDC00;
  --poll-4: var(--blue);
  --poll-5: rgb(140, 140, 140);
  --poll-6: var(--font-color-base);

  --author-2-color: var(--blue);
  --author-2-lighter: var(--blue-lighter);

  --author-3-color: var(--red);
  --author-3-color: var(--red-lighter);

  --posty-lighter: var(--olive-lighter);

}

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

  --the-needle: rgb(200,200,200);

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

  --griddy: rgb(220,220,220);
}

: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);
  --griddy: rgb(43,43,43);

  --the-needle: rgb(65,65,65)
}

.page-body {
  max-width: 1000px;
}

.night-option {
  font: 9px Helvetica;
  top: -25px;
  right: -10px;
  z-index: 1;
}

.blog-panel {
  position: relative;
  margin: 5px;
}

.blog-page-title {
  position: relative;
  margin: auto;
  margin-top: 30px;
  /* max-width: 400px; */
  font: 35px Helvetica;
  font-weight: bold;
  color: var(--font-color-base);
  text-align: center;
}

.blog-page-title > img {
  position: relative;
  /* border-radius: 2px; */
  height: 27.5px;
  /* top: -2.5px; */
  width: auto;

}

.blog-page-title-home {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-home-dg-logo {
  height: 35px;
  margin-right: 5px;
  position: relative;
  /* top: -2.5px; */
  width: auto;
}

.blog-page-subtitle {
  position: relative;
  margin: auto;
  margin-top: 10px;
  /* max-width: 400px; */
  font: 17.5px Helvetica;
  font-weight: bold;
  color: var(--masters-green);
  text-align: center;
  padding-bottom: 20px;
  border-bottom: var(--container-border-base);
  margin-bottom: 10px;
}

.blog-home-subtitle {
  color: var(--olive);
  /* opacity: 0.7; */
}

.blog-page-subtitle > .fa-circle {
  position: relative;
  top: -2px;
  color: var(--red);
  font-size: 8px;
}

.blog-row {
  /* background-color: red; */
  width: calc(100%);
  margin-left: 0px;
}

.posts {
}

.days-small {
  display: none;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  align-items: center;
  margin-top: -10px;
  background-color: var(--black-base);
  z-index: 2;
  top: 0px;
  width: 100%;
  border-bottom: var(--container-border-base);
  /* background-color: red; */
}

.days {
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
  /* background-color: greenyellow; */
  padding: 2.5px;
  border-right: var(--container-border-base);
}

.sticky-days {
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
  /* border-top: var(--container-border-base); */
}

.day-selection {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 3px;
  height: 22.5px;
  color: var(--font-color-base);
  font: 12px Helvetica;
  /* border-bottom: var(--container-border-base); */
  cursor: pointer;
}

.days-small > .day-selection {
  padding: 10px;
  padding-top: 20px;
  min-width: 70px;
  justify-content: center;
}

.day-selection:hover {
  background-color: var(--container-color-base);
}

.day-selected {
  color: rgb(240,240,240) !important;
  /* font-weight: bold; */
  background-color: var(--masters-green) !important;
}

.day-count {
  position: absolute;
  right: 0px;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
  padding: 3px;
  font-size: 10px;
  color: var(--font-color-faint-2);
}

.days-small > .day-selection > .day-count {
  top: 3px;
  right: unset;
  width: 30px;
  left: calc(50% - 15px);
  padding: 0px;
  justify-content: center;
  height: unset;
}

.day-selected > .day-count { color: var(--masters-trim) !important; }

.sidebar {
  -ms-flex: 0 0 225px;
  flex: 0 0 225px;
  /* background-color: greenyellow; */
  padding: 3px;
  border-left: var(--container-border-base);
}

.sidebar-title {
  position: relative;
  font: 12px Helvetica;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--masters-green);
  padding-left: 2.5px;
  margin-top: 10px;
  color: var(--font-color-base);
}

.sidebar-title.first {
  margin-top: 0px;
}

.sidebar-content {
  position: relative;
  font: 11px Helvetica;
}

.link-content {
  padding: 2.5px;
  color: var(--font-color-base);
}

.popular-row, .lb-row {
  position: relative;
  height: 20px;
  display: flex;
  justify-content: left;
  padding-left: 2.5px;
  align-items: center;
  margin-top: 0.5px;
  margin-bottom: 0.5px;
  color: var(--font-color-base);
}

.lb-row {
  margin: 0px;
  border-bottom: 1px solid var(--masters-green-light);
}

.lb-data {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.lb-pos {
  width: 25px;
  font-size: 10px;
  justify-content: left;
  padding-left: 0px;
}

.lb-name {
  left: 25px;
  width: calc(60% - 25px);
  justify-content: left;
}

.lb-thru {
  left: 60%;
  width: calc(20%);
  font-size: 10.5px;
}

.lb-score {
  left: 80%;
  width: calc(20%);
  font-size: 10.5px;
}

.score-under { color: var(--red); }
.score-even { color: var(--olive); }

.lb-timey {
  font-size: 9.5px;
  color: var(--font-color-faint-2);
}



.lb-name > a { color: var(--font-color-base); }

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

.lb-row.lb-expander {
  border-bottom: none;
  color: var(--masters-green);
  cursor: pointer;
  justify-content: center;
}

.lb-row.lb-expander > .fa-chevron-double-down, .lb-row.lb-expander > .fa-chevron-double-up {
  position: relative;
  font-size: 8px;
  top: 0.5px;
  margin-left: 2.5px;
}

.popular-row.very-popular {
  /* color: rgb(250, 250, 250); */
}

.popular-count {
  position: absolute;
  right: 0px;
  padding-right: 5px;
}

.player-row-flag {
  height: 13px;
  width: auto;
  margin-left: 5px;
  margin-right: 2.5px;
}

.lb-row > .player-row-flag { margin-left: 1px; }

.lb-hidden { display: none; }

.popular-back {
  position: absolute;
  z-index: -1;
  left: 0px;
  height: 100%;
  top: 0px;
  background-color: var(--masters-green);
}

.popular-row > a, .lb-row > a { color: inherit !important; }

.rank-outer {
  position: absolute;
  text-align: center;
  min-width: 25px;
  right: 1px;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 1px;
  font-size: 8.5px;
}

.unranked {
  opacity: 0.25;
}

.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-10 { background-color: rgb(180,180,180); color: black; }
.owgr-1 { background-color: rgba(255, 133, 27, 0.75); color: black; }


.posts {
  padding: 15px;
  padding-top: 0px;
}

.sticky-posts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: var(--black-base);
  z-index: 1;
}

.posty {
  position: relative;
  margin: auto;
  max-width: 600px;
  border-bottom: var(--container-border-base);
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sticky-posty {
  border-bottom: 2px solid var(--masters-green);
  padding-top: 10px;
  padding-bottom: 10px;
}

.new-posty-will {
  background-color: var(--masters-green-light);
}

.new-posty-matt {
  background-color: var(--author-2-lighter);
}

.new-posty-miles {
  background-color: var(--author-3-lighter);
}

.new-posty-poll, .new-posty-bot {
  background-color: var(--posty-lighter);
}

.new-posty-link {
  background-color: var(--container-color-base);
}

.day-hidden { display: none; }

.post-author {
  position: relative;
  font: 14.5px Helvetica;
  font-weight: bold;
  color: var(--masters-green);
}

.reply-author {
  font-size: 12px;
  margin-bottom: 3.5px;
}

.pinned-post {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0px;
  top: 2.5px;
  height: 25px;
  width: 25px;
  font-size: 12px;
  color: var(--masters-green);
}

.fa-thumbtack, .fa-poll-h, .fa-robot {
  font-size: 12px;
  color: var(--masters-green);
}

.polly-yes, .fa-poll-h { color: var(--red); }

.fa-robot { color: var(--blue); position: relative; top: -2px; font-size: 11px; }

.author-matt {
  color: var(--author-2-color);
}

.author-miles {
  color: var(--author-3-color);
}

.author-model {
  color: var(--font-color-base);
}

.post-link {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px;
  font-size: 12px;
  color: var(--font-color-faint-2);
  opacity: 0.5;
  cursor: pointer;
}

.poll-link {
  margin-left: 2.5px;
}

.link-inner {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  width: 50px;
  position: calc(50% - 25px);
  font: 8.5px Helvetica;
  color: var(--font-color-base);
  bottom: calc(100% + 1px);
}

.post-link:hover {
  color: var(--font-color-base);
  opacity: 1;
  /* background-color: var(--container-color-base); */
}

.post-time {
  position: relative;
  font: 11px Helvetica;
  margin-top: 3.5px;
  color: var(--font-color-faint-2);
}

.post-author > .post-time {
  position: unset;
  float: right;
  /* margin-right: 25px; */
}

.post-author > .from-the-course {
  position: relative;
  font-size: 8px;
  top: -2.5px;
  /* font-weight: normal; */
  margin-left: 4px;
  padding: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: var(--container-color-base);
  border: var(--container-border-base);
  color: var(--olive);
  border-radius: 2.5px;

}

.reply-author > .post-time {
  float: unset;
  position: relative;
  font-size: 9px;
  margin-left: 3px;
  top: -1px;
}

.sticky-toggle {
  padding: 4px;
  margin-top: -0.5px;
  color: var(--masters-green);
  margin-left: 5px;
  float: right;
  cursor: pointer;
}

.post-content {
  position: relative;
  margin-top: 7.5px;
  padding: 0px;
  font: 14px Helvetica;
  color: var(--font-color-base);
  line-height: 1.4;
}

.post-content-archived {
  color: var(--font-color-faint-2);
}

.post-content-sticky-hidden {
  display: none;
}

.post-content > p, .post-content > blockquote > p { margin-bottom: 0px; }
.post-content > blockquote > br { display: none; }
.post-content > ol > br, .post-content > ul > br { display: none; }
.post-content > ol, .post-content > ul { padding-left: 25px; margin-top: -10px; margin-bottom: -10px; }
.post-content > ol > li, .post-content > ul > li { margin-top: 5px; margin-bottom: 5px; }


.post-content > blockquote {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  background-color: var(--container-color-base);
  border: var(--container-border-base);
  border-left: 5px solid var(--masters-green-lightish);
  border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  padding: 10px;
}

.post-content > p > img {
  max-width: 100% !important; height: auto !important;
}

.post-content > p > .emoji {
  height: 15px !important; width: auto !important; top: -0.5px !important; position: relative;
}

.post-replies {
  position: relative;
  margin-top: 5px;
  padding: 0px;
  padding-left: 2.5px;
  color: var(--font-color-base);
  /* line-height: 1.4; */
}

.reply-header {
  position: relative;
  width: 100%;
  padding: 2px;
  font: 10px Helvetica;
  margin-bottom: 2.5px;
  color: var(--font-color-faint-2);
}

.reply-header > .fa-comment { color: var(--masters-green); }

.reply {
  position: relative;
  padding: 5px;
  padding-left: 7.5px;
  font: 12px Helvetica;
  border-left: var(--container-border-base);
  line-height: 1.3;
}

.reply > p, .reply > blockquote > p { margin-bottom: 0px; }
.reply > blockquote > br { display: none; }
.reply > ol > br, .reply > ul > br { display: none; }
.reply > ol, .reply > ul { padding-left: 25px; margin-top: -10px; margin-bottom: -10px; }
.reply > ol > li, .reply > ul > li { margin-top: 5px; margin-bottom: 5px; }

.poll-inner {
  position: relative;
  width: 96%;
  margin: auto;
  margin-bottom: 2.5px;
  /* max-width: 450px; */
  /* background-color: var(--container-color-base); */
}

.poll-question {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 3px;
  border-bottom: 1.5px solid var(--masters-green);
  font-size: 13.5px;
}

.poll-sub {
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 2px;
  font-size: 9px;
  color: var(--font-color-faint-2);
  border-bottom: var(--container-border-base);
}

.poll-sub-1 {
  position: absolute;
  display: flex;
  justify-content: left;
  align-items: center;
  left: 0px;
  padding: 2px;
  font-size: 9px;
}

.poll-sub-1.poll-open { color: var(--green); }
.poll-sub-1.poll-closed { color: var(--red); }

.poll-sub-1.poll-open > .fa-check-circle { color: var(--font-color-base); font-size: 7px; margin-left: 2.5px; }

.poll-option {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 5px;
  font-size: 12px;
  cursor: pointer;
}

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

.poll-option.votes-casted:hover {
  background-color: transparent !important;
  cursor: unset;
}

.poll-circle {
  position: relative;
  font-size: 9px;
  margin-right: 5px;
  top: -0.5px;
}

.top-vote {
  /* font-weight: bold; */
}

.bottom-vote {
  opacity: 0.6;
}

.my-vote {
  font-size: 9px;
  position: relative;
  /* font-weight: bold; */
  color: var(--font-color-faint-2);
  top: -0.5px;
  margin-left: 3px;
}

.top-vote > .poll-circle {
  font-size: 11px;
}

.bottom-vote > .poll-circle {
  /* font-size: 8px; */
}

#option-1 > .poll-circle { color: var(--poll-1); }
#option-2 > .poll-circle { color: var(--poll-2); }
#option-3 > .poll-circle { color: var(--poll-3); }
#option-4 > .poll-circle { color: var(--poll-4); }
#option-5 > .poll-circle { color: var(--poll-5); }
#option-6 > .poll-circle { color: var(--poll-6); }

.poll-bar {
  position: absolute;
  width: calc(100% - 50px);
  left: 5px;
  bottom: 0px;
  height: 3px;
  background-color: var(--container-color-base);
  /* border: var(--container-border-base); */
  border-radius: 1.5px;
  display: none;
  overflow: hidden;
}

.poll-bar-vizzie { display: block; }

.poll-bar-inner {
  position: absolute;
  height: 100%;
  width: 0%;
  left: 0px;
  top: 0px;
  border-radius: 1.5px;
}

#option-1 > .poll-bar > .poll-bar-inner { background-color: var(--poll-1); }
#option-2 > .poll-bar > .poll-bar-inner { background-color: var(--poll-2); }
#option-3 > .poll-bar > .poll-bar-inner { background-color: var(--poll-3); }
#option-4 > .poll-bar > .poll-bar-inner { background-color: var(--poll-4); }
#option-5 > .poll-bar > .poll-bar-inner { background-color: var(--poll-5); }
#option-6 > .poll-bar > .poll-bar-inner { background-color: var(--poll-6); }

.poll-result {
  position: absolute;
  right: 0px;
  width: 45px;
  text-align: center;
  top: 0px;
  height: 100%;
  /* background-color: var(--red); */
}

.poll-percent, .poll-votes {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  width: 100%;
  padding-top: 3.5px;
  font-size: 10.5px;
  font-weight: bold;
  height: 70%;
}

.poll-votes {
  top: 70%;
  padding: 0px;
  height: 20%;
  font-size: 7.5px;
  color: var(--font-color-faint-2);
  font-weight: normal;
}

.header-logo-bg {
  height: 20px;
  position: relative;
  width: auto;
  top: -1.5px;
}

.scoring, .cut-probs {

}

.pinned-title {
  position: relative;
  font: 12px Helvetica;
  /* font-weight: bold; */
}

.cut-prob, .course {
  position: relative;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  height: 17.5px;
}

.course {
  display: flex;
  justify-content: left;
  align-items: center;
  font: 12px Helvetica;
  padding-left: 5px;
  color: var(--font-color-base);
}

.course-overall {
  font-weight: bold;
}

.course > .fa-circle {
  position: relative;
  font-size: 5px;
  margin-right: 3px;
  top: 0.5px;
}

.course-value {
  color: var(--masters-green); margin-left: 2.5px;
}

.the-cut {
  position: absolute;
  left: 0px;
  width: 20px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font: 11px Helvetica;
  border-right: 1px solid var(--font-color-base);
}

.the-bar {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  left: 20px;
  width: calc(100% - 20px);
}

.the-bar-inner {
  position: absolute;
  height: 70%;
  left: 0px;
  background-color: var(--masters-green);
}

.the-prob {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 2.5px;
  height: 100%;
  top: 0px;
  font: 9px Helvetica;
  /* font-weight: bold; */
  color: white;
}

.the-prob-outer {
  right: unset;
  left: calc(100% + 2.5px);
  color: var(--font-color-base);
}

.day-divider {
  margin-top: 5px;
  border-top: var(--container-border-base);
  height: 5px;
}

.archives {
  position: relative;
  /* background-color: red; */
  width: calc(100% - 10px);
  margin-left: 5px;
  padding-top: 15px;
}

.archive-row-title {
  position: absolute;
  left: 0px;
  top: 0px;
  font: 10px Helvetica;
  color: var(--font-color-base);
  height: 12px;
  font-weight: bold;
}

.archive-div {
  padding: 5px;
  margin-bottom: 5px;
}

.archive-title {
  font: 13px Helvetica;
  color: var(--font-color-base);
  padding: 2px;
  border-bottom: var(--container-border-base);
  margin-bottom: 1px;
}

.achieve-square, .achieve-img-outer {
  position: relative;
  float: left;
  margin: 1px;
  margin-right: 3px;
  top: 1.5px;
  height: 10px;
  width: 10px;
  border-radius: 0.5px;
}

.special-logo {
  position: relative;
  top: -2px;
  margin-right: 2px;
  height: 15px;
  width: auto;
}

.achieve-square-tour {
  border-radius: 50%;
}

.achieve-img-outer {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
}

.achieve-img {
  height: 100%;
  width: auto;
}

#s14.achieve-square {
  background-color: rgba(7, 102, 82, 0.5);
  border: 1px solid rgba(7, 102, 82, 1);
}

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

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

#s100.achieve-square {
  background-color: rgba(255, 193, 7, 0.5);
  border: 1px solid #ffc107;
}

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

.archive-page {
  position: relative;
  width: 100%;
  padding: 2px;
  display: flex;
  justify-content: left;
  align-items: center;
  font: 12px Helvetica;
}

.archive-page-natta {
  font-size: 11px;
  padding-left: 2px;
  color: var(--font-color-faint-2);
}

.archive-page > .fa-circle {
  font-size: 4px;
  margin-right: 3px;
  color: var(--font-color-base);
}

.blog-crums {
  display: flex;
  justify-content: left;
  align-items: center;
  position: absolute;
  top: -22.5px;
  left: 0px;
  font: 11px Helvetica;
  color: var(--font-color-faint-2);
}

.blog-crums > .fa-chevron-double-right {
  font-size: 8px;
  color: var(--font-color-base);
  margin-left: 3px;
  margin-right: 3px;
}

.we-live {
  color: var(--red);
  font-size: 10px;
  margin-left: 4px;
}

/* table stuff */
.lbt {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 550px;
  margin-top: 5px;
  margin-bottom: 2.5px;
}

.lbt-h {
  position: relative;
  width: 100%;
  height: 20px;
  border-bottom: var(--datarow-border);
}

.lbt-dr {
  position: relative;
  width: 100%;
  height: 24px;
  border-bottom: var(--datarow-border);
}

.lbt-dr.lbt-hh {
  display: none;
}

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

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

.lbt-d {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 11px Helvetica;
  color: var(--font-color-base);
  height: 100%;
}

.lbt-a-l {
  justify-content: left;
  padding-left: 2.5px;
}

.lbt-d-player, .lbt-d-event, .lbt-d-team {
  white-space: nowrap;
  min-width: 0;
  flex-wrap: nowrap;
  padding-top: 1px;
}

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

.lbt-d-player > .lbt-nw > img, .lbt-d-team > .lbt-nw > img {
  height: 14px;
  width: auto;
  margin-top: -2px;
  margin-right: 2.5px;
}

.lbt-d-player > .lbt-nw > a {
  color: inherit;
}

.lbt-sgb {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px;
  min-width: 31px;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 1px;
  font-size: 9.5px;
}

.lbt-sgb-pos, .lbt-sgb-neg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  border-left: 1px solid var(--font-color-base);
  height: 80%;
  width: 50%;
}

.lbt-sgb-neg { left: unset; right: 50%; border-left: none; border-right: 1px solid var(--font-color-base); }

.lbt-sgb-pos > .lbt-sgb-in, .lbt-sgb-neg > .lbt-sgb-in {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0px;
  background-color: var(--olive-light);
  border-left: none;
  height: 65%;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

.lbt-sgb-neg > .lbt-sgb-in { background-color: var(--red-light); left: unset; right: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-top-left-radius: 1px; border-bottom-left-radius: 1px; }

.lbt-sgb-pos > .lbt-sgb-in > .lbt-sgb-t {
  position: absolute;
  right: calc(100% + 3px);
  font-size: 9.5px;
}

.lbt-sgb-neg > .lbt-sgb-in > .lbt-sgb-t {
  position: absolute; left: calc(100% + 3px); font-size: 9.5px;
}

.lbt-bar-in {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
  width: 100%;
  border-left: 1px solid var(--font-color-base);
}

.lbt-bar-in2 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0px;
  background-color: var(--olive-light);
  border: 1px solid var(--olive);
  /* background-color: rgba(255, 193, 7, 0.75); */
  /* border: 1px solid #06051e; */
  border-left: none;
  height: 85%;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

.lbt-bar-t {
  position: absolute;
  left: calc(100% + 3.5px);
  font-size: 9.5px;
}

.lbt-bar-t.inny-t {
  left: unset;
  right: 2.5px;
  font-size: 9.5px;
  /* color: #06051e; */
}

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

#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;
}

.lbt-s-u { color: var(--red); }
.lbt-s-e { color: var(--olive); }
.lbt-s-o { color: var(--font-color-base); }

.lbt-dr.lbt-exp {
  display: flex;
  justify-content: left;
  height: 20px;
  padding: 0px;
  align-items: center;
  font: 11px Helvetica;
  border-bottom: none;
  color: var(--font-color-base);
  cursor: pointer;
  padding-left: 5px;
}

.lbt-dr.lbt-exp > .fa-chevron-double-down, .lbt-dr.lbt-exp > .fa-chevron-double-up {
  position: relative;
  font-size: 8px;
  top: 0.5px;
  margin-left: 2.5px;
}

.lbt-d-comp {
  font-size: 10px;
}

.lbt-d-comp.lbt-good {
  background-color: rgba(61, 153, 112, 0.15);
  color: var(--olive); font-weight: bold;
}

.lbt-d-p_m.lbt-good, .lbt-d-w_l_t.lbt-good {
  background-color: rgba(61, 153, 112, 0.15);
  color: var(--olive);
}

.lbt-d-p_m.lbt-bad, .lbt-d-w_l_t.lbt-bad {
  background-color: rgba(255, 65, 54, 0.15);
  color: var(--red);
}

.lbt-rank {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 27.5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 1px;
  font-size: 9px;
}

@media (max-width: 992px) {

  .days-small { display: flex; margin-bottom: 5px; }
  .days-small-highlights { margin-bottom: 0px; }
  .days-small-archive {
    margin-top: 0px;
    top: 31px;
  }

  .sticky-posts { top: 30px; }
  .sticky-posts-archived { top: 61px; }

  /* .sticky-posty {
    padding-top: 10px;
    margin-top: 5px;
    padding-bottom: 10px;
  } */

}

@media (max-width: 768px) {

  .blog-page-title > img {
    height: 20px;
    /* top: -2.5px; */

  }

  .sticky-toggle {
    padding: 3px;
    margin-top: -0.5px;
    margin-left: 3px;
  }

  .blog-crums {
    top: -20px;
    left: 2px;
    font-size: 9.5px;
  }

  .blog-crums > .fa-chevron-double-right {
    font-size: 7px;
    margin-left: 2.5px;
    margin-right: 2.5px;
  }

  .night-option {
    font-size: 8px;
    top: -20px;
    right: 0px;
    z-index: 1;
  }

  .blog-panel {
    margin: 0px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .blog-page-title {
    margin-top: 25px;
    font-size: 25px;
  }

  .blog-page-subtitle {
    margin-top: 7.5px;
    font-size: 14px;
    padding-bottom: 12.5px;
    margin-bottom: 5px;
  }

  .blog-page-subtitle > .fa-circle {
    top: -2px;
    font-size: 6px;
  }

  /* .sidebar {
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    padding: 5px;
    border-left: var(--container-border-base);
  }

  .sidebar-title {
    position: relative;
    font: 12px Helvetica;
    padding-bottom: 1px;
    border-bottom: 1px solid var(--masters-green);
    padding-left: 2.5px;
    margin-top: 10px;
    color: var(--font-color-base);
  }

  .sidebar-title.first {
    margin-top: 0px;
  }

  .sidebar-content {
    position: relative;
    font: 11px Helvetica;
  }

  .link-content {
    padding: 2.5px;
  }

  .popular-row, .lb-row {
    position: relative;
    height: 20px;
    display: flex;
    justify-content: left;
    padding-left: 2.5px;
    align-items: center;
    margin-top: 0.5px;
    margin-bottom: 0.5px;
    color: var(--font-color-base);
  }

  .lb-row {
    margin: 0px;
    border-bottom: 1px solid var(--masters-green-light);
  }

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

  .lb-row.lb-expander {
    border-bottom: none;
    color: var(--masters-green);
    cursor: pointer;
    justify-content: center;
  }

  .lb-row.lb-expander > .fa-chevron-double-down {
    position: relative;
    font-size: 8px;
    top: 0.5px;
    margin-left: 2.5px;
  }

  .popular-row.very-popular {

  }

  .popular-count {
    position: absolute;
    right: 0px;
    padding-right: 5px;
  }

  .player-row-flag {
    height: 13px;
    width: auto;
    margin-left: 5px;
    margin-right: 2.5px;
  }

  .lb-row > .player-row-flag { margin-left: 1px; }

  .lb-hidden { display: none; }

  .popular-back {
    position: absolute;
    z-index: -1;
    left: 0px;
    height: 100%;
    top: 0px;
  }

  .popular-row > a, .lb-row > a { color: inherit !important; }

  .rank-outer {
    position: absolute;
    text-align: center;
    min-width: 25px;
    right: 1px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 1px;
    font-size: 8.5px;
  }

  .unranked {
    opacity: 0.25;
  }

  .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; } */

  .posts {
    padding: 5px;
    margin-bottom: 25px;
  }

  .posty {
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sticky-posty {
    border-bottom: 1.5px solid var(--masters-green);
    padding-bottom: 7.5px;
    padding-top: 7.5px;
  }

  .post-author {
    font-size: 13px;
  }

  .post-author > .from-the-course {
    font-size: 7px;
    top: -2px;
    margin-left: 3px;
    padding: 2.5px;
    padding-top: 1.5px;
    padding-bottom: 1.5px;
    border-radius: 1.5px;

  }

  .pinned-post {
    top: 2px;
    height: 20px;
    width: 20px;
    font-size: 10px;
  }

  .post-link {
    padding: 2px;
    font-size: 10px;
    margin-top: 0.5px;
  }

  .poll-link {
    margin-left: 2px;
  }

  .link-inner {
    width: 40px;
    position: calc(50% - 20px);
    font-size: 7px;
    bottom: calc(100% + 0px);
  }

  .post-time {
    font-size: 10px;
    margin-top: 2.5px;
  }

  .post-content {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.35;
  }

  .post-content > p, .post-content > blockquote > p { margin-bottom: 0px; }
  .post-content > blockquote > br { display: none; }
  .post-content > ol > br, .post-content > ul > br { display: none; }
  .post-content > ol, .post-content > ul { padding-left: 20px; margin-top: -10px; margin-bottom: -10px; }
  .post-content > ol > li, .post-content > ul > li { margin-top: 2.5px; margin-bottom: 2.5px; }


  .post-content > blockquote {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -5px;
    background-color: var(--container-color-base);
    border: var(--container-border-base);
    border-left: 3px solid var(--masters-green-lightish);
    border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    padding: 5px;
  }

  .post-content > p > img {
    max-width: 100% !important; height: auto !important;
  }

  .post-content > p > .emoji {
    height: 13px !important; width: auto !important; top: -1px !important; position: relative;
  }

  .header-logo-bg {
    height: 17.5px;
    position: relative;
    width: auto;
    top: -1.5px;
  }

  .scoring, .cut-probs {

  }

  .pinned-title {
    font-size: 11px;
  }

  .cut-prob, .course {
    margin-top: 2px;
    margin-bottom: 2px;
    height: 15px;
  }

  .course {
    font-size: 10px;
    padding-left: 2.5px;
  }

  .course > .fa-circle {
    font-size: 4px;
    margin-right: 2.5px;
    top: 0.5px;
  }

  .course-value {
    color: var(--masters-green); margin-left: 2.5px;
  }

  .the-cut {
    width: 20px;
    font-size: 10px;
  }

  .the-bar-inner {
    height: 80%;
  }

  .the-prob {
    right: 1.5px;
    font-size: 8.59px;
  }

  .the-prob-outer {
    right: unset;
    left: calc(100% + 1.5px);
  }

  .days-small {
    margin-top: -5px;
    margin-bottom: 0px;
  }

  .days-small-highlights { margin-bottom: 0px; }
  .days-small-archive {
    margin-top: 0px;
    top: 23.5px;
  }

  .days-small > .day-selection {
    padding: 5px;
    font-size: 11px;
    min-width: 50px;
    justify-content: center;
  }

  .days-small > .day-selection > .day-count {
    display: none;
  }

  .sticky-posts {
    top: 22.5px;
  }

  .sticky-posts-archived {
    top: 45.5px;
  }

  .archives {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 12.5px;
  }

  .archive-row-title {
    left: 2px;
    font-size: 9px;
    height: 10px;
  }

  .archive-div {
    padding: 2.5px;
    margin-bottom: 2.5px;
  }

  .archive-title {
    font-size: 11px;
    padding: 1px;
    margin-bottom: 1px;
  }

  .achieve-square, .achieve-img-outer {
    margin: 1px;
    margin-right: 2.5px;
    top: 1px;
    height: 8px;
    width: 8px;
  }

  .special-logo {
    top: -2px;
    margin-right: 1.5px;
    margin-left: 1px;
    height: 13px;
  }

  .archive-page {
    padding: 2px;
    font-size: 10.5px;
  }

  .archive-page-natta {
    font-size: 10px;
    padding-left: 1px;
  }

  .archive-page > .fa-circle {
    font-size: 3px;
    margin-right: 2px;
    margin-left: 1px;
  }

  .blog-home-dg-logo {
    height: 25px;
    margin-right: 3px;
    /* top: -2.5px; */
  }

  .we-live {
    font-size: 8px;
    margin-left: 3px;
  }

  .poll-inner {
    width: 100%;
    margin-bottom: 2px;
  }

  .poll-question {
    padding: 2.5px;
    border-bottom-width: 1.5px;
    font-size: 12.5px;
  }

  .poll-sub, .poll-sub-1 {
    padding: 2px;
    font-size: 8px;
  }

  .poll-sub-1.poll-open > .fa-check-circle { font-size: 6px; margin-left: 2px; }

  .poll-option {
    padding: 4.5px;
    font-size: 11.5px;
  }

  .poll-circle {
    font-size: 8px;
    margin-right: 4px;
    top: -0.5px;
  }

  .my-vote {
    font-size: 8px;
    top: 0px;
    margin-left: 2.5px;
  }

  .top-vote > .poll-circle {
    font-size: 9.5px;
  }

  .poll-bar {
    position: absolute;
    width: calc(100% - 42px);
    left: 3px;
    height: 2px;
    border-radius: 1px;
  }

  .poll-bar-inner {
    border-radius: 1px;
  }

  .poll-result {
    width: 40px;
  }

  .poll-percent, .poll-votes {
    padding-top: 3.5px;
    font-size: 10px;
    height: 70%;
  }

  .poll-votes {
    top: 65%;
    height: 20%;
    font-size: 7px;
  }

  .post-replies {
    margin-top: 3.5px;
    padding-left: 1px;
  }

  .reply-header {
    padding: 1px;
    font-size: 9px;
    margin-bottom: 2px;
  }

  .reply-author {
    font-size: 11px;
    margin-bottom: 3px;
  }

  .reply-author > .post-time {
    font-size: 8px;
    margin-left: 2.5px;
    top: -1px;
  }

  .reply {
    padding: 4px;
    padding-left: 6.5px;
    font-size: 11px;
    line-height: 1.28;
  }

  .reply > p, .reply > blockquote > p { margin-bottom: 0px; }
  .reply > blockquote > br { display: none; }
  .reply > ol > br, .reply > ul > br { display: none; }
  .reply > ol, .reply > ul { padding-left: 20px; margin-top: -10px; margin-bottom: -10px; }
  .reply > ol > li, .reply > ul > li { margin-top: 2.5px; margin-bottom: 2.5px; }

  .lbt {
    margin-top: 3px;
    margin-bottom: 2px;
  }

  .lbt-h {
    height: 17.5px;
  }

  .lbt-dr {
    height: 23px;
  }

  .lbt-dh {
    font-size: 9px;
  }

  .lbt-d {
    font-size: 10px;
  }

  .lbt-a-l {
    padding-left: 2px;
  }

  .lbt-d-player, .lbt-d-event, .lbt-d-team {
    padding-top: 1px;
  }

  .lbt-d-player > .lbt-nw > img, .lbt-d-team > .lbt-nw > img {
    height: 13px;
  }

  .lbt-sgb {
    padding: 2.5px;
    min-width: 27.5px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 0.5px;
    font-size: 8.5px;
  }

  .lbt-sgb-pos > .lbt-sgb-in > .lbt-sgb-t {
    right: calc(100% + 3px);
    font-size: 8.5px;
  }

  .lbt-sgb-neg > .lbt-sgb-in > .lbt-sgb-t {
    left: calc(100% + 3px); font-size: 8.5px;
  }

  .lbt-bar-t {
    left: calc(100% + 3.5px);
    font-size: 8.5px;
  }

  .lbt-bar-t.inny-t {
    right: 2.5px;
    font-size: 8.5px;
  }

  .lbt-asq {
    width: 10px;
    height: 10px;
  }

  .lbt-nw > .lbt-asq {
    height: 9px;
    width: 9px;
    margin-right: 2px;
  }

  .lbt-s-u { color: var(--red); }
  .lbt-s-e { color: var(--olive); }
  .lbt-s-o { color: var(--font-color-base); }

  .lbt-dr.lbt-exp {
    height: 17.5px;
    font-size: 10px;
    padding-left: 4px;
  }

  .lbt-dr.lbt-exp > .fa-chevron-double-down, .lbt-dr.lbt-exp > .fa-chevron-double-up {
    font-size: 7.5px;
    top: 0px;
    margin-left: 2px;
  }

  .lbt-d-comp {
    font-size: 9.5px;
  }

  .lbt-rank {
    min-width: 24px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    font-size: 8.5px;
  }

}
