#citations-count, #top-cited-citations-count {
    display: grid;
/*    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 2fr; */
    text-align: left;
    font-weight: bold;
    margin-top:10px;
}
#top-cited-citations-count {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 2fr;
}

#citations-count, #citations-list, #totalCount, #crossrefCount, #scopusCount, #wosCount, #spuCount, #pmcCount {
    display: none;
}

.citations-container .badge_total, #top-cited-citations-count .badge_total {
    display: inline-block;
    padding: .25em .4em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    border-radius: .25rem;
    background-color: #646464;
    color: #fff;
    margin-left: 5px;
}

#citations-count img, #top-cited-citations-count img {
    width: 90%;
    max-width: 50px;
}

#citations-list {
    margin-top: 30px;
}

#citations-list > div {
    margin: 15px 5px;
}

#citations-list a {
    overflow: hidden;
    white-space: nowrap;
}

#citations-list img {
    max-width: 80px;
}

#citations-table tr {
    margin: 0;
}

#citations-loader {
    margin: auto;
    z-index: 1;
    width: 50px;
    height: 50px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#citations-list .csl-bib-body .csl-entry {
    margin-bottom: 1em;
}
#citations-list .csl-bib-body .csl-entry .csl-left-margin {
    display: inline;
    margin-right: 1em;
}
#citations-list .csl-bib-body .csl-entry .csl-right-inline {
    display: inline;
}
.citationListLinks a img {
    height: 0.9em;
}