#sequence-input {
    grid-column: span 3;
    background-color: #aedae4;
    padding: .25rem;
}

#pitches-info {
    align-self: center;
}

button {
    width: 100%;
}

table {
    grid-column: 2;
    text-align: left;
    border: none;
    border-collapse: collapse;
}

thead {
    background-color: #aedae4;
}

tbody > tr:nth-child(even) {
    background-color: #aedae44b;
}