/*                          */
/*        [ Common ]        */
/*                          */
body {
  font-family: "Arial", "Meiryo", sans-serif;
  padding: 10px;
  text-align: center;
  max-width: 1050px;
  margin: auto;
  background-color: #000;
  color: #FFF;
  background-image: url("../img/background-stripes.svg");
  background-repeat: repeat;
  background-size: 14px 14px;
}
.main-header {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.main-content {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.main-left {
  max-width: 700px;
  float: left;
}
.main-right {
  max-width: 220px;
  float: left;
  margin-left: 10px;
}
.content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.box {
  background-color: #07143F;
  border-top: 3px solid #2ECC71;
  padding: 1px 10px;
  margin: 20px 0px;
}
.firstbox {
  margin: 0px;
}
.wrcount_box {
  background-color: #07143F;
  border-top: 3px solid #2ECC71;
  padding: 1px 10px;
  width: 220px;
  height: auto;
}
a[href=""] {
  pointer-events: none;
}
h1.menu_h1 {
  margin: 0px 0px 20px 0px;
}
h1.no_menu_h1 {
  margin: 0px 0px 30px 0px;
}
h1 a {
  font-size: 0.7em;
  color: #2ECC71;
  text-decoration: none;
}
h1 a:hover {
  text-decoration: underline;
}
h2 {
  font-size: 1.1em;
  border: 3px double #666666;
  padding: 8px 0px 8px 0px;
  margin: 20px auto;
}
h2.common {
  background-color: #434343;
}
h2 a {
  color: #FFF;
  text-decoration: none;
}
h2 a:hover {
  text-decoration: underline;
}
h3 {
  font-size: 1.0em;
  border: 2px solid #666666;
  padding: 8px 0px 8px 0px;
  color: #FFF;
  background-color: #434343;
  border-radius: 5px;
  margin-bottom: 0px;
}
h3.bottom-history {
  margin-top: 20px;
}
.footer {
  font-size: 0.8em;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}
.footer a {
  color: #FFF;
}

@media screen and (max-width: 987px) {
  .main-left {
    max-width: 950px;
    float: none;
  }
  .main-right {
    max-width: 950px;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .wrcount_box {
    width: auto;
    max-width: 950px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    margin: 10px auto;
  }
  body {
    padding: 0px;
  }
}
/*                          */
/*         [ Menu ]         */
/*                          */
.box .page-menu {
  display: flex;
  justify-content: space-between;
  padding: 3px;
}
.box .page-menu a {
  font-family: "Arial", "Meiryo", sans-serif;
  border: solid 1px #FFF;
  background: transparent;
  color: #FFF;
  padding: 6px 15px;
  border-radius: 5px;
  position: relative;
  font-size: 0.9em;
  font-weight: 600;
  margin-left: 5px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.box .page-menu a:hover {
  opacity: 0.85;
}
.box .menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 3px;
  background-color: #1A264D;
}
.box .menu .left, .box .menu .right {
  display: inline-block;
}
.box .menu input[type="date"] {
  font-family: "Arial", "Meiryo", sans-serif;
  padding: 5px 10px 5px 10px;
  border: solid 1px #2A2E3E;
  border-radius: 5px;
  background-color: #000;
  color: #FFF;
  position: relative;
  font-size: 0.9em;
}
.box .menu input[type="date"]:hover {
  opacity: 0.85;
}
.box .menu input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
  cursor: pointer;
}
.box .menu input[type="date"]::after {
  font-family: "Font Awesome 6 Free";
  content: '\f133';
  color: #FFF;
  position: absolute;
  top: 17%;
  right: 8%;
}
.box .menu a {
  font-family: "Arial", "Meiryo", sans-serif;
  border: solid 1px #2A2E3E;
  border-radius: 5px;
  position: relative;
  font-size: 0.9em;
  margin-left: 5px;
  cursor: pointer;
  text-decoration: none;
}
.box .menu a:hover {
  opacity: 0.85;
}
.box .menu a.rulebtn, .box .menu a.tlbtn {
  padding: 6px 10px 6px 10px;
  background-color: #000;
  color: #FFF;
  display: inline-block;
}
.box .menu a.rulebtn::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f02d';
  padding-left: 5px;
}
.box .menu a.tlbtn::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f017';
  padding-left: 5px;
}
.box .menu a.submitbtn {
  padding: 6px 7px 6px 10px;
  background-color: #2ECC71;
  color: #000;
  display: inline-block;
}
.box .menu a.submitbtn::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f055';
  padding-left: 5px;
}
.box .menu select {
  font-family: "Arial", "Meiryo", sans-serif;
  border: solid 1px #2A2E3E;
  border-radius: 5px;
  position: relative;
  font-size: 0.9em;
  margin-left: 5px;
  cursor: pointer;
  padding: 5px 5px;
  background-color: #000;
  color: #FFF;
}
.box .menu select#star-select {
  width: 220px;
}
.box .menu select#stage-select {
  width: 160px;
}
.box .menu select#rtigt-select {
  width: 95px;
}
.box .menu select#stage-star-select {
  width: 250px;
}
.box .menu select#order-select {
  width: 70px;
}

