select.chzn-select {
  visibility: hidden;
  height: 28px !important;
  min-height: 28px !important;
}

.chzn-container {
  font-size: 12px;
  position: relative;
}

.chzn-results {
  text-align: left;
}

.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 999;
}

.chzn-container-single .chzn-single {
  background: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  color: #444 !important;
  text-decoration: none !important;
}

.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.chzn-container-single .chzn-single div {
  display: none !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ccc;
  border-left: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 18px;
}

.chzn-container-single .chzn-single div b {
  background: url('chosen-sprite.png') no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}

.chzn-container-single .chzn-search {
  padding: 3px 4px;
  margin: 0;
  white-space: nowrap;
}

.chzn-container-single .chzn-search input {
  margin: 1px 0;
  padding: 4px;
  outline: 0;
  border: 1px solid #ccc;
  font-family: sans-serif;
  font-size: 1em;
}

.chzn-container-single .chzn-drop {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.chzn-container-multi .chzn-choices {
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}

.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}

.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
}

.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}

.chzn-container-multi .chzn-choices .search-choice {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}

.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}

.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 8px;
  height: 9px;
  font-size: 1px;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -9px;
}

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -9px;
}

.chzn-container .chzn-results {
  margin: 0 1px 1px 0;
  max-height: 150px;
  padding: 0 0 0 1px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}

.chzn-container .chzn-results li {
  line-height: 80%;
  padding: 6px 7px 7px;
  margin: 0;
  list-style: none;
}

.chzn-container .chzn-results .active-result {
  cursor: pointer;
}

.chzn-container .chzn-results .highlighted {
  background: #999;
  color: #fff;
  text-shadow: 0 -1px #777777;
}

.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
  background: transparent;
}

.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
}

.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}

.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}

.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}

.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #ccc;
}

.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}

.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}

.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}

.chzn-rtl {
  direction: rtl;
  text-align: right;
}

.chzn-rtl .chzn-single {
  padding-left: 0;
  padding-right: 8px;
}

.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
}

.chzn-rtl .chzn-single div {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #ccc;
}

.chzn-rtl .chzn-choices li {
  float: right;
}

.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 6px 3px 19px;
  margin: 3px 5px 3px 0;
}

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 5px;
  right: auto;
  background-position: right top;
}

.chzn-rtl.chzn-container-single .chzn-results {
  margin-left: 4px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 4px;
}

.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 20px;
}

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}

.chzn-rtl .chzn-search input {
  padding: 4px 5px 4px 20px;
}
.g-builder {
  box-shadow: 0 0 3px #999;
  background: #fff;
  padding: 10px 20px 0;
  margin: 10px 50px;
}

.g-builder table.group .sub {
  visibility: visible !important;
}

.g-builder table.group tr:hover td.game {
  background: #eee !important;
}

input.input-text {
  font-size: 12px;
  display: block;
  margin: 0 0 5px;
  padding: 5px;
}

input.input-text.error {
  background: #f4dada;
  border-color: #900;
}

.g-loading {
  background: url("/assets/icons/ajax-loader-light.gif") center no-repeat;
}

.g-loading * {
  visibility: hidden;
}

.g-builder-wrap {
  text-align: left;
}

.g-builder-wrap dl.g-builder-tabs {
  overflow: hidden;
  zoom: 1;
}

.g-builder-wrap dl.g-builder-tabs dt {
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
  color: #999;
  float: left;
  left: 10px;
  height: 35px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.g-builder-wrap dl.g-builder-tabs dt.selected {
  color: #333;
}

.g-builder-wrap dl.g-builder-tabs dd {
  border-top: 35px solid #fff;
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 100%;
  float: right;
  margin: 0 0 0 -100%;
}

.g-builder-wrap dl.g-builder-tabs dd.selected {
  position: relative;
  left: 0;
  top: 0;
}

.g-builder-wrap dl.g-builder-tabs dd.clear {
  display: block;
  float: none;
  margin: 0;
  clear: both;
  height: 0px;
}

.g-builder-wrap .g-builder-content {
  border-top: 1px solid #ccc;
  min-height: 300px;
  padding: 20px;
}

.g-builder-wrap .g-builder-buttons {
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: right;
}

.g-builder-wrap .g-builder-buttons .button {
  margin: 0 0 0 5px;
}

.g-builder-wrap .g-builder-line {
  overflow: hidden;
  zoom: 1;
  padding: 40px 85px 15px 85px;
}

.g-builder-wrap .g-builder-checks {
  padding: 0 0 0 200px;
}

.g-builder-wrap .g-builder-checks label {
  display: inline-block;
}

.g-builder-wrap .g-games-prev,
.g-builder-wrap .g-games-next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAADaCAYAAACfDNOSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdtJREFUeNrsmb1KxEAQgLN3goU+iI0gCHb+oHVgH0QbK4UUWxx4lY0vsuTqKxQr4SoLfRALLeSchb1ks9mdzMJxhssElsvPx2RnMt/lkhPL5TKjLKOMuPQBFEJoGOSIUTh06iAcm2MLxpLRVFBSQEmZo6RkXUF+s4it7B4GTdMah1DQdrZGI8YgX9co5EfU1GRkStYypTy4M54SLZid2SpQp0TUKafWKXPUKcn0/j7DzgwK1GvrcL02C3t/n+mC2Zm+gjurlZ/Ps3P4uIVxbHctYDzuHrw8V5cQoDtYf4gEuwd4Kr4/Tk2kOYxxBPyFcWHmOEGgzB6bGPCQkMsRNeuxAd8J4MKAhZ1whiRTjGydCgQsgHmtVHAKfmKBt1bBuXH77MxsNgs6k+d5fQkBQp0BeCrKshygM7ZOqDPA1M44BW840yg4N26fnbm52g868zT/qi8hQKgzAE/F9eXeAJ2xdUKdAaZ2xil4w5lGwblxGWzp6r91wyLKDk5SHlNkFdHpSRl9uDDQasSelswx7nAGNwCm96Pzf4wOdfgIgRrblJcFuvqyp3jNzjC4wZ+FihqxC1TuqWOwCs1RRbddr52h/H3sDIP/CCoKqEIwWQWyXCsVOr0epjN/AgwAVYsCugsSo9AAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: 4px -1px;
  border: 1px solid #bbb;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  float: left;
  height: 17px;
  margin: 7px 0 0;
  text-decoration: none;
  width: 17px;
}

.g-builder-wrap .g-games-prev:hover,
.g-builder-wrap .g-games-next:hover {
  background-color: #f8f8f8;
  border-color: #777;
}

.g-builder-wrap .g-games-prev {
  background-position: 3px -21px;
}

.g-builder-wrap .g-games-label {
  font-weight: bold;
  font-size: 14px;
  line-height: 34px;
  float: left;
  padding: 0 10px;
  width: 120px;
}

.g-builder-wrap .g-games-label-left {
  text-align: right;
}

.g-builder-wrap .g-games-input {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  border: 1px solid #999;
  padding: 5px;
  float: left;
  text-align: center;
  width: 20px;
}

.g-builder-wrap .g-games-input:focus {
  outline: none;
}

.g-builder-wrap .g-games-dl {
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  color: #777;
  float: left;
  text-align: center;
  width: 20px;
}

.g-builder-wrap .g-errors {
  border-radius: 2px;
  box-shadow: 0 0 2px #444;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #333;
  display: none;
  line-height: 20px;
  padding: 10px;
  position: absolute;
  width: 400px;
  left: 50%;
  margin-left: -205px;
  top: 0px;
  color: #fff;
  text-shadow: 0 -1px #000;
}

.g-builder-wrap .g-params {
  overflow: hidden;
  zoom: 1;
  padding: 30px 0 0 90px;
}

.g-builder-wrap .g-params .input-text {
  width: 400px;
}

