body {
    background-image: url('../img/leaderboard.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #e9e4f0;
}
header.fs-navbar {
    position: absolute;
    border-bottom: 1px solid #fdfdfd;
    width: 100%;
	z-index: 999;
}
header .play-button {
    background: url('../img/music.png') no-repeat center center;
    background-size: contain;
}
section {
    padding: 100px 0 100px 0;
    text-align: center;
    position: relative;
    min-height: 100vh;
}
section .page-title h1 {
    color: #787272;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 100;
}
ul.nav.nav-tabs {
    border: 0 !important;
}
.nav-tabs li button {
    position: relative;
    background: #787272 !important;
    border-radius: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 30px;
    margin-right: 7px;
}
.nav-tabs li button.active {
    background: #6787c1 !important;
}
.nav-tabs li button:before {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #fff;
}
.tab-pane {
    position: relative;
    padding: 10px 3px 10px 10px;
    border: 1px solid #787272;
    margin-top: 20px;
}
.table-container {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 3px;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    padding: 10px;
    border: 1px solid #ddd;
}
.table-container::-webkit-scrollbar {
    width: 2px !important;
}
.table-container::-webkit-scrollbar-thumb {
    background-color: #787272;
    border-radius: 2px;
}
.table-container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
td {
    color: #fff;
    padding: 5px;
}
td img {
    height: 30px;
    width: auto;
}
tr {
    background: #8a898b;
}
td:first-of-type {
    color: #555555;
    font-weight: bold;
    font-family: spinweradC;
    font-size: 24px;
    padding-top: 0px;
}
tr:first-of-type {
    background: #2F3161;
    background: linear-gradient(125deg, rgba(47, 49, 97, 1) 0%, rgba(65, 49, 99, 1) 100%);
}
tr:nth-of-type(2), tr:nth-of-type(3) {
    background: #5b5b74;
}
.corner-tl, .corner-tr, .corner-bl, .corner-br {
    width: 20px;
    position: absolute;
}
.corner-tl {
    left: -10px;
    top: -3px;
}
.corner-tr {
    right: -8px;
    top: -6px;
    rotate: 120deg;
}
.corner-br {
    right: -10px;
    bottom: -3px;
    rotate: 180deg;
}
.corner-bl {
    left: -10px;
    bottom: -5px;
    rotate: 310deg;
}
.biker {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
    width: 800px;
    z-index: -1;
}
@media (max-width: 991px) {
    .biker {
        display: none;
    }
    ul.nav.nav-tabs {
        justify-content: center;
    }
    section .page-title h1 {
        margin-bottom: 20px;
    }
}