.everyStreamTitle {
    margin-left: 60px;
    margin-top: 100px;
    font-weight: bold;
}

.topTitle {
    font-weight: bold;
}

.table {
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
}

.page-link:hover {
    background-color: #e9ecef;
}

.toplist-table-container,
#orszagok {
    margin-top: 60px;
}

table.toplist {
    font-size: 20px;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    outline: 1px solid #edf2f9;
}

table.toplist thead {
    font-size: 20px;
}

table.toplist tbody td {
    height: 75px;
    vertical-align: middle;
    align-content: center;
}

table.toplist thead th {
    font-weight: 800;
    vertical-align: middle;
}

table.toplist tbody td[data-playlist-uri^="spotify:playlist:"]::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/1/19/Spotify_logo_without_text.svg/2048px-Spotify_logo_without_text.svg.png);
}

table.toplist thead .index {
    width: 30px;
}

/*table.toplist thead tr th:nth-of-type(3),
table.toplist thead tr th:nth-of-type(4) {
    width: 200px;
}*/

table.toplist .image {
    width: 75px;
}

table.toplist .image img, table.toplist .image *[type="image/png"] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

table.toplist .tops-table-tool {
    color: black;
    text-decoration: none;
}

table.toplist .tops-table-tool:hover {
    color: #777;
}

table.toplist .title {
    width: 100%;
}

[data-clickable-href] {
    cursor: pointer;
}

th[data-tablesorter-key] {
    cursor: pointer;
}

th[data-tablesorter-key]::before {
    content: "⯆";
}

th[data-tablesorter-key].flipped::before {
    content: "⯅";
}

th[data-tablesorter-key].processing::before {
    content: "┅ ";
}

th[data-tablesorter-key].processing {
    color: #666;
}

.streamChartDateDropdown {
    float: right;
}

.pagination .page-link {
    cursor: pointer;
    user-select: none; /* Prevent selection on continous clicking. */
}

.btn.btn-primary {
    background-color: #6c82ff;
}

@media only screen and (max-width: 990px) {
    table.toplist {
        font-size: 20px;
    }

    table.toplist thead {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    table.toplist {
        font-size: 15px;
    }

    table.toplist thead {
        font-size: 15px;
    }

    /*table.toplist thead tr th:nth-of-type(3),
    table.toplist thead tr th:nth-of-type(4) {
        width: 50px;
    }*/

    table.toplist .image {
        width: 0;
    }

    table.toplist .image img {
        display: none;
    }
}