#progress-screen {
    display: none;
}
#progress {
    width: 80%;
    max-width: 400px;
    height: 80%;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    overflow: auto;
    text-align: center;
}
#button-progress-close {
    font-size: 17px;
    background-color: #5900FF;
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
}
#progress-table {
    height: 100%;
    width: 100%;
}
#progress-container {
    height: 75%;
    overflow: auto;
}
.progress-category-row {
    display: none;
}
.progress-category-icon{
    width: 28px;
}

.progress-category-icon-td {
    width: 30px;
}

#progress-player-table td {
padding: 5px;
}


@media (orientation: landscape) {
    #gallery,#achievements,#leaderboard, #progress, #challenges, #suggest, #user-support, #element-dictionary {
        width: 50%;
        height: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
}