/**
 *
 * Reldens - Styles - Scores
 *
 */


.scores-dialog-box {
    min-width: 160px;
    top: 260px;
    right: 360px;
}

@media (max-height: 400px) {

    .scores-dialog-box {
        top: 50px;
    }

}

.scores-open {
    position: relative;
    top: 370px;
    right: 60px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    max-width: 40px;
}

.scores-content {
    flex-direction: column;

    h3 {
        text-align: center;
    }

    .scores-table {
        padding: 1rem 2rem 2rem;
    }

    .score-container {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.5rem;
    }
}