.g-builder-wrap .g-params select.input-text {
  float: left;
  margin: 0 15px 0 0;
  padding: 4px;
  width: 70px;
}

.g-builder-wrap .g-params .g-params-label {
  float: left;
  line-height: 28px;
  padding: 0 5px 0 0;
}

.g-builder-wrap .g-params .g-name-hints {
  color: #999;
  font-size: 11px;
  line-height: 15px;
  margin: 0 0 10px;
}

.g-builder-wrap .g-params .g-name-hints a {
  white-space: nowrap;
}

.g-builder-wrap .g-players {
  padding: 30px 0 0 90px;
}

.g-builder-wrap .g-players .input-text {
  width: 400px;
}

.g-builder-wrap .g-players .g-name-hints {
  color: #999;
  font-size: 11px;
  line-height: 15px;
  margin: 0 0 10px;
}

.g-builder-wrap .g-players .g-name-hints a {
  white-space: nowrap;
}

.g-builder-wrap #g-players-list {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 5px;
  padding: 10px 0 0 90px;
  width: 412px;
}

.g-builder-wrap #g-players-list li {
  border-radius: 3px;
  background: #fff;
  color: #999;
  border: 1px solid #ddd;
  list-style: decimal inside;
  margin: 0 0 2px 0;
  padding: 2px 25px 2px 10px;
  position: relative;
}

.g-builder-wrap #g-players-list li span {
  color: #333;
}

.g-builder-wrap #g-players-list li a {
  cursor: pointer;
  color: #999;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  text-align: center;
  text-decoration: none;
  right: 2px;
  top: 4px;
  position: absolute;
  vertical-align: middle;
  width: 16px;
}

.g-builder-wrap #g-players-list li:hover a {
  color: #900 !important;
}

.g-builder-wrap .g-builder-errors {
  color: #888;
  list-style: none outside;
  padding: 30px 0 10px 70px;
  width: 412px;
}

.g-builder-wrap #g-target {
  margin: 0;
  padding: 40px 0 0;
  text-align: center;
}

.g-builder-wrap #g-target table {
  text-align: left;
  margin: 0 auto;
}

.g-builder-wrap #g-target td.rs {
  cursor: default;
}

.g-builder-wrap #g-target .g-place {
  background: #eee;
  border: none;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}

input.input-text {
  background: #fff;
  border: 1px solid #888;
  outline: none;
}

.g-autocomplete {
  box-shadow: 0 2px 5px #999;
  background: #fff;
  text-align: left;
  z-index: 110;
}

.g-autocomplete ul {
  list-style: none outside;
  max-height: 400px !important;
}

.g-autocomplete ul li {
  padding: 0 10px;
  font-size: 12px;
  line-height: 28px;
}

.g-autocomplete ul li.ac_over {
  background: #ddd;
  text-shadow: 0 -1px #fff;
}
/*


 */

/* Variables */

:root {
  --theme-main: #1a496f;
  --theme-main-dark: #0d2e44;
  --link-color: #003d99;
  --link-active-color: #732467;
  --link-light-color: #555;
  --link-super-light-color: #727272;
  --main-color: #333;
  --card-title-background: #f8f8f8;
}

/* General tags styles */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
img,
form,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
ol,
li,
dd,
dl,
dt {
  margin: 0;
  padding: 0;
}

body {
  font: normal 12px/18px Arial, sans-serif;
  background: #f9f9f9;
  color: var(--main-color);
  cursor: default;
  text-align: center;
  margin: 0;
  padding: 0;
}

input,
select {
  outline: none;
}

*:focus {
  outline: none;
}

img {
  border: none;
}

a {
  color: var(--link-color);
  text-decoration: underline;
}

a:hover {
  color: var(--link-active-color);
}

a:focus {
  outline: none;
}

.light {
  color: #333;
}

.light a {
  color: var(--link-super-light-color);
}

.light a:hover {
  color: var(--link-active-color);
}

div,
ul {
  outline: none;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
  text-transform: uppercase;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/* Some framework-like styles */
.w20 {
  width: 20px;
}
.w25 {
  width: 25px;
}
.w30 {
  width: 30px;
}
.w35 {
  width: 35px;
}
.w40 {
  width: 40px;
}
.w45 {
  width: 45px;
}
.w50 {
  width: 50px;
}
.w55 {
  width: 55px;
}
.w60 {
  width: 60px;
}
.w65 {
  width: 65px;
}
.w70 {
  width: 70px;
}
.w75 {
  width: 75px;
}
.w80 {
  width: 80px;
}
.w85 {
  width: 85px;
}
.w90 {
  width: 90px;
}
.w95 {
  width: 95px;
}
.w100 {
  width: 100px;
}
.w105 {
  width: 105px;
}
.w110 {
  width: 110px;
}
.w115 {
  width: 115px;
}
.w120 {
  width: 120px;
}
.w125 {
  width: 125px;
}
.w130 {
  width: 130px;
}
.w135 {
  width: 135px;
}
.w140 {
  width: 140px;
}
.w145 {
  width: 145px;
}
.w150 {
  width: 150px;
}
.w155 {
  width: 155px;
}
.w160 {
  width: 160px;
}
.w165 {
  width: 165px;
}
.w170 {
  width: 170px;
}
.w175 {
  width: 175px;
}
.w180 {
  width: 180px;
}
.w185 {
  width: 185px;
}
.w190 {
  width: 190px;
}
.w195 {
  width: 195px;
}
.w200 {
  width: 200px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.sm {
  font-size: 70%;
}

/* Template styles */
#app {
  position: relative;
  margin: 0 auto;
  max-width: 820px;
  width: 100%;
  text-align: left;
}

#head {
  overflow: hidden;
  zoom: 1;
  padding: 10px 0 5px;
  position: relative;
  z-index: 2;
}

#logo {
  background: url("logo-2.png") 2px 0 no-repeat;
  background-repeat: no-repeat;
  background-size: 65px;
  font: italic 16px/16px Arial, Arial, sans-serif;
  display: block;
  height: 55px;
  overflow: hidden;
  padding: 10px 0 0 80px;
  text-shadow: 0 -1px 0 #fff;
  box-sizing: border-box;
  color: var(--link-light-color);
  text-decoration: none;
}

#navigation {
  line-height: 28px;
  height: 28px;
  padding: 0;
  position: relative;
  margin: 0 0 5px -10px;
}

#navigation li.i {
  font: bold 12px/24px Arial, sans-serif;
  color: #333333;
  float: left;
  list-style: none;
  position: relative;
  margin: 0 5px 0 0;
}

#navigation li.i.right {
  float: right;
}

#navigation li.i a {
  color: #02498e;
  float: left;
  padding: 0 10px;
}

#navigation li.i a.selected,
#navigation li.i a:hover {
  box-shadow: 0 1px 2px #888 inset;
  border-radius: 2px;
  background: #eee;
  color: var(--link-light-color);
  text-decoration: none;
  text-shadow: 0 -1px #fff;
}

a.section-year-recap {
  padding-left: 28px !important;
  padding-right: 30px !important;
  position: relative;
}

a.section-year-recap::before,
a.section-year-recap::after {
  position: absolute;
  text-decoration: none;
  font-size: 1.3em;
}

a.section-year-recap::before {
  content: "🎄";
  left: 9px;
}

a.section-year-recap::after {
  content: "🎉";
  right: 9px;
}

#footer a.section-year-recap {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#footer a.section-year-recap::before {
  left: 0;
}

#footer a.section-year-recap::after {
  right: 0;
}

#navigation #controls {
  position: relative;
  min-width: 150px;
  margin: 0;
  text-align: right;
  z-index: 100;
}

#navigation #controls .user {
  color: #333333;
  padding: 0 10px;
  position: relative;
  z-index: 103;
  display: block;
  text-decoration: none;
}

#navigation #controls a:hover {
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

