
html, body {
    font-family: Barlow, sans-serif;
    color: #23232D;
    background-image: url(https://cffv-wp.zsykora.pavlicekjan.cz/wp-content/uploads/2020/10/CFFV20.03-nets-BGD.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    #stats-container > div {
        max-width: 992px;
    }
}

@media (min-width: 960px) {
    #stats-container > div {
        max-width: 1224px;
    }
}

#stats-container {
    background-color: rgba(255, 255, 255, 0.5);
}

#stats-container > div {
    width: 100%;
    margin: auto;
}

*, *:before, *:after {
    box-sizing: inherit;
}

div.block {
    float: left;
    padding: 20px;
}

div.block-5 {
    width: 5%;
}

div.block-10 {
    width: 10%;
}

div.block-15 {
    width: 15%;
}

div.block-16 {
    width: 16%;
}

div.block-20 {
    width: 20%;
}

div.block-25 {
    width: 25%;
}

div.block-30 {
    width: 30%;
}

div.block-33 {
    width: 33%;
}

div.block-35 {
    width: 35%;
}

div.block-40 {
    width: 40%;
}

div.block-45 {
    width: 45%;
}

div.block-50 {
    width: 50%;
}

div.block-55 {
    width: 55%;
}

div.block-60 {
    width: 60%;
}

div.block-65 {
    width: 65%;
}

div.block-66 {
    width: 66%;
}

div.block-70 {
    width: 70%;
}

div.block-75 {
    width: 75%;
}

div.block-80 {
    width: 80%;
}

div.block-85 {
    width: 85%;
}

div.block-90 {
    width: 90%;
}

div.block-95 {
    width: 95%;
}

div.block-100 {
    width: 100%;
}

div.block .header {
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 8px;
    padding-top: 13px;
    padding-bottom: 13px;
}

div.block .header.small {
    padding: 8px;
    padding-left: 20px;
}

div.block .player {
    display: inline-block;
    width: 71%;
}

div.block .player h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.block table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

div.block table th {
    font-size: 18px;
    font-weight: normal;
    padding: 10px 10px;
    text-align: left;
}

div.block .image-player {
    display: inline-block;
    width: 125px;
    float: left;
}

td.match-score {
    text-align: center;
    font-size: 28px;
}

td.match-score span {
    display: inline-block;
    margin-top: 22px;
}

td.match-score img {
    width: 70px;
    height: 70px;
}

td.match-score img.right {
    float: right;
}

td.match-score img {
    float: left;
}

td.match-score:first-child {
    border-right: 1px solid lightgrey;
}

.match-matrix {
    border: hidden;
}

.match-matrix td, .match-matrix th {
    height: 60px;
    text-align: center !important;
    color: #23232D !important;
    font-weight: bold !important;
    border: 1px solid #BBBBBB;
}

.match-matrix th a:hover {
    text-decoration: underline;
}

.golden {
    color: #ffca2a;
}

.player table td {
    height: 39px;
}

.player table {
    margin-top: 11px;
}

.player h3 {
    margin-left: 10px;
}

.player table tr td {
    padding-left: 30px;
}

.player h3 {
    padding-left: 20px;
}

.table-detail td a, .table-detail td a:visited, .table-detail td a:focus {
    color: #AEAEB8;
    font-weight: bold;
}

.table-detail td a:hover {
    color: black;
}

.table-detail td {
    padding: 5px !important;
}

.current-team td, .current-team td a {
    color: black;
    font-weight: bold;
}

td.c, th.c {
    text-align: center !important;
}

.playoff .score {
    position: relative;
    top: -5px;
    display: inline-block;
    font-weight: bold;
}

.playoff th {
    border: 1px solid white;
    font-weight: bold !important;
    color: white;
    text-align: center !important;
    padding: 10px !important;
}

.playoff td {
    border: 1px solid #bbb;
    text-align: center;
    background-color: white !important;
}

.playoff {
  border-collapse: collapse;
}
.playoff tr:first-child th {
  border-top: 0;
}
.playoff tr:last-child td {
  border-bottom: 0;
}
.playoff tr td:first-child,
.playoff tr th:first-child {
  border-left: 0;
}
.playoff tr td:last-child,
.playoff tr th:last-child {
  border-right: 0;
}


td a, td a:visited, td a:hover, td a:focus {
    color: black;
    font-weight: bold;
}

td a:hover {
    text-decoration: underline;
}

div.block table.smallpad td {
    padding: 5px;
}

.teamdetail-matches table td {
    padding: 0px !important;
}

.teamdetail-matches td.match-score {
    width: 50%;
}

.teamdetail-matches table {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.player_image {
    display: none;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 30;
    padding: 2px;
    margin: 2px;
    background-color: white;
    width: 125px;
}

.player_image_container {
    position: relative;
    display: inline-block;
}

.match-number {
    font-size: 10px;
    color: grey;
}

tr.current-match td {
    background-color: rgba(160, 27, 54, 0.5) !important;
}

.uploaded-image {
    max-width: 50%;
    display: block;
    padding: 5px;
    border: 1px solid gray;
    margin: 30px auto;
}
