﻿a.navbar-brand {
    max-width: 75%;
    overflow: hidden;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #e1e1e1;
}

h1, .h1 {
    font-size: 1.6rem;
}

h2, .h2 {
    font-size: 1.5rem;
}

h3, .h3 {
    font-size: 1.4rem;
}

h4, .h4 {
    font-size: 1.3rem;
}

h5, .h5 {
    font-size: 1.2rem;
}

h6, .h6 {
    font-size: 1.1rem;
}

.row > dt,
.row > dd {
    margin-bottom: 0.5rem;
}

.modal {
    overflow-y: auto;
}