#navigation #controls:hover .menu {
  display: block;
}

#navigation #controls .menu {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #eee;
  border-top-color: transparent;
  background: #fff;
  display: none;
  font-weight: normal;
  list-style: none outside;
  padding: 24px 0 0;
  position: absolute;
  right: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 -1px #fff;
  top: 0;
  width: 180px;
  z-index: 102;
}

#navigation #controls .menu ul {
  border-top: 1px solid #ccc;
  list-style: none outside;
}

#navigation #controls .menu ul.first {
  border-top: none;
}

#navigation #controls .menu ul li {
  float: none;
  line-height: 28px;
  position: relative;
  z-index: 106;
}

#navigation #controls .menu ul li a {
  color: var(--link-light-color);
  display: block;
  float: none;
  text-decoration: none;
}

#navigation #controls .menu ul li a:hover {
  background: #eee;
}

#navigation #controls .menu ul li.t {
  background: #eee;
  border-bottom: 1px solid #ccc;
  color: #000;
  line-height: 16px;
  padding: 4px 10px;
  z-index: 107;
}

#container {
  border: 1px solid #eee;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  position: relative;
  z-index: 1;
}

#content {
  overflow: hidden;
  zoom: 1;
  border-top: 1px solid #eee;
  padding: 10px 0 0;
  min-height: 300px;
}

#content p {
  margin: 0 0 1em;
}

#left-col {
  float: left;
  width: 260px;
  position: relative;
}

#right-col {
  float: right;
  width: 500px;
}

#form-col {
  box-shadow: 0 1px 5px #999;
  background: #fafafa;
  margin: 20px 50px;
  padding: 40px 20px;
  position: relative;
  text-shadow: 0 -1px #fff;
}

#form-col .value {
  padding: 4px 0;
}

#breadcrumbs {
  overflow: hidden;
  zoom: 1;
  color: var(--link-super-light-color);
  list-style: none outside;
  padding: 0 0 5px;
}

#breadcrumbs li {
  float: left;
  margin: 0 5px 0 0;
}

#breadcrumbs li.flash-notice {
  color: #006600;
}

#breadcrumbs li.flash-alert {
  color: #bb0000;
}

#breadcrumbs li.right {
  float: right;
  margin: 0 2px 0 10px;
}

#breadcrumbs li.right sup {
  color: var(--link-super-light-color);
  font-weight: normal;
  margin: 0 0 0 4px;
  text-transform: none;
  position: relative;
  z-index: 1001;
}

#breadcrumbs li.right span {
  position: relative;
  z-index: 1001;
}

#breadcrumbs a {
  color: var(--link-super-light-color);
}

/* Table-like title */
.title-base {
  text-shadow: #fff 0 -1px 0;
  font: bold 12px/26px Arial, sans-serif;
  color: #333;
  background: #eee;
  border-color: #ccc !important;
  position: relative;
}

.title-base a {
  color: var(--link-light-color);
}

.title-base a:hover {
  color: var(--link-active-color);
}

h2.title {
  text-shadow: #fff 0 -1px 0;
  font: bold 12px/26px Arial, sans-serif;
  color: #333;
  background: var(--card-title-background);
  border-color: #ccc !important;
  position: relative;
  margin: 0 0 10px;
  padding: 0 10px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

h2.title a.right {
  float: right;
  font-weight: normal;
  margin-left: 10px;
}

.current-place {
  float: right;
  font-weight: normal;
}

.player-name {
  display: inline;
  display: inline-block;
  zoom: 1;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  padding: 0 3px 0 0;
}

h3 {
  font: bold 12px/26px Arial, sans-serif;
  color: var(--link-light-color);
  margin: 0 0 10px;
  text-align: center;
}

.rating-graph {
  margin: 0 0 10px;
  background: #fff;
  position: relative;
}

.rating-graph canvas {
  max-width: 100%;
  height: 300px !important;
  display: block;
}

/* Table listing */
table.listing {
  margin: 0 0 15px;
  width: 100%;
}

sup.badge {
  border: 1px solid #ccc;
  padding: 1px 2px;
  border-radius: 3px;
  white-space: nowrap;
}

table.listing.sorting thead th,
table.listing.sorting tbody td {
  padding-left: 20px !important;
}

table.listing .table-pagination {
  text-shadow: #000 0 -1px 0;
  font: bold 12px/18px Arial, sans-serif;
  background: #f8f8f8;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 7px 10px;
}

table.listing .table-pagination a,
table.listing .table-pagination span {
  display: inline;
  display: inline-block;
  zoom: 1;
  font: bold 12px/17px Arial, sans-serif;
  text-shadow: #fff 0 -1px 0;
  height: 17px;
  text-align: center;
}

table.listing .table-pagination a {
  display: inline;
  display: inline-block;
  zoom: 1;
  font: bold 12px/17px Arial, sans-serif;
  background-position: 4px -1px;
  border: 1px solid #bbb;
  text-decoration: none;
  width: 17px;
  position: relative;
}

table.listing .table-pagination a.table-pagination-prev::before,
table.listing .table-pagination a.table-pagination-next::before {
  content: "";
  position: absolute;
  top: 3px;
  display: block;
  border: 5px solid transparent;
}

table.listing .table-pagination a.table-pagination-prev::before {
  border-right-color: #888;
  left: 0;
}

table.listing .table-pagination a.table-pagination-next::before {
  border-left-color: #888;
  left: 6px;
}

table.listing .table-pagination a:hover {
  background-color: #f8f8f8;
  border-color: var(--link-light-color);
}

table.listing .table-pagination span {
  width: 130px;
}

table.listing a {
  text-decoration: none;
}

table.listing tbody tr:hover a {
  text-decoration: underline;
}

table.listing tr.miss td span.incr::before,
table.listing tr.arch td span.incr::before {
  border-bottom-color: var(--link-light-color);
}

table.listing tr.miss td span.decr::before,
table.listing tr.arch td span.decr::before {
  border-top-color: var(--link-light-color);
}

table.listing tr.miss td *,
table.listing tr.arch td * {
  color: var(--link-light-color) !important;
}

table.listing tr.miss:hover td,
table.listing tr.arch:hover td {
  opacity: 1;
}

table.listing tr.league td {
  background: var(--card-title-background) !important;
  color: #333;
  font-weight: bold;
  height: 29px;
  line-height: 29px;
  padding: 0 10px 0 15px;
}

table.listing tr.league td .league-info {
  float: right;
  font-weight: normal;
}

table.listing tr.league.league-old td {
  opacity: 0.5;
}

table.listing th.control,
table.listing td.control {
  padding-right: 0;
}

table.listing th.control span,
table.listing td.control span {
  color: var(--link-light-color);
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  display: block;
  font-weight: normal;
  cursor: pointer;
  float: right;
  padding: 0 10px;
  position: relative;
}

table.listing th.control span ul,
table.listing td.control span ul {
  background: #fff;
  border: 1px solid #ddd;
  border-top-width: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: none;
  list-style: none outside;
  padding: 2px 0 0;
  position: absolute;
  top: 26px;
  right: -1px;
  z-index: 100;
  width: 180px;
}

table.listing th.control span ul li,
table.listing td.control span ul li {
  color: #333;
  line-height: 25px;
  padding: 1px 2px 1px 30px;
}

table.listing th.control span ul li.separator,
table.listing td.control span ul li.separator {
  height: 1px;
  padding: 0;
  overflow: hidden;
  background: #ddd;
}

table.listing th.control span ul li.selected,
table.listing td.control span ul li.selected {
  opacity: 0.3;
}

table.listing th.control span ul li.print,
table.listing td.control span ul li.print {
  font-weight: bold;
}

table.listing th.control span ul li.print:hover,
table.listing td.control span ul li.print:hover {
  background: #eee;
}

table.listing th.control span ul li.toggle:hover,
table.listing th.control span ul li.scroll:hover,
table.listing td.control span ul li.scroll:hover {
  background: #eee;
}

table.listing th.control span:hover,
table.listing td.control span:hover {
  background: #fff;
  border-color: #ddd;
  z-index: 101;
}

table.listing th.control span:hover ul,
table.listing td.control span:hover ul {
  display: block;
}

table.listing th.tours-total,
table.listing td.tours-total {
  color: var(--link-light-color);
  font-weight: normal;
}

table.listing th.note,
table.listing td.note {
  font-size: 9px;
  color: #777;
  width: 105px;
  line-height: 1em;
}

table.listing th.player,
table.listing td.player {
  padding-left: 25px;
  width: 120px;
}

table.listing th.place,
table.listing td.place {
  text-align: right;
  width: 25px;
}

table.listing th.player,
table.listing td.player {
  width: 190px;
}

table.listing th.rating-i,
table.listing td.rating-i,
table.listing th.place-i,
table.listing td.place-i {
  text-align: right;
  width: 40px;
}

table.listing tfoot td.nil-ratings {
  line-height: 20px;
  padding: 10px 15px;
}

table.listing tfoot td.nil-ratings .nil-ratings-toggle {
  display: block;
  color: var(--link-color);
  cursor: pointer;
  text-decoration: underline;
}

table.listing tfoot td.nil-ratings .nil-ratings-list {
  display: none;
  padding: 1px 0 0;
  overflow: hidden;
  width: 400px;
}

table.listing thead th {
  text-shadow: #fff 0 -1px 0;
  font: bold 12px/26px Arial, sans-serif;
  color: #333;
  background: var(--card-title-background);
  border-color: #ccc !important;
  position: relative;
  padding: 0 5px 0 10px;
  text-align: left !important;
}

table.listing thead th.header {
  cursor: pointer;
  padding-left: 15px;
}

table.listing thead th.player {
  padding-left: 25px;
}

table.listing thead th.place-i,
table.listing thead th.place {
  text-align: right !important;
}

table.listing thead th.desc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAADaCAYAAACfDNOSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdtJREFUeNrsmb1KxEAQgLN3goU+iI0gCHb+oHVgH0QbK4UUWxx4lY0vsuTqKxQr4SoLfRALLeSchb1ks9mdzMJxhssElsvPx2RnMt/lkhPL5TKjLKOMuPQBFEJoGOSIUTh06iAcm2MLxpLRVFBSQEmZo6RkXUF+s4it7B4GTdMah1DQdrZGI8YgX9co5EfU1GRkStYypTy4M54SLZid2SpQp0TUKafWKXPUKcn0/j7DzgwK1GvrcL02C3t/n+mC2Zm+gjurlZ/Ps3P4uIVxbHctYDzuHrw8V5cQoDtYf4gEuwd4Kr4/Tk2kOYxxBPyFcWHmOEGgzB6bGPCQkMsRNeuxAd8J4MKAhZ1whiRTjGydCgQsgHmtVHAKfmKBt1bBuXH77MxsNgs6k+d5fQkBQp0BeCrKshygM7ZOqDPA1M44BW840yg4N26fnbm52g868zT/qi8hQKgzAE/F9eXeAJ2xdUKdAaZ2xil4w5lGwblxGWzp6r91wyLKDk5SHlNkFdHpSRl9uDDQasSelswx7nAGNwCm96Pzf4wOdfgIgRrblJcFuvqyp3jNzjC4wZ+FihqxC1TuqWOwCs1RRbddr52h/H3sDIP/CCoKqEIwWQWyXCsVOr0epjN/AgwAVYsCugsSo9AAAAAASUVORK5CYII=");
  background-position: 5px -197px;
  background-repeat: no-repeat;
}

