p {
    margin: 5%;
    margin-top: 2%;
}

.rekordBox {
    width: auto;
    height: auto;
    margin: 5%;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
}

.rekordBox_head {
    font-size: 2vw;
    text-align: center;
    background-color: rgb(189, 189, 189);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rekordBox_item {
    font-size: 1.2vw;
    text-align: center;
    width: 100%;
    height: 1.2vw;
    min-height: 10px;
    display: flex;
    flex-direction: row;
    border-bottom-style: solid;
    border-width: 1.8px;
}

.rekordBox_name {
    width: 100%;
    margin-left: 20%;
    border-right-style: solid;
    border-right-width: 1.8px;
}

.rekordBox_time {
    width: 100%;
    border-right-style: solid;
    border-right-width: 1.8px;
}

.rekordBox_date {
    width: 100%;
    margin-right: 20%;
}

.noBorder {
    border-style: none;
}

@media (max-width: 1020px) {
    .rekordBox_head{
        font-size: 6vw;
    }
    .rekordBox_item{
        font-size: 5vw;
        height: 5vw;
    }

    .rekordBox_name, .rekordBox_date{
        margin: 0px;
    }
}