.body-class {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    background-color: #bfffe0;
}
  
.body-class hr {
    border: 0;
    height: 1px;
    width: 600px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0));
}

.tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.infoText {
    text-align: center;
    width: 800px;
}

.nameEntry {
    margin: 0 32px;
}

.displayTimes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.runnerTimes {
    margin: 24px 32px 24px;
}

table {
    border-collapse: collapse;
    margin-bottom: 16px;
}

td, th {
    border: 1px solid #8cbfa6;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #8cbfa6;
}

.timeResults {
    font-size: 20px;
}

.timeKeyInfo {
    font-weight: bold;
}

.timeEntries {
    margin: 24px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.runnerTimeEntry {
    margin: 0 120px;
    text-align: center;
}

.splitCounterText {
    margin-top: 16px;
}

.addSplitText {
    margin-bottom: 8px;
}

.calculatorPanel {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 24px;
}

.calculatorElements {
    margin-top: 16px;
}

.downloadCsvButton {
    margin-top: 16px;
}

.newRaceButton {
    margin: 16px 0;
}

.credits {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  