body {
    background: #f5f5f5;
}

.table td,
.table th {
    vertical-align: middle;
}

/* Mobile */
@media (max-width: 768px) {

    h1 {
        font-size: 1.5rem;
    }

    .btn {
        min-height: 44px;
    }

    .table {
        font-size: 0.9rem;
    }

    .table td,
    .table th {
        white-space: nowrap;
    }
}