table.listing thead th.asc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAADaCAYAAACfDNOSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdtJREFUeNrsmb1KxEAQgLN3goU+iI0gCHb+oHVgH0QbK4UUWxx4lY0vsuTqKxQr4SoLfRALLeSchb1ks9mdzMJxhssElsvPx2RnMt/lkhPL5TKjLKOMuPQBFEJoGOSIUTh06iAcm2MLxpLRVFBSQEmZo6RkXUF+s4it7B4GTdMah1DQdrZGI8YgX9co5EfU1GRkStYypTy4M54SLZid2SpQp0TUKafWKXPUKcn0/j7DzgwK1GvrcL02C3t/n+mC2Zm+gjurlZ/Ps3P4uIVxbHctYDzuHrw8V5cQoDtYf4gEuwd4Kr4/Tk2kOYxxBPyFcWHmOEGgzB6bGPCQkMsRNeuxAd8J4MKAhZ1whiRTjGydCgQsgHmtVHAKfmKBt1bBuXH77MxsNgs6k+d5fQkBQp0BeCrKshygM7ZOqDPA1M44BW840yg4N26fnbm52g868zT/qi8hQKgzAE/F9eXeAJ2xdUKdAaZ2xil4w5lGwblxGWzp6r91wyLKDk5SHlNkFdHpSRl9uDDQasSelswx7nAGNwCm96Pzf4wOdfgIgRrblJcFuvqyp3jNzjC4wZ+FihqxC1TuqWOwCs1RRbddr52h/H3sDIP/CCoKqEIwWQWyXCsVOr0epjN/AgwAVYsCugsSo9AAAAAASUVORK5CYII=");
  background-position: 5px -176px;
  background-repeat: no-repeat;
}

table.listing thead tr:first-child th {
  border-top-style: solid;
  border-top-width: 1px;
}

table.listing thead tr:last-child th {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

table.listing tbody td {
  text-shadow: #fff 0 -1px 0;
  border-bottom: 1px solid #ddd;
  color: var(--main-color);
  padding: 4px 5px 4px 10px;
}

table.listing tbody td span.diff {
  background-repeat: no-repeat;
  background-position: 100% 2px;
  padding-right: 10px;
}

table.listing tbody td span.incr {
  color: #0b7d03;
  position: relative;
}

table.listing tbody td span.decr {
  color: #900;
  position: relative;
}

table.listing tbody td span.incr::before,
table.listing tbody td span.decr::before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  border: 4px solid transparent;
}

table.listing tbody td span.incr::before {
  top: 0;
  border-bottom-color: #0b7d03;
}

table.listing tbody td span.decr::before {
  top: 4px;
  border-top-color: #900;
}

table.listing tbody tr td {
  -webkit-transition: background 0.185s linear;
  -moz-transition: all 0.185s linear;
  -o-transition: all 0.185s linear;
  transition: all 0.185s linear;
}

table.listing tbody tr:hover td {
  background: #eee;
}

.noa tr.arch {
  display: none;
}

.nom tr.miss {
  display: none;
}

/* Definitions list */
dl.definitions {
  font: normal 12px/18px Arial, sans-serif;
  margin: 0 0 10px;
}

dl.definitions dt {
  font-weight: bold;
  padding: 5px 10px 0 10px;
}

dl.definitions dt a.right {
  color: var(--link-super-light-color);
  font-weight: normal;
  float: right;
}

dl.definitions dt a.right:hover {
  color: var(--link-active-color);
}

dl.definitions dd {
  border-bottom: 1px solid #ddd;
  color: #666;
  padding: 0 5px 5px 10px;
}

dl.definitions dd:last-child {
  border-bottom: none;
}

dl.definitions dd strong {
  color: var(--main-color);
}

dl.opponents a {
  color: var(--link-light-color);
  text-decoration: none;
}

dl.opponents a:hover {
  text-decoration: underline;
}

/* Games group */
table.group {
  border-collapse: collapse;
  margin: 0 0 15px;
}

table.group tr:hover td {
  background: #f8f8f8;
}

table.group tr.active td {
  background: #fffee8 !important;
}

table.group tr.active td.qp {
  background: #f4f3dc !important;
}

