.inline-flex    { display: inline-flex;}
.justify-end    { justify-content: flex-end; }
.mobile         { display: block; }
.desktop        { display: none; }
.info-table.min-padding .body{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

@media screen and (min-width: 640px) {
    .mobile         { display: none; }
    .desktop        { display: block; }
}