#dashboard .modal-row{
    font-size: 11px;

    width: 100%;
    max-width: 80px;

    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap:3px;

    box-shadow: 0 0 2px rgba(0, 0, 0, 0.27);
}

#dashboard .modal-row .modal-cell{
    width: 100%;

    text-align: center;
}

#dashboard .modal-row .modal-cell:first-child{
    font-weight: 600;
}