body {
    padding-top: 80px;
    background: #efefef;
    font-size: 1rem;
}

@media (min-width: 577px) {
    .sub-container h5 { font-size: 1.5625rem; }
}

.container {
    background-color: #fff;
    min-height: 93%;
    padding: 0px 0px;
    margin: 0 auto;
}

.sub-container {
    padding: 5% 10%;
}

.main-header {
    padding: 1.25rem 1rem 1.1rem 2%;
    margin: 0;
    background: #fff;
    color: #111827;
    line-height: 1.2;
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    border-bottom: 1px solid #e5e7eb;
    position: static;
    top: 80px;
    z-index: 100;
    transition: none;
}
.main-header--shrunk {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.header-title { font-weight: 600; }
.header-date  { font-weight: 300; color: #6b7280; font-size: .85em; }

h1 {
    font-weight: 300;
}

h2,
h3,
h4 {
    margin-bottom: 2.5em;
    font-weight: 200;
}

h5 {
    margin-top: 2.5em;
    margin-bottom: .5em;
    /* font-weight: 200; */
}

ul {
    list-style-type: none;
}

.navbar {
    line-height: 1.5;
    color: white;
    background-color: #111827;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.red {
    color: red;
}

.nav-item {
    margin: 0em .75em;
}

.nav-link {
    color: white;
}

.nav-link--active {
    color: white !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.navbar-toggler {
    font-size: 2rem;
}

.navbar-logo {
    margin: 0 2rem 0 0;
    filter: invert(1);
    height: 38px;
}
.navbar.fixed-top {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.navbar {
    box-shadow: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0em;
    border: 0px;
    border-radius: 0em;
}

.dropdown-item {
    line-height: 2em;
}

.search-bar {
    display: flex;
    float:right;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

li {
    margin: 1em 0em;
}

.user-info {
    margin: 0px 5px 0px 0px;
}

.nav-desktop-user {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
}

.avatar {
    height: 2em;
}

.inline-icon {
    margin: 0em .5em 0em 0em;
}


/* FORMS */
form .row {
    margin-bottom: 20px;
}

input[type="text"] {
    width: 90%;
}

.form-fields {
    margin: 0 1em;
}

.btn-login {
    margin-right: 1em;
}

.btn {
    border-radius: 0em;
}

div.button-tray {
    margin-top: 3em;
}

div.button-tray-top {
    margin-bottom: 3em;
}

/* TABLE STYLES */
.styled-table {
    border-collapse: collapse;
    /* margin: 2em 0; */
    /* min-width: 4em; */
    width: 100%;
}

.styled-table thead tr {
    color: #272727;
    text-align: left;
}

.styled-table th {
    padding: 12px 12px;
    font-weight: normal;
    /* font-style: oblique; */
    border-bottom: 1px solid #d7d7d7;
}

.styled-table td {
    padding: 20px 10px;
    font-weight: normal;
    font-size: smaller;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:hover {
    cursor: pointer;
    opacity: 40%;
}