table.group td.game:hover {
  background: #e7e7e7 !important;
}

table.group td.hover {
  background: #f9f8e6;
}

table.group .caption {
  font: normal 11px/23px Arial, sans-serif;
  text-align: left;
  padding-left: 5px;
  position: relative;
}

table.group .caption div.sub {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  z-index: 4;
  -webkit-transition: opacity 0.185s linear;
  -moz-transition: all 0.185s linear;
  -o-transition: all 0.185s linear;
  transition: all 0.185s linear;
}

table.group .caption div.sub span {
  background: #fff;
  color: var(--link-super-light-color);
  float: right;
  text-align: center;
  width: 31px;
}

table.group:hover caption div.sub {
  opacity: 1;
}

table.group td {
  font: normal 12px/23px Arial, sans-serif;
  border: 1px solid #ccc;
  text-align: center;
  width: 40px;
}

table.group td sup {
  color: #c00;
}

table.group td.player {
  text-align: left;
  padding-left: 5px;
  width: 130px;
}

table.group td.qp {
  background: #ddd !important;
}

table.group td.db {
  color: var(--link-super-light-color);
}

table.group td.rs {
  cursor: pointer;
}

table.group td.wn,
table.group td.ps {
  color: var(--link-light-color);
  width: 30px;
}

table.group td.ps {
  font-weight: bold;
}

.group-game-popup {
  border-radius: 2px;
  box-shadow: 0 0 2px #444;
  overflow: hidden;
  zoom: 1;
  opacity: 0.8;
  background: #000;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  left: 0;
  top: 0;
  margin: -2px 0 0 -85px;
  padding: 5px;
  position: absolute;
  text-align: center;
  text-shadow: 0 -1px #000;
  width: 200px;
  z-index: 1000;
}

.group-game-popup .group-game-popup-history {
  clear: both;
}

.group-game-popup .group-game-popup-player,
.group-game-popup .group-game-popup-opponent,
.group-game-popup .group-game-popup-score {
  float: left;
  overflow: hidden;
  width: 80px;
}

.group-game-popup .group-game-popup-player,
.group-game-popup .group-game-popup-opponent {
  font-size: 12px;
}

.group-game-popup .group-game-popup-opponent {
  text-align: left;
}

.group-game-popup .group-game-popup-player {
  text-align: right;
}

.group-game-popup .group-game-popup-score {
  font-size: 12px;
  text-align: center;
  width: 40px;
}

.group-game-popup a {
  color: #ddd;
  text-decoration: none;
}

.group-game-popup a:hover {
  color: #fff;
  text-decoration: underline;
}

.icons-sprite {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAADaCAYAAACfDNOSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdtJREFUeNrsmb1KxEAQgLN3goU+iI0gCHb+oHVgH0QbK4UUWxx4lY0vsuTqKxQr4SoLfRALLeSchb1ks9mdzMJxhssElsvPx2RnMt/lkhPL5TKjLKOMuPQBFEJoGOSIUTh06iAcm2MLxpLRVFBSQEmZo6RkXUF+s4it7B4GTdMah1DQdrZGI8YgX9co5EfU1GRkStYypTy4M54SLZid2SpQp0TUKafWKXPUKcn0/j7DzgwK1GvrcL02C3t/n+mC2Zm+gjurlZ/Ps3P4uIVxbHctYDzuHrw8V5cQoDtYf4gEuwd4Kr4/Tk2kOYxxBPyFcWHmOEGgzB6bGPCQkMsRNeuxAd8J4MKAhZ1whiRTjGydCgQsgHmtVHAKfmKBt1bBuXH77MxsNgs6k+d5fQkBQp0BeCrKshygM7ZOqDPA1M44BW840yg4N26fnbm52g868zT/qi8hQKgzAE/F9eXeAJ2xdUKdAaZ2xil4w5lGwblxGWzp6r91wyLKDk5SHlNkFdHpSRl9uDDQasSelswx7nAGNwCm96Pzf4wOdfgIgRrblJcFuvqyp3jNzjC4wZ+FihqxC1TuqWOwCs1RRbddr52h/H3sDIP/CCoKqEIwWQWyXCsVOr0epjN/AgwAVYsCugsSo9AAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}

/* Games list */
.games-overall {
  margin: 20px 120px 20px 120px;
}

.games-overall select {
  opacity: 0.1;
}

.games-overall .chzn-container {
  margin: 2px 0 0;
}

.games-overall .chzn-single {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAADaCAYAAACfDNOSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdtJREFUeNrsmb1KxEAQgLN3goU+iI0gCHb+oHVgH0QbK4UUWxx4lY0vsuTqKxQr4SoLfRALLeSchb1ks9mdzMJxhssElsvPx2RnMt/lkhPL5TKjLKOMuPQBFEJoGOSIUTh06iAcm2MLxpLRVFBSQEmZo6RkXUF+s4it7B4GTdMah1DQdrZGI8YgX9co5EfU1GRkStYypTy4M54SLZid2SpQp0TUKafWKXPUKcn0/j7DzgwK1GvrcL02C3t/n+mC2Zm+gjurlZ/Ps3P4uIVxbHctYDzuHrw8V5cQoDtYf4gEuwd4Kr4/Tk2kOYxxBPyFcWHmOEGgzB6bGPCQkMsRNeuxAd8J4MKAhZ1whiRTjGydCgQsgHmtVHAKfmKBt1bBuXH77MxsNgs6k+d5fQkBQp0BeCrKshygM7ZOqDPA1M44BW840yg4N26fnbm52g868zT/qi8hQKgzAE/F9eXeAJ2xdUKdAaZ2xil4w5lGwblxGWzp6r91wyLKDk5SHlNkFdHpSRl9uDDQasSelswx7nAGNwCm96Pzf4wOdfgIgRrblJcFuvqyp3jNzjC4wZ+FihqxC1TuqWOwCs1RRbddr52h/H3sDIP/CCoKqEIwWQWyXCsVOr0epjN/AgwAVYsCugsSo9AAAAAASUVORK5CYII=");
  background-position: 95% -136px;
  background-repeat: no-repeat;
  border-color: #eee;
  font-size: 16px;
}

.games-overall .wn .chzn-container {
  float: right;
}

.games-overall .wn .chzn-single {
  background-position: 5% -136px;
}

.games-overall:hover .chzn-single {
  border-color: #ccc;
}

.games-singles {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 20px;
  margin: 0 0 20px;
}

.games-singles .game {
  float: left;
  margin: 0 3px 5px;
}

.games-latest {
  overflow: hidden;
  zoom: 1;
}

.games-latest .games-latest-col {
  float: left;
  margin: 0 5px;
  padding: 0 0 10px;
  width: 240px;
}

.player-games .game {
  float: left;
}

.games-list {
  overflow: hidden;
  zoom: 1;
}

.games-list .game a {
  color: var(--link-light-color);
  text-decoration: none;
}

.games-list .game:hover a {
  color: var(--link-color);
  text-decoration: underline;
}

.games-list .games-list-col {
  float: left;
  margin: 0 5px;
  overflow: hidden;
  padding: 10px 0;
  width: 240px;
}

.games-list .games-list-col h3 {
  color: var(--link-light-color);
  border-bottom: 1px solid #ddd;
  margin: 0 50px 10px;
}

.groups-list-col .group {
  margin-left: auto;
  margin-right: auto;
}

table.games {
  font: normal 12px/2.1em Arial, sans-serif;
  width: 100%;
}

table.games.game {
  font-size: 22px;
}

table.games.game caption {
  color: var(--link-light-color);
  border-bottom: 0;
  padding: 0 0 10px;
  margin: 0;
}

table.games caption {
  font: bold 12px/2.1em Arial, sans-serif;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 5px 0;
  text-align: center;
}

table.games tr:hover td.dl span span {
  visibility: visible;
}

