.d-none {
    display: none
}

.table tr td {
    font-size: 14px;
}

.mb-3 {
    margin-bottom: 2em;
}

@media (min-width: 1200px) {
    .non-clickable {
        pointer-events: none;
    }
}