.measureUnit {
    font-size: 70%;
    white-space: nowrap;
}

.measureUnit.grey {
    background-color: grey;
    color: white;
    border-radius: 2px;
    padding: 2px;
    border: grey;
}

.measureUnit.red {
    background-color: rgb(139, 63, 63);
    border-radius: 2px;
    color: white;
    border: rgb(139, 63, 63);
    padding: 2px;
}

.measureUnit.orange {
    color: black;
    background-color: orange;
    border: orange;
    padding: 2px;
}

h5 span.header {
    font-size: 1.25rem;
    font-weight: 500;
    display: inline;
}