table.games tr:hover a {
  color: var(--link-color);
  text-decoration: underline;
}

table.games td {
  color: var(--link-light-color);
  padding: 0 0 5px;
}

table.games td a {
  color: var(--link-light-color);
  text-decoration: none;
}

table.games td.pl {
  padding-left: 10px;
  width: 45%;
}

table.games td.pl a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

table.games td.wn {
  padding-right: 10px;
  padding-left: 0;
  text-align: right;
}

table.games td.dl {
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}

table.games td.dl span {
  display: block;
  height: 1.4em;
  font-size: 1.4em;
  line-height: 1.4em;
  position: relative;
}

table.games td.dl span span {
  font: normal 9px/16px Arial, sans-serif;
  border-radius: 2px;
  opacity: 0.5;
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  left: -82px;
  height: auto;
  top: 20px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  visibility: hidden;
  width: 180px;
  z-index: 10;
}

table.games td.dl span span:hover {
  opacity: 1;
}

table.games td.dl span span a {
  display: block;
}

table.games td.pt span {
  background: #eee;
  border-radius: 2px;
  text-shadow: #fff 0 -1px 0;
  font: bold 1.3em/1.4em Arial, sans-serif;
  background: linear-gradient(#fff, #ddd 100%);
  box-shadow: 0 1px 2px #666;
  color: var(--main-color);
  display: block;
  text-align: center;
  position: relative;
  height: 1.4em;
  min-width: 1.2em;
}

table.games td.pt span.sets {
  background: #ddd;
  border-radius: 6px;
  background: linear-gradient(#eee, #ccc 100%);
  box-shadow: 0 1px 2px #222;
  font-size: 10px;
  top: -7px;
  position: absolute;
  right: -5px;
}

/* Tabs */
dl.tabs {
  overflow: hidden;
  zoom: 1;
  border-top: 1px solid #ccc;
  margin: 0 0 10px;
}

dl.tabs dt.tab {
  text-shadow: #fff 0 -1px 0;
  border: solid 1px transparent;
  font: bold 12px/27px Arial, sans-serif;
  color: #333;
  cursor: pointer;
  float: left;
  left: 15px;
  height: 27px;
  box-sizing: border-box;
  line-height: 27px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

dl.tabs dt.tab.selected {
  text-shadow: #fff 0 -1px 0;
  border-left-color: #ccc;
  border-right-color: #ccc;
  background: #fff;
  color: #333;
  cursor: default;
  margin-top: -1px;
  padding-top: 1px;
  padding-bottom: 1px;
  z-index: 2;
}

dl.tabs dd.tab-content {
  border-top: 27px solid var(--card-title-background);
  display: none;
  width: 100%;
  float: right;
  padding: 10px 0 0;
  margin: 0 0 0 -100%;
}

dl.tabs dd.tab-content.selected {
  display: block;
}

dl.tabs dd.clear {
  display: block;
  float: none;
  margin: 0;
  clear: both;
  height: 0px;
}

/* UI elements */
a.button,
input.button,
button.button {
  display: inline;
  display: inline-block;
  zoom: 1;
  border-radius: 2px;
  text-shadow: #fff 0 -1px 0;
  background: linear-gradient(#fff, #eee 100%);
  box-shadow: 0 1px 1px #fff inset;
  font: normal 12px/16px Arial, sans-serif;
  color: #333;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0 5px 0 0;
  padding: 3px 15px;
  text-decoration: none;
}

a.button:hover,
input.button:hover,
button.button:hover {
  border-color: var(--link-light-color);
  color: #333;
}

a.button:active,
input.button:active,
button.button:active {
  text-shadow: #fff 0 1px 0;
  background: linear-gradient(#eee, #ccc 100%);
  box-shadow: 0 1px 1px #999 inset;
  border-color: #444;
}

.button-disabled {
  box-shadow: none !important;
  background: #eee !important;
  border-color: #ccc !important;
  color: var(--link-super-light-color) !important;
  cursor: default !important;
}

#footer {
  font-size: 11px;
  padding: 3px 0;
  text-align: left;
  text-shadow: 0 -1px #eee;
}

#footer ul {
  overflow: hidden;
  zoom: 1;
  padding: 10px 20px;
}

#footer ul li {
  display: inline;
  display: inline-block;
  zoom: 1;
  color: var(--link-light-color);
  margin: 0 15px 0 0;
}

#footer ul li.right {
  color: #bbb;
  float: right;
  margin: 0 0 0 15px;
}

#footer ul li a {
  color: var(--link-light-color);
}

#footer ul li a:hover {
  color: var(--link-light-color);
}

#rating-graph {
  height: 300px;
}

.group-position-1,
.group-position-2,
.group-position-3 {
  position: relative;
  padding-left: 13px;
}

.group-position-1::before,
.group-position-2::before,
.group-position-3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
}

.group-position-1::before {
  background-color: rgb(255, 230, 0);
}

.group-position-2::before {
  background-color: rgb(170, 170, 170);
}

.group-position-3::before {
  background-color: rgb(162, 84, 0);
}

.group-position {
  white-space: nowrap;
}

.clear {
  clear: both;
  height: 1px;
  display: block;
  overflow: hidden;
}

.pagination {
  padding: 20px;
  text-align: center;
}

.pagination a,
.pagination em,
.pagination span {
  display: inline;
  display: inline-block;
  zoom: 1;
  font-style: normal;
  margin: 0 10px;
}

.pagination .next_page,
.pagination .previous_page {
  font: bold 12px/17px Arial, sans-serif;
  border: 1px solid #bbb;
  text-decoration: none;
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  position: relative;
  background-color: #fff;
}

.pagination .next_page:hover,
.pagination .previous_page:hover {
  background-color: #f8f8f8;
  border-color: var(--link-light-color);
}

/* CSS triangles for pagination arrows */
.pagination .previous_page::before,
.pagination .next_page::before {
  content: "";
  position: absolute;
  top: 3px;
  display: block;
  border: 5px solid transparent;
}

.pagination .previous_page::before {
  border-right-color: #888;
  left: 0;
}

.pagination .next_page::before {
  border-left-color: #888;
  left: 6px;
}

.pagination span.previous_page,
.pagination span.next_page {
  visibility: hidden;
}

.tour-buttons {
  padding: 10px 0;
  text-align: center;
}

.tour-buttons .button {
  margin: 5px;
  padding: 7px 20px;
  text-shadow: 0 1px #fff;
}

/* Formtastic */
.form-title {
  padding: 0 0 0 200px;
  text-align: left;
  font-size: 14px;
  text-shadow: 0 -1px #fff;
}

.line {
  border-top: 1px solid #999;
  height: 1px;
  margin: 10px 0;
}

form.formtastic {
  padding: 20px 0 0 80px;
  width: 540px;
}

form.formtastic .inline-hints {
  clear: both;
  color: var(--link-super-light-color);
  margin: 0 0 5px 120px !important;
}

form.formtastic fieldset {
  border: none;
  margin: 0;
  padding: 0 0 5px;
}

form.formtastic fieldset.actions {
  padding-left: 120px;
}

form.formtastic fieldset legend {
  padding: 0 !important;
}

form.formtastic ol {
  list-style: none outside;
  padding: 0 0 5px;
  margin: 0;
}

form.formtastic ol li {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 5px;
}

form.formtastic ol li fieldset {
  padding: 0;
}

form.formtastic ol li ol {
  float: left;
  padding: 0;
  width: 420px;
}

form.formtastic ol li.date_select li {
  float: left;
  margin: 0 6px 0 0;
  width: 83px;
}

form.formtastic ol li.date_select ol label {
  display: none;
}

form.formtastic ol li.date_select ol label,
form.formtastic ol li.date_select ol select {
  float: left;
  width: 83px;
}

form.formtastic ol li.boolean label {
  margin-left: 120px;
}