@media screen and (max-width: 480px) {
  .box .page-menu a {
    font-size: 0.75em;
    margin-left: auto;
  }
  .box .menu input[type="date"] {
    padding: 5px 0px 5px 5px;
    font-size: 0.75em;
  }
  .box .menu input[type="date"]::after {
    content: '';
  }
  .box .menu a {
    font-size: 0.75em;
    margin-left: auto;
  }
  .box .menu select {
    font-size: 0.75em;
    margin-left: auto;
  }
  .box .menu select#rtigt-select {
    width: 75px;
  }
  .box .menu select#stage-star-select {
    width: 150px;
  }
}
/*                          */
/*        [ Table ]         */
/*                          */
.box .tablebox {
  isolation: isolate;
}
table {
  font-size: 0.8em;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px auto;
  table-layout: fixed;
  width: 100%;
}
table tr th {
  border-bottom: solid 1px #C8C8C8;
}
table th, table td {
  text-align: center;
  height: 30px;
}
table th {
  background-color: #08184D;
}
table td {
  background-color: #051137;
}
table td a {
  color: inherit;
  text-decoration: none;
}
table td a:hover {
  text-decoration: underline;
}
table td.yellow {
  color: #FFFF00;
}
table td.small {
  font-size: 0.95em;
}
table tr:nth-child(odd) td {
  background-color: #07174A;
}
table.js-striped-table tr:nth-child(odd) td {
  background-color: #051137;
}
table.js-striped-table tr.stripe-odd td {
  background-color: #07174A;
}
table tr:hover td,
table.js-striped-table tr:hover td {
  background-color: #1A264D;
}
/* Record table column widths */
.index-record-table.has-real-time {
  --star-width: 33%;
  --player-width: 20%;
  --rt-width: 10%;
  --igt-width: 10%;
  --version-width: 10%;
  --date-width: 12%;
  --notes-width: 5%;
}
.index-record-table.no-real-time {
  --star-width: 43%;
  --player-width: 20%;
  --igt-width: 10%;
  --version-width: 10%;
  --date-width: 12%;
  --notes-width: 5%;
}
.history-record-table.has-real-time {
  --date-width: 12%;
  --player-width: 30%;
  --rt-width: 12%;
  --igt-width: 12%;
  --version-width: 12%;
  --platform-width: 12%;
  --gs-width: 5%;
  --notes-width: 5%;
}
.history-record-table.no-real-time {
  --date-width: 14%;
  --player-width: 32%;
  --igt-width: 14%;
  --version-width: 14%;
  --platform-width: 14%;
  --gs-width: 6%;
  --notes-width: 6%;
}
.player-record-table.has-real-time {
  --date-width: 12%;
  --stage-star-width: 40%;
  --rt-width: 10%;
  --igt-width: 10%;
  --version-width: 9%;
  --platform-width: 9%;
  --gs-width: 5%;
  --notes-width: 5%;
}
.player-record-table.no-real-time {
  --date-width: 12%;
  --stage-star-width: 50%;
  --igt-width: 10%;
  --version-width: 9%;
  --platform-width: 9%;
  --gs-width: 5%;
  --notes-width: 5%;
}
.record-table .column-date {
  width: var(--date-width);
}
.record-table .column-star {
  width: var(--star-width);
}
.record-table .column-stage-star {
  width: var(--stage-star-width);
}
.record-table .column-player {
  width: var(--player-width);
}
.record-table .column-rt {
  width: var(--rt-width);
}
.record-table .column-igt {
  width: var(--igt-width);
}
.record-table .column-version {
  width: var(--version-width);
}
.record-table .column-platform {
  width: var(--platform-width);
}
.record-table .column-gs {
  width: var(--gs-width);
}
.record-table .column-notes {
  width: var(--notes-width);
}
img.resize {
  position: relative;
  height: 50%;
  border-radius: 10%;
}
p.text {
  display: inline-block;
  position: relative;
  bottom: 2px;
  margin: 0;
  margin-left: 5px;
}
.balloonoya {
  position: relative;
  font-size: 1.2em;
}
.balloonoya:hover .balloon {
  display: inline;
}
.balloon {
  display: none;
  border: 1px solid #19703F;
  background-color: #07143f;
  color: #FFF;
  font-family: "Arial", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  text-align: left;
  line-height: 1.5em;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  width: 200px;
  right: 90%;
  top: -50%;
  z-index: 1;
  word-wrap: break-word;
}
.box .tablebox .balloon {
  z-index: 2;
}
.balloon a {
  color: #2ECC71;
  text-decoration: none;
}
.balloon a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  table th, table td {
    height: 40px;
  }
  .box .tablebox {
    overflow: auto;
    width: 100%;
  }
  .box .tablebox table {
    margin-top: 0;
    width: 100%;
    min-width: 640px;
  }
  .index-record-table.no-real-time {
    --star-width: 33%;
    --player-width: 25%;
    --igt-width: 15%;
  }
  .box .tablebox table th {
    white-space: nowrap;
  }
  .box .tablebox table th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
  }
  .box .tablebox table td.small {
    font-size: 1.0em;
  }
  .box .tablebox table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
  }
  img.resize {
    margin-bottom: -1px;
    height: 40%;
  }
  p.text {
    margin-left: 3px;
  }
  .balloon {
    top: auto;
    bottom: -80%;
  }
}
/*                          */
/*   [ Individual Page ]    */
/*                          */
.box .videobox {
  color: #FFF;
  position: relative;
  width: auto;
  height: 382.5px;
  margin: 10px 0px 10px 0px;
}
.box .videobox a {
  color: #FFF;
}
.box .videobox iframe {
  width: 100%;
  height: 100%;
}
.box .videobox .twivideo {
  height: 100%;
  overflow: auto;
}
table.unitrow {
  border: solid 1px #C8C8C8;
}
table td.unitrow {
  background-color: #051137 !important;
}
.box .videobox p.novid {
  display: inline-block;
  margin-top: 25%;
}
@media screen and (max-width: 480px) {
  .box .videobox {
    height: 205px;
  }
  .box .tablebox table.unitrow td:first-child {
    position: relative;
  }
}
/*                          */
/*       [ Timeline ]       */
/*                          */
.timelinebox {
  background-color: #15202B;
  border: 3px solid #38444D;
  color: #FFF;
  margin-bottom: 10px;
}
.timelinebox a {
  word-break: break-all;
}
.timelinebox .unit {
  display: block;
  padding: 12px 0px 10px 10px;
  margin-bottom: 5px;
  border-bottom: 3px solid #38444D;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.3;
}
.timelinebox .unit:hover {
  background-color: #1C2732;
}
.timelinebox .unit:last-child {
  border-bottom: solid 0px;
}
.timelinebox .unit figure {
  width: 60px;
  padding: 0;
  margin: 0;
  float: left;
}
.timelinebox .unit figure img {
  width: 60px;
  height: 60px;
}
.timelinebox .unit .rightarea {
  margin: 0;
  margin-left: 70px;
  padding-right: 30px;
  position: relative;
  text-align: left;
}
.timelinebox .unit .rightarea a {
  text-decoration: none;
  color: #FFF;
}
.timelinebox .unit .rightarea a:hover {
  text-decoration: underline;
}
.timelinebox .unit .rightarea .name {
  font-weight: bold;
}
.timelinebox .unit .rightarea .name .rtigt {
  color: #F8A6DE;
}
.timelinebox .unit .rightarea .name .rt {
  color: #FFFF00;
}
.timelinebox .unit .rightarea .name .igt {
  color: #99DDFF;
}
.timelinebox .unit .rightarea .name .date {
  font-size: 0.95em;
  margin-left: 10px;
}
.timelinebox .unit .rightarea .textline {
  margin-top: 10px;
  font-size: 0.95em;
  word-break: break-word;
}
.timelinebox .unit .rightarea .textline .text {
  margin: 5px 0px;
}
.timelinebox .unit .rightarea .textline .text .blue {
  background: linear-gradient(transparent 10%, #3D4270 10% 90%, transparent 90%);
  padding: 3px;
  border-radius: 5px;
}
.timelinebox .unit .rightarea .textline .text .blue::before {
  content: "@";
  position: relative;
  bottom: 1px;
}
.timelinebox .unit .rightarea .textline .text .blue:hover {
  filter: brightness(120%);
  cursor: pointer;
}
.timelinebox .unit .rightarea .textline .text .blue a:hover {
  text-decoration: none;
}
.timelinebox .unit .rightarea .textline .text img.text_img {
  width: 3.5%;
  border-radius: 10%;
  vertical-align: middle;
  bottom: 1px;
  position: relative;
  margin-right: 1px;
}
.timelinebox .unit .rightarea .textline .notesline {
  color: #FFFF00;
  font-size: 0.9em;
}
.timelinebox .unit .rightarea .textline .notesline a {
  color: #FFFF00;
  font-size: 0.9em;
}
.timelinebox .unit .rightarea .bottom .noembed {
  margin: 1.0em 0;
  font-size: 0.95em;
}
.timelinebox .unit .rightarea .bottom .noembed a {
  color: #209DFC;
}
.timelinebox .unit .rightarea .bottom .show_video {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.timelinebox .unit .rightarea .bottom .show_video::before {
  content: '\e538';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
.timelinebox .unit .rightarea .bottom .video {
  position: relative;
  width: 480px;
  height: 270px;
  margin-top: 12px;
  display: none;
}
.timelinebox .unit .rightarea .bottom .video .youtube {
  width: 100%;
  height: 100%;
}
.timelinebox .unit .rightarea .bottom .video .youtube img {
  width: 100%;
  height: 100%;
}
.timelinebox .unit .rightarea .bottom .video .youtube img.youtube_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  width: 65px;
  height: 45.5px;
}
.timelinebox .unit .rightarea .bottom .video_tw {
  position: relative;
  width: 480px;
  display: none;
}
.timelinebox .unit .rightarea .bottom .show_video.selected::before {
  content: '\e539';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
.timelinebox .unit .rightarea .bottom .share_video {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.timelinebox .unit .rightarea .bottom .share_video::before {
  content: '\f0c1';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
.timelinebox .unit .rightarea .bottom .share_video .share_clicked {
  position: absolute;
  background-color: #19703F;
  color: #FFF;
  font-size: 0.9em;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.3em;
  padding: 10px;
  bottom: 33px;
  left: 57%;
  width: 180px;
  display: none;
  transform: translateX(-50%);
  animation-name: fadeOut;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.timelinebox .unit .rightarea .bottom .share_video .share_clicked:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #19703F;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.timelinebox .unit .rightarea .bottom .shift_to_right {
  margin-left: 20px;
}
.paging {
  display: flex;
  justify-content: space-between;
  background-color: #15202B;
  border: 3px solid #38444D;
  padding: 10px;
  margin: 10px 0px;
  color: #FFF;
}
.paging a {
  color: #FFF;
  text-decoration: underline;
}
.paging .left, .paging .right {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .timelinebox .unit .rightarea .bottom .video {
    width: auto;
    height: auto;
  }
  .timelinebox .unit .rightarea .bottom .video_tw {
    width: auto;
  }
  .timelinebox .unit .rightarea .textline .text img.text_img {
    width: 7%;
  }
  .timelinebox .unit .rightarea {
    padding-right: 15px;
  }
}
/*                          */
/*      [ Submission ]      */
/*                          */
.box form,
.box .thanks-content {
  display: inline-block;
  text-align: left;
}
.box {
  text-align: center;
}
.box .submission-instruction {
  text-align: center;
  font-size: 0.95em;
  font-weight: bold;
  margin: 10px 0 20px 0;
  color: #FFFF00;
}
.box .item {
  padding: 0px 5px;
  margin-bottom: 10px;
  text-align: left;
}
.box .item:last-child {
  margin-bottom: 30px;
}
.box .item p {
  display: inline-block;
  margin: 0;
  margin-left: 5px;
}
.box .item label {
  display: inline-block;
  font-weight: bold;
  width: 150px;
  vertical-align: middle;
  text-align: left;
}
.box .item input[type=text], .item input[type=url], .item input[type=email] {
  border-radius: 3px;
  padding: 5px 5px;
  margin-left: 3px;
  font-size: 0.9em;
  border: none;
  width: 300px;
}
.box .item input[type=date] {
  font-family: "Arial", "Meiryo", sans-serif;
  border-radius: 3px;
  padding: 5px 5px;
  margin-left: 8px;
  font-size: 0.9em;
  border: none;
  width: 100px;
}
.box .item select {
  border-radius: 3px;
  padding: 5px 5px;
  margin-left: 3px;
  font-size: 0.9em;
  cursor: pointer;
  border: none;
  width: 110px;
}
.box .item select#stage-star-select {
  width: 310px;
}
.box .item form.home-form {
  display: block;
}
.box .item input[type=submit] {
  border-radius: 3px;
  position: relative;
  margin: 15px auto 0;
  display: block;
  cursor: pointer;
  font-size: 1.0em;
  padding: 5px 20px;
  font-weight: bold;
  background-color: #000;
  color: #FFF;
  border: solid 1px #2A2E3E;
}
.box .item input[type=submit]:hover {
  opacity: 0.85;
}
.box .item input[type=button] {
  border-radius: 3px;
  position: relative;
  margin: 15px auto 0;
  display: block;
  cursor: pointer;
  font-size: 1.0em;
  padding: 5px 20px;
  font-weight: bold;
  background-color: #000;
  color: #FFF;
  border: solid 1px #2A2E3E;
}
.box .item input[type=button]:hover {
  opacity: 0.85;
}
/*                          */
/*        [ Rules ]         */
/*                          */
.box .rules {
  padding: 15px 0;
}
.box .rules .title {
  font-size: 1.2em;
  color: #FFFF00;
  font-weight: 600;
}
.box .rules .details {
  padding: 0 150px;
  text-align: left;
  font-size: 1.0em;
  margin-top: 20px;
  word-break: break-all;
}
.box .rules .details p {
  line-height: 1.3;
  margin-bottom: 10px;
}
.box .rules .details p a {
  color: #FFF;
  text-decoration: underline;
}
.box .rules input[type=submit] {
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  font-size: 1.0em;
  padding: 5px 20px;
  font-weight: bold;
  background-color: #000;
  color: #FFF;
  border: solid 1px #2A2E3E;
}
.box .rules input[type=submit]:hover {
  opacity: 0.85;
}
@media screen and (max-width: 480px) {
  .box .rules .details {
    padding: 0 10px;
  }
}
/*                          */
/*        [ Player ]        */
/*                          */
.box .player_info {
  padding: 15px 0;
}
.box .player_info .name {
  font-size: 1.1em;
  color: #FFFF00;
  font-weight: 600;
}
.box .player_info .count {
  font-size: 1.0em;
  margin-top: 10px;
}
/*                          */
/*     [ Collapsible ]      */
/*                          */
table tr.collapsible-header {
  cursor: pointer;
}
table tr.collapsible-header:hover td {
  background-color: #1E3260;
}
table tr.collapsible-row {
  display: none;
}
table tr.collapsible-row.expanded {
  display: table-row;
}
/* Star cell with arrow */
.collapsible-header td:first-child {
  text-align: center;
}
.star-name-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.star-name-wrapper a {
  display: inline;
}
/* Left spacer - same size as arrow to balance centering */
.star-name-wrapper::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f078';
  font-size: 0.7em;
  visibility: hidden;
  margin-right: 5px;
}
/* Right arrow */
.star-name-wrapper::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f078';
  font-size: 0.7em;
  color: #2ECC71;
  margin-left: 5px;
}
.collapsible-header.expanded .star-name-wrapper::before,
.collapsible-header.expanded .star-name-wrapper::after {
  content: '\f077';
}
/* Player cell with count */
.collapse-count {
  color: #2ECC71;
  font-size: 0.9em;
  position: absolute;
  /* Shift the count down 1px for visual centering without transform, keeping the balloon above the sticky column. */
  top: 1px;
  bottom: -1px;
  height: 1.2em;
  line-height: 1.2em;
  margin-left: 4px;
  margin-top: auto;
  margin-bottom: auto;
}
.collapsible-header td:nth-child(2) {
  position: relative;
}
.collapsible-header.expanded .collapse-count {
  display: none;
}
.collapse-count .balloon {
  left: 100%;
  right: auto;
  width: auto;
  white-space: nowrap;
}
/*                          */
/*       [ Rank GIF ]       */
/*                          */
.rank-gif-trigger {
  display: inline-block;
  line-height: 0;
}
.rank-gif-trigger .rank-static,
.rank-gif-trigger .rank-gif {
  width: 20px;
  height: auto;
  vertical-align: middle;
}
.rank-gif-trigger .rank-gif {
  display: none;
}
/* Rank colors for WR Counter */
.wrcount_box tr.rank-1 td,
.wrcount_box tr.rank-1 td a {
  color: #F8DC23;
}
.wrcount_box tr.rank-2 td,
.wrcount_box tr.rank-2 td a {
  color: #C8D0DC;
}
.wrcount_box tr.rank-3 td,
.wrcount_box tr.rank-3 td a {
  color: #D4944A;
}
/* Override color for top-tier threshold */
.wrcount_box tr.rank-top-tier td,
.wrcount_box tr.rank-top-tier td a {
  color: #FF6B6B;
}
