.citations-count {
    display: grid;
    /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
    text-align: center;
    font-weight: bold;
}

.citations-count > div {
    display: none;
}

.citations-container .badge_total {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #646464;
    color: #fff;
}

.citations-count img {
    width: 90%;
    max-width: 200px;
}

.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);
    }
}.most-viewed-author {
	font-size: 13px;
	min-width: 100%;
	display: grid;
	grid-template-columns: 1fr fit-content(250px);
}

.most-viewed-title a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 50px;
}

.most-viewed-content:not(:last-child) {
	/*border-bottom: 1px solid rgba(0, 0, 0, .125);*/
	margin-bottom: 20px;
}

.most-viewed-content .most-viewed-subtitle {
	margin-bottom: 5px;
}

.most-viewed-author > div:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.most-viewed-headline {
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
	font-family: Lato, sans-serif;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.54);
}

.page_index_journal > .most-viewed{
	margin-bottom: 20px;
}
