:root {
    --the-blue: #0A437A;
    --the-orange: darkgoldenrod;
    --the-almost-white: #f5f5f5;
}

.popover>.arrow {
    display: none !important;
}

.popover {
    font-family: 'Lato' !important;
    background-color: #222 !important;
    color: #fff !important;
    border-radius: 10px;
    font-size: 1rem !important;
    padding: 8px !important;
    opacity: 0.9 !important;
}

.popover-title {
    font-size: 1.3em !important;
    letter-spacing: 1pt;
    text-transform: lowercase;
    margin-bottom: 0;
    font-weight: bold;
    background-color: #222 !important;
    color: #aaa !important;
    border: 0 !important;
    margin: 0 !important;
}

.popover-body {
    color: #fff !important;
    font-size: 2em !important;
    margin: 0 !important;
}

.artist-title {
    font-size: 180%;
    font-weight: 600;
}

.breadcrumbs-no-padding {
    padding-bottom: 0;
}

.no-padding-no-margin {
    padding: 0;
    margin: 0;
}

#artist-chart {
    width: 100%;
    height: 210px;
}

.chart-tooltip {
    position: absolute;
    pointer-events: none;
    font-family: sans-serif;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    font-family: Lato;
    font-size: 9pt;
    font-weight: 500;
    color: #777;
    line-height: 1.2;
}

.chart-header {
    font-weight: bold;
    margin-bottom: 20px;
}

.artist-stats {
    margin-top: 12px;
    margin-left: 20px;
}

.artist-awards {
    margin-top: 16px;
    /* margin-bottom: 44px; */
    /* width:100%; */
    /* display: table; */
    position: relative;
    vertical-align: middle;
}

.artist-awards>span>span.number {
    color: var(--the-blue);
    font-weight: bold;
    vertical-align: middle;
    margin-right: 14px;
    margin-left: 2px;
}

.number-lg {
    font-family: 'Comfortaa';
    color: var(--the-blue);
    font-size: 2em;
}

.artist-number-one {
    margin-top: 24px;
    line-height: 1.7em;
}

.times-sm {
    margin-left: 8px;
    font-weight: 600;
    font-size: 0.9em;
}

.times-in-list {
    margin-top: 16px;
    font-size: 0.9em;
    font-weight: 600;
}

.trophies {
    margin: 6px 0 0 -10px;
}

.trophies>img {
    padding: 8px;
}

ul.nav {
    margin-top: 16px;
}

ul.nav.nav-tabs {
    border: 0;
    border-bottom: 1px solid var(--the-blue);
}

ul.nav.nav-tabs>li {
    margin-right: 4px;
    border: 0;
    font-size: 11pt;
    border: 0;
    border-radius: 0px;
}

ul.nav.nav-tabs>li>a {
    border-radius: 0;
    /* font-family: Lato !important; */
    font-weight: 900;
    font-size: 8pt;
    text-transform: uppercase;
    padding-top: 10px;
    padding-right: 9px;
    padding-bottom: 10px;
    padding-left: 9px;
}

ul.nav.nav-tabs>li:not(.active):hover>a {
    border-bottom: 2px solid var(--the-blue);
}

ul.nav.nav-tabs>li.active>a {
    background-color: var(--the-blue);
    color: #fff;
    margin-right: 10px;
    border-bottom: 3px solid var(--the-blue)
}

ul.nav.nav-tabs>li.active:hover>a {
    background-color: var(--the-blue);
    color: #fff;
    margin-right: 10px;
    border-bottom: 3px solid var(--the-blue);
}

ul.nav.nav-tabs>li.active>a:focus {
    background-color: var(--the-blue);
}

ul.nav.nav-tabs>div.tab-content {
    border-top: 2px solid var(--the-blue);
    border-bottom: 3px solid var(--the-blue);
    padding-top: 10px;
    padding-bottom: 10px;
}

table.top_items td:nth-child(n+2) {
    max-width: 180px;
}

table.top_items thead>tr>th:nth-child(n+3),
tbody>tr>td:nth-child(n+3) {
    width: calc((100% - 180px) / 3);
}

table.top_items>thead {
    background-color: var(--the-almost-white);
}

