.history_container {
    margin: 6.25rem auto;
}
@media screen and (max-width:63.9375rem) {
    .history_container {
        margin: 1.875rem 0.5rem;
    }
}
@media screen and (min-width:64rem) and (max-width:119.9375rem) {
    .history_container {
        width: 54rem;
    }
}
@media screen and (min-width:120rem) {
    .history_container {
        margin: 6.25rem 0;
    }
}

.period {
    display: flex;
    margin-bottom: 1.875rem;
}
@media screen and (max-width:63.9375rem) {
    .period {
        display: block;
        margin-bottom: 0.625rem;
        font-size: 0.875rem;
    }
}

.seperator {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 1.875rem;
}
@media screen and (max-width:63.9375rem) {
    .seperator {
        margin-bottom: 0.675rem;
    }
}

.period .time {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: right;
    width: 8rem;
    margin-right: 3.125rem;
}
@media screen and (max-width:63.9375rem) {
    .period .time {
        font-size: 0.875rem;
        text-align: left;
        width: 100%;
        margin-bottom: 0.675rem;
    }
}

.period .data {
    font-size: 1.125rem;
    text-align: left;
    width: calc(100% - 12rem);
}
@media screen and (max-width:63.9375rem) {
    .period .data {
        width: 100%;
        font-size: 0.875rem;
    }
}