html {
  font-size: 100%;
  font-family: Quicksand, sans-serif;
}
@media (max-width: 441px) {
  html {
    font-size: 125%;
  }
}

body {
  margin: 0;
  padding: 0;
  background-color: #000;
}

a {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

small {
  font-size: 75% !important;
}

strong {
  font-weight: 500 !important;
}

header {
  position: fixed;
  background-color: #002200;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 0.7px solid #d50000;
  height: 3rem;
}
header .inner-hdr {
  display: flex !important;
  margin: 0 auto;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 91%;
  height: 100%;
  max-width: 1201px;
}
header .site-name {
  cursor: pointer;
  display: flex !important;
  flex-flow: row;
  align-items: center;
}
header .site-name span:first-child {
  color: #cfc7be;
  font-size: 1.3rem;
}
@media (min-width: 441px) {
  header .site-name span:first-child {
    font-size: 1.5rem;
  }
}
header .site-name span:last-child {
  font-size: 1.5rem;
  font-family: Arial;
  margin-left: 9px;
}
@media (min-width: 441px) {
  header .site-name span:last-child {
    font-size: 1.7rem;
  }
}
header .search-container {
  flex: 1;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 199px;
}
@media (min-width: 441px) {
  header .search-container {
    max-width: 299px;
  }
}
header .search-container #search-input {
  font-family: HelveticaNeue-Light, Arial, sans-serif;
  padding: 3px 0 3px 9px;
  width: 99%;
  background: #283828;
  color: #eee;
  text-align: center;
}
header .search-container button {
  background: transparent;
  margin-left: 5px;
  border: none;
  cursor: pointer;
  filter: invert(1);
}
header .calicon {
  cursor: pointer;
  width: 43px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
header .calicon b {
  width: 100%;
  position: absolute;
  top: 0;
  height: 9px;
  background-color: #8a8a8a;
}
header .calicon i {
  display: block;
  text-align: center;
  font-style: normal !important;
  width: 100%;
  padding: 7px 0 0 0;
  color: #1f251f;
}
header .calendar-icon {
  font-size: 2.1rem;
}

.content {
  height: 99vh;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap !important;
  flex-flow: row;
  justify-content: space-evenly;
  align-content: flex-start;
  padding: 7vh 1vw 0 1vw;
}

.dfy-menu {
  position: fixed;
  background-color: #002200;
  color: #aaa;
  font-size: 1.2rem;
  z-index: 100;
  left: 1px;
  display: flex;
  flex-flow: column;
  visibility: hidden;
  border: 1.9px solid #6a7000;
  width: 27%;
  max-width: 229px;
  top: 55px;
}
@media (min-width: 441px) {
  .dfy-menu {
    top: 75px;
  }
}
.dfy-menu .op {
  cursor: pointer;
  width: 100%;
  padding: 7px 0;
  text-transform: uppercase;
  text-align: center;
  font-family: Quicksand, "Open Sans", "Lucida Sans";
  font-size: 15px;
  color: #b0b0b0;
}
.dfy-menu .op:hover {
  color: white;
}
.dfy-menu .op:not(:last-child) {
  border-bottom: 1.5px solid #6a7000;
}
.dfy-menu .op#anlyz {
  background-color: #001c80;
}
.dfy-menu .op#games {
  background-color: #206730;
}
.dfy-menu .op#hstry {
  background-color: #4b4215;
}
.dfy-menu .op#linup {
  background-color: #55009c;
}
.dfy-menu .op#rsltz {
  background-color: #720000;
}
.dfy-menu .op#slshn {
  background-color: #45546d;
}

.jscal {
  position: fixed;
  z-index: 100;
  right: -3px;
  display: none;
  top: 55px;
}
@media (min-width: 441px) {
  .jscal {
    top: 71px;
  }
}
.jscal td, .jscal th {
  font-weight: bold !important;
}

.dfy-panel {
  cursor: pointer;
  width: 405px;
}
.dfy-panel .title-tab {
  padding: 5px 0;
  margin-top: 1rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  text-align: center;
  color: #eee;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
}
.dfy-panel .title-tab i {
  font-style: normal;
  font-size: 0.9rem;
}
.dfy-panel .lock-icon {
  position: relative;
  top: -53px;
  left: 93%;
  margin-bottom: -37px;
  font-size: 25px;
}
.dfy-panel#anlyz .title-tab {
  background-color: #001c80;
}
.dfy-panel#games .title-tab {
  background-color: #2f472f;
}
.dfy-panel#hstry .title-tab {
  background-color: #4b4215;
}
.dfy-panel#linup .title-tab {
  background-color: #55009c;
}
.dfy-panel#rsltz {
  width: 495px;
}
.dfy-panel#rsltz .title-tab {
  background-color: #720000;
}
.dfy-panel#slshn {
  width: 495px;
}
.dfy-panel#slshn .title-tab {
  background-color: #45546d;
}
.dfy-panel .grid {
  margin-top: -1px;
  margin-left: -3px;
}
.dfy-panel .grid .gridjs-wrapper {
  border-radius: 2px;
}
.dfy-panel .grid .gridjs-wrapper .gridjs-table {
  width: 99.5%;
}
.dfy-panel .grid .gridjs-wrapper .gridjs-th {
  font-size: 0.85rem;
  text-align: center;
  padding: 1px 0 1.9px 0;
  color: #2f472f;
}
.dfy-panel .grid .gridjs-wrapper .gridjs-td {
  font-family: "Inconsolata", monospace;
  font-size: 0.9rem;
  text-align: center;
  padding: 1.9px 0;
}
.dfy-panel .grid .gridjs-wrapper .gridjs-td[data-column-id=name], .dfy-panel .grid .gridjs-wrapper .gridjs-td[data-column-id=player] {
  font-family: initial;
}
.dfy-panel .grid .gridjs-wrapper .gridjs-td[data-column-id=weather] {
  font-size: 85%;
  letter-spacing: -0.3px;
}
.dfy-panel .grid .gridjs-wrapper button.gridjs-sort {
  width: 11px;
  opacity: 0.39;
  margin-top: -2.5px;
}
.dfy-panel#anlyz, .dfy-panel#hstry, .dfy-panel#rsltz, .dfy-panel#slshn {
  display: none;
}