table.top_items>thead>tr>th {
    color: var(--the-blue);
    border-bottom: 2px solid var(--the-blue);
    text-transform: uppercase;
    font-size: 8pt;
    font-weight: bold;
    margin-bottom: 9px;
    vertical-align: middle;
}

table.top_items>tbody>tr>td {
    font-size: 10pt;
    color: var(--the-blue);
    vertical-align: middle;
    padding: 4px;
    border: 0;
    border-bottom: 1px dotted #999;
}

table.top_items>tbody>tr>td>img {
    margin: 2px 4px 2px 0px;
}

table.top_items>tbody>tr:hover>td {
    background-color: #f5f5f5;
    cursor: pointer;
}

table.top_items>thead>tr>th:nth-child(n+3) {
    text-align: center;
}

table.top_items>tbody>tr>td:nth-child(n+3) {
    text-align: center;
}

table.stats {
    font-family: 'Comfortaa';
    /* Comfortaa Amaranth */
    width: 100%;
}

table.stats>tbody>tr>td {
    padding: 8px;
    margin-top: 2px;
    height: 100px;
    border: 0px;
    font-weight: bold;
    text-align: center;
    font-size: 20pt;
    color: var(--the-blue);
    width: 33.33%;
}

table.stats>tbody>tr>td:nth-child(-n+2) {
    border-right: 1px dotted #999;
}

table.stats>tbody>tr:nth-child(1)>td {
    border-bottom: 1px dotted #999;
}

table.stats>tbody>tr:nth-child(2)>td {
    border-bottom: 2px solid var(--the-blue);
}

table.stats>tbody>tr>td>div {
    font-size: 8pt;
    color: darkgoldenrod;
    margin-top: 8px;
    text-transform: uppercase;
}

.stats-box {
    height: 100px;
    border: 1px solid #eee;
    background-color: #fefefe;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px;
    text-align: center;
    font-size: 20pt;
    color: var(--the-blue);
}

.stats-box:hover {
    background-color: #f5f5f5;
}

.stats-box>span {
    font-size: 8pt;
    color: var(--the-orange);
    margin-top: 8px;
    text-transform: uppercase;
    line-height: 1.1;
}

.artist-awards-container {
    margin-bottom: 48px;
}

table.awards {
    margin-top: 16px;
    width: 100%;
    font-size: 80%;
    /* table-layout: fixed */
}

table.awards>thead {
    background-color: #f5f5f5;
}

table.awards>thead>tr>th {
    border-top: 1px solid var(--the-blue);
    border-bottom: 2px solid var(--the-blue);
    text-transform: uppercase;
    font-size: 8pt;
    font-weight: bold;
    color: var(--the-blue);
    margin-bottom: 9px;
    padding: 3px;
}

table.awards tbody td:first-child {
    width: auto;
    position: relative;
}

table.awards>tbody>tr>td:first-child img {
    margin-top: 10px;
}

table.awards>tbody>tr>td {
    border-collapse: separate;
}

table.awards>tbody>tr {
    flex: 1;
    vertical-align: middle;
    border-collapse: separate;
    border-bottom: 1px dotted #ccc;
}

table.awards>tbody>tr>td:last-child {
    padding-top: 20px;
}

table.awards>tbody>tr>td>div {
    margin-top: 22px;
    margin-bottom: 8px;
    margin-left: 4px;
    font-size: 8pt;
}

table.awards>tbody>tr:hover>td {
    background-color: #f5f5f5;
}

img.award-icon {
    position: absolute;
    width: 24px;
    height: 24px;
}

.artist-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: .75rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 10px 10px 10px;
}

@media only screen and (max-width: 760px) {
    .artist-stats {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 1fr);
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px 20px 0px 20px;
    }
}

.tab-content {
    border-bottom: 2px solid var(--the-blue);
}

.awards-container {
    margin-top: 48px;
}

.artist-href {
    color: #fff;
}

.artist-href:hover {
    color: var(--the-almost-white);
}

.no-records {
    text-align: center;
}

.no-records>td {
    padding-top: 20px;
    cursor: default;
}

div.artist-no-records {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 11pt;
}