body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #343a40;
}

.site-messages .list-group-item .details {
    cursor: pointer;
}

.btn.btn-sm {
    font-weight: 700;
}

.nav-link.active {
    background-color: rgba(255,255,255,.1);
}

table th {
    font-weight: bold;
}

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

.customer .table th, .customer .table td {
    padding: 0.5rem;
    vertical-align: middle;
}