/* stylelint-disable selector-max-type, selector-no-qualifying-type, selector-max-compound-selectors, no-descending-specificity, selector-max-attribute, color-hex-case, color-named */
/* reason: must overwrite the third party default behaviour */

/* OVERALL STYLES */

body {
  color: #d3d3d3;
  background: #161616;
}

.header-title {
  background: #0AB2EF;
}

a {
  color: #d3d3d3;
}

.header-title h1 {
  font-size: 20px;
}

table tr td {
  color: #d3d3d3;
  font-size: 14px;
}

table tr td > a {
  color: #d3d3d3;
}

.tab-wrapper.two-tabs ul.tabs li.tab, .tab-wrapper.three-tabs ul.tabs li.tab, .tab-wrapper.four-tabs ul.tabs li.tab, .tab-wrapper.five-tabs ul.tabs li.tab,
.match-timeline,
.tab-wrapper,
.block-spacer,
.sub-header-title,
table thead.fixed-header,
.toplist-options,
.button-wrapper,
.referee-and-attendance-info,
.lineup .team-info {
  background-color: #373737;
}

.tab-wrapper.two-tabs ul.tabs li.tab a, .tab-wrapper.three-tabs ul.tabs li.tab a, .tab-wrapper.four-tabs ul.tabs li.tab a, .tab-wrapper.five-tabs ul.tabs li.tab a {
  text-shadow: none;
  color: #d3d3d3;
}

.tab-wrapper.two-tabs ul.tabs li.tab.active, .tab-wrapper.three-tabs ul.tabs li.tab.active, .tab-wrapper.four-tabs ul.tabs li.tab.active, .tab-wrapper.five-tabs ul.tabs li.tab.active {
  background-color: #6d6d6d;
}

table.zebra thead tr {
  background-color: #161616;
}

table.zebra tr {
  background-color: #373737;
}

table.zebra tr:nth-child(2n) {
  background-color: #525252;
}

ul.teams li.clickable:hover, ul.teams li.clickable:focus, ul.teams li.clickable:active {
  background-color: #373737;
}

.block-header {
  background-color: #161616;
}

@media (min-width: 1024px) {
  .teamstatistics .one-half {
    background: #373737;
  }
  .teamstatistics .one-half .last-five-matches,
  .teamstatistics .one-half .goal-averages,
  .teamstatistics .one-half .biggest-wins,
  .teamstatistics .one-half .biggest-losses {
    background: #373737;
  }

  .teamstatistics .one-half .last-five-matches, .teamstatistics .one-half .biggest-wins {
    border-right-color: #373737;
  }

  .teamstatistics .one-half .goal-averages,
  .teamstatistics .one-half .biggest-losses {
    border-left-color: #373737;
  }
}

/* stylelint-enable */
