h1{
}
.earningsPerTimeframe {
    font-size: 12px;
}

.stop-time {
    font-size: 3rem;
    font-weight: bold;
}

#hours, #minutes, #seconds, #tens {
    display: inline-block;

}

#tens {
    min-width: 50px;
    font-size: 2rem;
    color: #aaa;
}

#earningsSinceStart {
    font-size: 3rem;
    font-weight: bold;
}

.additional-info {
    font-size: 12px;
    color: #aaa;
}

.mt-wrapper {
    background: #fafafa;
    border-radius: 5px;

}

.time-wrapper {
    text-align: center;
}

.earnings-wrapper {
    text-align: center;
}