form.formtastic ol li.boolean label input {
  margin: 0 10px 0 0;
  width: auto;
}

form.formtastic ol li.text .markItUp {
  margin: 5px 0 0 120px;
}

form.formtastic select {
  border-radius: 3px;
  border: 1px solid #aaa;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 4px 5px 5px;
  width: 262px;
}

form.formtastic input[type="text"],
form.formtastic input[type="password"],
form.formtastic input[type="email"],
form.formtastic input[type="number"],
form.formtastic textarea {
  border-radius: 3px;
  border: 1px solid #aaa;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 4px 5px 5px;
  width: 250px;
}

form.formtastic input[type="text"]:focus,
form.formtastic input[type="password"]:focus {
  box-shadow: 0 1px 2px #ddd inset;
  border-color: var(--link-light-color);
}

form.formtastic input[type="submit"] {
  display: inline;
  display: inline-block;
  zoom: 1;
  border-radius: 2px;
  text-shadow: #fff 0 -1px 0;
  background: linear-gradient(#fff, #ddd 100%);
  box-shadow: 0 1px 1px #fff inset;
  font: normal 12px/16px Arial, sans-serif;
  color: #333;
  cursor: pointer;
  border: 1px solid #999;
  margin: 0 5px 0 0;
  text-decoration: none;
  padding: 4px 20px;
  width: auto;
}

form.formtastic textarea {
  height: 80px;
}

form.formtastic label,
form.formtastic legend.label {
  display: block;
  float: left;
  padding: 4px 0;
  width: 120px;
}

form.formtastic label abbr,
form.formtastic legend.label abbr {
  border: none;
  color: var(--link-super-light-color);
  padding-left: 0.2em;
}

form.formtastic p.inline-errors {
  font: normal 11px/15px Arial, sans-serif;
  color: var(--link-super-light-color);
  margin: 0;
  padding: 2px 0 3px 120px;
  text-shadow: 0 -1px #fff;
}

form.formtastic .redactor-box {
  margin-left: 120px;
}

#content .article .content {
  font-size: 14px;
  line-height: 22px;
}

#content .article .content h1,
#content .article .content h2,
#content .article .content h3,
#content .article .content h4,
#content .article .content h5,
#content .article .content h6 {
  font: bold 16px/18px Arial, sans-serif;
  margin: 0 0 10px;
}

#content .article .content p {
  margin: 0 0 10px;
}

#content .article .content ul {
  list-style: square inside;
  padding: 1em 0 1em 0.3em;
}

#content .article .content ol {
  list-style-position: inside;
  padding: 1em 0 1em 0.3em;
}

#content .article .content table {
  min-width: 60%;
}

#content .article .content table td,
#content .article .content table th {
  padding: 5px 10px 5px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

#content .article .content table td p,
#content .article .content table th p {
  margin: 5px 0;
}

#content .article .content table tr:first-child td,
#content .article .content table tr:first-child th {
  border-top: 1px solid #ddd;
}

ul.details {
  font: normal 12px/16px Arial, sans-serif;
  overflow: hidden;
  zoom: 1;
  color: var(--link-super-light-color);
  list-style: none outside !important;
  margin: 5px 0 10px;
}

ul.details li {
  float: left;
  margin: 0 10px 0 0;
}

ul.details li a {
  color: var(--link-super-light-color);
}

ul.articles {
  padding: 20px 0;
  list-style: none outside;
}

ul.articles li.article {
  margin: 0 0 20px;
}

ul.articles li.article h2 {
  font: bold 14px/20px Arial, sans-serif;
}

div.article {
  padding: 20px;
  text-shadow: 0 -1px #fff;
}

div.article h2 {
  font: bold 16px/25px Arial, sans-serif;
  margin: 0 0 10px;
}

div.article .content {
  font: normal 12px/17px Arial, sans-serif;
}

div.article li.author {
  font-style: italic;
}

ul.players-list {
  overflow: hidden;
  zoom: 1;
  line-height: 22px;
  list-style: none outside;
}

ul.players-list li {
  float: left;
  padding: 0 0 0 10px;
  width: 150px;
}

ul.players-list li.title {
  text-shadow: #fff 0 -1px 0;
  background: #eee;
  border-bottom: 1px solid #bbb;
  clear: both;
  font-weight: bold;
  margin: 10px 0 5px;
  padding: 2px 10px;
  text-indent: 10px;
  width: 480px;
}

ul.players-list-wide {
  overflow: hidden;
  zoom: 1;
  line-height: 22px;
  list-style: none outside;
}

ul.players-list-wide li {
  float: left;
  padding: 0 0 0 10px;
  width: 165px;
}

ul.players-list-wide li.title {
  text-shadow: #fff 0 -1px 0;
  background: var(--card-title-background);
  border-bottom: 1px solid #bbb;
  clear: both;
  font-weight: bold;
  margin: 10px 0 5px;
  padding: 2px 10px;
  text-indent: 10px;
  width: 100%;
}

ul.players-list-wide li b.p {
  display: inline;
  display: inline-block;
  zoom: 1;
  font-weight: normal;
  width: 25px;
  text-align: right;
  padding: 0 5px 0 0;
}

ul.players-list-wide li b.r {
  color: var(--link-super-light-color);
  font-weight: normal;
  padding: 0 0 0 5px;
}

div.message {
  box-shadow: 0 1px 5px #999;
  background: #fafafa;
  margin: 20px 100px;
  padding: 20px;
  text-align: center;
}

div.player-form-thumb {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
  position: absolute;
  left: 15px;
  top: 55px;
}

div.player-form-thumb img {
  display: block;
}

div.videos {
  overflow: hidden;
  padding: 30px 0;
}

div.videos h2 {
  color: #333;
  font: bold 14px/18px Arial, sans-serif;
  margin: 0;
  padding: 0 0 10px 0;
}

div.videos .title {
  font: normal 12px/18px Arial, sans-serif;
  color: var(--link-color);
  text-decoration: underline;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 5px;
}

div.videos .item {
  box-sizing: border-box;
  float: left;
  margin: 1%;
  text-align: center;
  width: 23%;
  min-width: 150px;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ddd;
}

div.videos .item img {
  width: 100%;
  display: block;
}

div.videos .item:hover .title {
  color: var(--link-active-color);
}

div.videos-col .item {
  width: 100%;
  margin: 0 0 10px;
}

div.videos-col .thumb {
  float: left;
  padding: 0 10px 10px 0;
}

.print-league {
  display: none;
}

#tour {
  padding: 28px 0 0;
  position: relative;
}

#tour-headline {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
}

#tour-headline table {
  margin: 0;
}

.headline {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
}

.headline table {
  margin-bottom: 0;
}

.headline.headline-fixed {
  position: fixed;
  margin-left: -111px;
  left: 50%;
  z-index: 10;
}

.headline.headline-fixed table {
  position: relative;
  z-index: 10;
  margin: 0;
}

.headline.headline-fixed table th {
  border-bottom: none !important;
}

.headline.headline-fixed .headline-shadow {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 7px;
  z-index: 9;
}

.headline.headline-fixed .headline-shadow div {
  box-shadow: 0 0 4px #000;
  background: #eee;
  height: 3px;
  position: relative;
}

.players-search-autocomplete {
  box-shadow: 0 1px 2px #999;
  background: #fff;
  z-index: 11;
  text-align: left;
  width: 155px !important;
}

.players-search-autocomplete ul {
  list-style: none outside;
  max-height: 800px !important;
  overflow: visible !important;
}

.players-search-autocomplete ul li {
  line-height: 25px !important;
  padding: 0 10px;
  text-shadow: 0 1px #fff;
}

.players-search-autocomplete ul li strong {
  font-weight: normal;
  color: var(--link-super-light-color);
}

.players-search-autocomplete ul li.ac_over {
  background: #eee;
}

