#albumInfo {
    overflow: auto;
    margin-top: 60px;
}

.albumImage {
    float: left;
    width: 280px;
    height: 280px;
    object-fit: contain;
    margin-right: 20px;
}

/* Album adatai */

.albumDetails {
    float: left;
    min-width: 450px;
    width: calc(100% - 280px - 20px);
}

.albumDatas {
    height: 200px;
}

.albumLabel {
    color: #777;
    font-size: 25px;
    margin-bottom: -15px;
}

.albumName {
    font-size: 45px;
    font-weight: bold;
    color: #000;
}

.eloadoName {
    font-size: 33px;
    font-weight: bold;
    color: #777;
}

/* Album streamek és megjelenés */

.albumStats {
    height: 80px;
    overflow: auto;
}

.streamCounter {
    float: left;
}

.releaseDate {
    float: right;
}

.statLabel {
    color: #777;
    font-weight: bold;
    font-size: 25px;
}

.statData {
    color: #000;
    font-size: 25px;
    font-weight: bold;
}

/* Interaktív Világtérkép */

.left-table-container {
    width: 40%;
    float: left;
}

.right-worldmap-container {
    width: calc(60% - 50px);
    float: right;
    padding-top: 120px;
    margin-bottom: 20px;
}

#orszagok {
    overflow: auto;
}

#svgMap .svgMap-map-wrapper {
    background-color: white;
}

/* Responsive design */

@media only screen and (max-width: 990px) {
    #albumInfo {
        text-align: center;
    }

    .left-table-container {
        width: 100%;
        float: none;
    }

    .right-worldmap-container {
        width: 100%;
        float: none;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 990px) {
    #albumInfo {
        text-align: center;
    }

    .albumImage {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .streamCounter,
    .releaseDate {
        float: none;
    }

    .albumStats {
        height: auto;
        width: 100%;
        margin-top: 30px;
    }

    .albumDetails {
        min-width: auto;
        height: auto;
        width: 100%;
    }

    .albumDatas {
        height: auto;
    }
}