body {
    background: #fafafa;
    color: #333333;
    margin-top: 0rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #444444;
}

ul {
    margin: 0;
}

.bg-steel {
    background-color: #5f788a;
}

.site-header .navbar-nav .nav-link {
    color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
    font-weight: 500;
}

.site-header-icon {
    font-size: 1.5rem;
    color: #ffffff;
}

.content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.article-title {
    color: #444444;
}

a.article-title:hover {
    color: #428bca;
    text-decoration: none;
}

.article-content {
    white-space: pre-line;
}

.article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
}

.article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
    color: #333;
    text-decoration: none;
}

.article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
}

.account-heading {
    font-size: 2.5rem;
}

.profile-img {
    width: 85px;
    height: 85px;
    object-fit: cover; /* Ensures the image covers the area without distorting aspect ratio */
    border-radius: 50%; /* Makes the image circular */
}

th.asc {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%2382888e%22%20class%3D%22bi%20bi-sort-down-alt%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20d%3D%22M3.5%203.5a.5.5%200%200%200-1%200v8.793l-1.146-1.147a.5.5%200%200%200-.708.708l2%201.999.007.007a.497.497%200%200%200%20.7-.006l2-2a.5.5%200%200%200-.707-.708L3.5%2012.293zm4%20.5a.5.5%200%200%201%200-1h1a.5.5%200%200%201%200%201zm0%203a.5.5%200%200%201%200-1h3a.5.5%200%200%201%200%201zm0%203a.5.5%200%200%201%200-1h5a.5.5%200%200%201%200%201zM7%2012.5a.5.5%200%200%200%20.5.5h7a.5.5%200%200%200%200-1h-7a.5.5%200%200%200-.5.5%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll right 0.4em;
    /* background-color:#f9f; */
}
th.desc {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%2382888e%22%20class%3D%22bi%20bi-sort-up%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20d%3D%22M3.5%2012.5a.5.5%200%200%201-1%200V3.707L1.354%204.854a.5.5%200%201%201-.708-.708l2-1.999.007-.007a.5.5%200%200%201%20.7.006l2%202a.5.5%200%201%201-.707.708L3.5%203.707zm3.5-9a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5M7.5%206a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zm0%203a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1zm0%203a.5.5%200%200%200%200%201h1a.5.5%200%200%200%200-1z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll right 0.4em;
    /* background-color:#f9f; */
}

#sidebar-nav {
    width: 160px;
}
