.custom-modal-body {
    overflow-y: auto !important;
}

.olympic-test-results-wrapper {
    background: url("../../images/olympic/bg-mountain.svg") no-repeat top;
    background-size: cover;
    top: 0;
    width: 100%;
}

.olympic-test-results-table {
    background: #ffffffcc;
}

.olympic-test-results-table th,
.olympic-test-results-table td {
    font-family: monospace;
}

.olympic-test-results-table td {
    line-height: 1.2 !important;
    font-size: 14px;
}

.medal-wrapper {
    display: flex;
    padding: 20px !important;
}

.result-wrapper {
    /*padding: 0 !important;*/
    /*display: flex;*/
    /*flex-flow: column;*/
}

.result-wrapper span {
    display: flex;
}

.duration-wrapper {
    font-size: 10px;
}