.btn-group-xs>.btn,
.btn-xs {
    padding: .17rem .40rem;
    font-size: .975rem;
    line-height: .25;
    border-radius: .1rem;
}

.pitch {
    cursor: pointer;
    border: 1px dotted rgb(98, 98, 98);
    margin: 2.5px;
    height: 25%;
}
.noPitch {
    cursor: inherit;
    border: 1px dotted inherit;
    margin: 2.5px;
    height: 25%;
}

.pitchTitle {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.resultEntered {
    background-color: #adffc0;
}