.instilogo {
	height: 50px;
	filter: grayscale(20%);
}

/*a:hover {
	font-weight: 400;
	text-decoration: none;
	transition-duration: 0.1s;
	transition-timing-function: linear;
	color: #8a0303 !important;
	text-decoration: underline !important;
}*/

/* a {
  display: inline-block;
  position: relative;
  color: #8a0303;
}

a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #8a0303;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
} */

a {
    text-decoration: none;
    background-image: linear-gradient(#8a0303, #8a0303);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}

a:hover {
/* a:hover, a:focus { */
    background-size: 100% 2px;
}

small {
	display: block;
}

.noter {
	font-size: 9pt;
}

.tagsep {
	padding: 4px;
}

.tag {
	padding-right: 2px;
}

.confshort {
	font-weight: 300;
}

.conf {
	display: inline-block;
	padding-bottom: 4px;
}

.paper {
	border-left: 1px solid #ddd;
}

.menulink:hover {
	/* color: #111; */
	color: #8a0303 !important;
}

.profilepic {
	width: 200px;
	border-radius: 30%;
}

@media (min-width: 768px) {
	.fixed-posi {
		/* width: 50%;
			margin-left: 50%;
			min-height:100%; */
		position: fixed;
	}
}

@media only screen and (max-width: 900px) {
	.allstuff {
		padding-top: 0px !important;
	}

	.allstuffp {
		padding-top: 0px !important;
	}

	.profilepic {
		width: 90px;
		border-radius: 30%;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		/* filter: grayscale(100%); */
	}

	.menur {
		padding-top: 18px !important;
	}

}

/* .thisauthor {
		  color: #111;
		  text-decoration: underline;
	} */

div.horizontalgap {
	float: left;
	overflow: hidden;
	height: 10px;
	width: 0px;
}

.highlight-class {
	background-color: #f5e9e9;
	border-radius: 1px;
	padding: 2px;
}
