div.publications-content {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	/* background-color: yellow; */
	
}

div.publication{	
	/* background-color: red;	 */
	margin-bottom: 10px;
}

.publication a{
	display: inline;
	color: red;
	color: #c80000;
}

.publication h4{
	display: inline;
	font-weight: 500;
	margin-left: 0px;
	/* color: red; */	
}

h4.publication-title {
	font-weight: 650;
}


.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}