.single-value-list {
    padding: 10px 2px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.padding-top {
    padding-top: 12px;
}

.percent-value {
    border-radius: 1rem;
}

.percent-value div {
    height: .5rem !important;
}

.font-large {
    font-size: 1rem;
}

.font-x-large {
    font-size: 1.5rem;
}

.font-xx-large {
    font-size: 3rem;
}

.font-bold {
    font-weight: bold;
}

.single-value-item {
    margin: 0 1vw;
}