html{
     font-size: 0.9375rem /* 15px */
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1.5em !important;
    font-weight: bold;
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 0.85rem;
}

.text-right{
    text-align: right !important;
}

.text-left{
    text-align: left !important;
}

.table thead th{
    border-top: none;
}

.badge{
    font-weight: normal;
    padding: 0.5em;
    font-size: 77%;
}

.navbar-dark .navbar-nav .nav-link{
    color: rgba(255,255,255,.7);
}