
.stats
{
    position: relative;
    min-height: 20vh !important;
    height: 20vh;
    margin-bottom: 5vh;
    box-sizing: border-box;
    border: 1px solid gray;
    border-radius: 5px;
}


.entry
{
    position: absolute;
    bottom: 0px;
    text-align: center;
    background-color: transparent !important;
    margin-left: 2px;
    margin-right: 2px;
    box-shadow: 0px 0px 10px white inset;
}

.value
{
    position: relative;
    top: -20px;
    font-size: small;
}

.date
{
    font-size: small;
    position: absolute;
    bottom: -30px;
    left: -25%;
    transform: rotate(90deg);
}

.subpart
{
    position: absolute;
    width: 100%;
    opacity: 0.5;
}