/* New game markup */
div.game {
  font-size: 1em;
  height: 2.5em;
  line-height: 2.5em;
  padding: 2px 0;
  position: relative;
  margin: 0 0 0.3em;
  width: 240px;
  z-index: 1;
}

div.game:hover {
  z-index: 2;
}

div.game:hover .g-f {
  display: block !important;
}

div.game:hover a {
  color: var(--link-color);
  text-decoration: underline;
}

div.game:hover a:hover {
  color: var(--link-active-color);
}

div.game a {
  text-decoration: none;
  color: var(--link-light-color);
}

div.game .g-w,
div.game .g-l {
  float: left;
  margin: 0 10px;
  overflow: hidden;
  text-align: right;
  width: 73px;
  white-space: nowrap;
}

div.game .g-l {
  text-align: left;
}

div.game .g-c {
  font-weight: bold;
  float: left;
  text-align: center;
  position: relative;
  width: 10px;
}

div.game .g-c .g-f {
  box-shadow: 0 1px 1px #bbb;
  border-radius: 2px;
  background: #ffffcc;
  display: none;
  font-size: 0.9em;
  left: -100px;
  line-height: 1.5em;
  top: 2.45em;
  position: absolute;
  width: 200px;
}

div.game .g-c .g-f span {
  display: block;
}

div.game .g-c .g-f a {
  text-decoration: none;
  color: var(--link-light-color);
}

div.game .g-c .g-f a:hover {
  color: var(--link-color);
  text-decoration: underline;
}

div.game .g-w-p,
div.game .g-l-p {
  background: #eee;
  background: linear-gradient(#fff, #ddd 100%);
  border-radius: 2px;
  box-shadow: 0 1px 2px #666;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  text-shadow: 0 1px #fff;
  width: 22px;
}

#index p {
  margin: 0 0 15px;
}

#index #map {
  box-shadow: 0 1px 2px #666;
  border: 10px solid #fff;
  height: 250px;
  width: 500px;
}

div.tip {
  opacity: 0.8;
  color: #fff;
  display: none;
  font-size: 11px;
  font-weight: normal;
  left: 0;
  position: absolute;
  top: -24px;
  text-align: center;
  white-space: nowrap;
  z-index: 100;
}

div.tip .tip-content {
  border-radius: 2px;
  display: inline;
  display: inline-block;
  zoom: 1;
  background: #000;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  padding: 3px 10px;
  text-align: left;
}

div.tip .tip-tic {
  border: 3px solid transparent;
  border-top-color: #000;
  bottom: -6px;
  left: 10px;
  height: 0;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  width: 0;
}

div.tip ul {
  list-style: square inside;
}

div.tip a {
  color: #ccc;
  text-decoration: none;
}

div.tip a:hover {
  color: #fff;
  text-decoration: underline;
}

.tip.game-tip {
  margin: 3px 0 0;
  width: 240px;
}

.tip.game-tip .tip-content {
  text-align: center;
  white-space: nowrap;
}

.tip.game-tip .tip-tic {
  left: 50%;
  margin-left: -4px;
}

textarea.markItUpEditor {
  height: 200px !important;
}

#player-search {
  padding: 1px 0;
  height: 27px;
}

#player-search.selected input {
  color: #333;
}

#player-search input {
  color: #999;
  font-weight: bold;
  font-size: 12px;
  background: none;
  padding: 0px 6px;
  border: none;
  box-shadow: none;
  line-height: 1em;
  width: 140px;
}

.activities ul {
  list-style: none outside;
  margin: 0 0 0 15px;
}

.activities ul ul {
  list-style: square outside;
}

#places-map {
  width: 100%;
  height: 400px;
}

#places-list {
  list-style: none outside;
}

#places-list li {
  background: #fff;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-shadow: 0 -1px #fff;
  -webkit-transition: background 0.185s linear;
  -moz-transition: all 0.185s linear;
  -o-transition: all 0.185s linear;
  transition: all 0.185s linear;
}

#places-list li:hover {
  background: #f6f6f6;
}

.rating-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-image: url(data:image/gif;base64,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);
  background-size: 24px 24px;
  background-position: center;
}

.rating-wrap .rating-graph {
  z-index: 1;
}

.rating-wrap .rating-buttons {
  float: right;
  list-style: none outside;
  font-weight: normal;
}

.rating-wrap .rating-buttons li {
  float: right;
  padding: 5px 10px;
  line-height: 16px;
}

.rating-wrap .rating-buttons li span {
  color: #777;
  border-bottom: 1px dashed #777;
  cursor: pointer;
}

.rating-wrap .rating-buttons li span.active {
  color: var(--link-color);
  border-bottom: 1px dashed var(--link-color);
}

.ad {
  margin: 20px 0;
  text-align: center;
  border: 1px solid #eee;
  display: none;
}

.ad img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.ad .ad-content {
  padding: 0 9px 9px;
}

.ad .ad-title {
  position: relative;
  color: #aaa;
  font-size: 10px;
  line-height: 16px;
  margin: -10px auto 10px;
  background: #fff;
  width: 80px;
}

.top-article-link {
  background-color: #fbfbfb;
  display: block;
  border: 1px solid #eee;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 3px;
}

.video-dialog {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px;
  background: #000;
  z-index: 10002;
}

.video-dialog-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
  cursor: pointer;
  z-index: 10001;
}

.video-dialog-close {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 40px;
  color: #999;
  background: none;
  border: none;
  cursor: pointer;
}

.year-navigation {
  max-width: 500px;
  text-align: center;
  margin: 1em auto;
}

.year-link {
  margin: 0 5px;
}

.year-stats-container {
  padding: 20px;
  line-height: 1.6;
  text-align: center;
}

.year-stats-container h1 {
  color: #333;
  margin-bottom: 20px;
}

.year-stats-container > p {
  font-size: 1.1em;
  margin-bottom: 40px !important;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  line-height: 1.6;
}

.stats-section {
  margin: 0 auto 25px;
  padding: 0 0 25px;
  max-width: 500px;
  border-bottom: 1px solid #eee;
}

.stats-section:last-child {
  border-bottom: none;
}

.stats-section h2 {
  color: #2c3e50;
  margin-bottom: 5px;
  font-size: 1.5em;
  font-weight: 600;
}

.podium {
  display: flex;
  justify-content: space-around;
  align-items: start;
  padding: 30px 0 40px;
  gap: 5px;
  text-align: center;
}

.podium-position {
  flex: 1;
  max-width: 200px;
}

.medal {
  font-size: 3em;
  margin-bottom: 10px;
  line-height: 1;
}

.section-winner-name {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1.1em;
  line-height: 1.2;
}

.section-winner-name a {
  text-decoration: none;
  color: var(--link-color);
}

.section-winner-name a:hover {
  text-decoration: underline;
}

.section-winner-stat {
  font-size: 0.9em;
  color: #666;
  line-height: 1.3;
}

.category-description {
  font-size: 0.95em;
  color: #777;
  margin-bottom: 20px;
  font-style: italic;
}

.podium-small {
  padding: 10px 0;
  gap: 3px;
}

.podium-small .medal {
  font-size: 2em;
  margin-bottom: 5px;
}

.podium-small .section-winner-name {
  font-size: 0.95em;
  margin-bottom: 0;
}

.podiums-list span {
  margin-right: 10px;
}

.places-list {
  list-style: none;
  padding-left: 25px;
  margin: 0;
}

.places-list li {
  margin-bottom: 5px;
  line-height: 1.4;
}

.places-list .stats {
  color: #888;
  font-size: 0.9em;
}

@media (max-width: 468px) {
  .year-stats-container {
    padding: 10px;
  }

  .podium-position {
    max-width: none;
    width: 100%;
  }

  .medal {
    font-size: 2.5em;
  }

  .year-stats-container h1 {
    font-size: 2em;
  }
}
