table tbody tr td img {
    height: 70px;
}

td,
th {
    min-width: 120px;
}

.nav-item .nav-link {
    border-bottom: 2px solid #9b9d9e;
    padding: 12px 12px;
}

@media (min-width: 768px) {
    .vh-md-100 {
        height: 100vh !important;
    }
}