body {
	background-color: #F4F4F4 !important;
	max-width: inherit;
}

.container {
	display: inline-block;
	height: 4em;
	width: 4em;
	position: relative;
	border: 3px solid green;
}

.pub-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pub-links {
	text-decoration: none;
	margin: 0em;
	padding: 0em;
	border: none;
	height: 2em;
	width: 2em;
	display: inline-block;
}

.inverted {
	filter: invert(100%);
}

.pub-title {
	font-weight: bold;
}

.pub-year-header {
	color: #639A00; /* TU-Web-Green 100 */
	font-size: 1.5em;
	font-weight: bold;
}

.pub-icons {
	height: 1.5em;
	width: 1.5em;
	margin: 0em;
	padding: 0em;
}

.pub-br-before-publication {
	content: ""; /* Clears default height */
	display: block; /* Makes it have a width */
	margin-top: 0.5em; /* Change this to specific height */
}

.pub-br-after-publication {
	content: ""; /* Clears default height */
	display: block; /* Makes it have a width */
	margin-top: 0.5em; /* Change this to specific height */
}

.pub-interactables {
	margin: 0em;
	padding: 0em;
	display: block;
}

.pub-interactable {
	min-width: 2em;
	min-height: 2em;
	
	border-color: rgba(255, 255, 255, 100);
	border-radius: 0.5em;
	border-style: solid;
	border-width: 0em;
	
	margin: 0em;
	
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.pub-badges {
	margin: 0em;
	padding: 0em;
}

.pub-badge {
	min-width: 2em;
	height: auto;
	width: auto;
	
	border-color: rgba(255, 255, 255, 100);
	border-radius: 0.5em;
	border-style: solid;
	
	padding: 0.1em 0.1em 0.1em 0.1em;
	
	font-size: 1em;
	text-align: center;
	
	display:inline-block;
}

.bg-tu-web-green-100 {
	background-color: #639A00;
	color: #FFFFFF;
}

.bg-tu-web-green-80 {
	background-color: #91E100;
	color: #FFFFFF;
}

.bg-tu-web-orange-100 {
	background-color: #CA7406;
	color: #FFFFFF;
}

.bg-tu-web-orange-80 {
	background-color: #F89414;
	color: #FFFFFF;
}

.bg-tu-web-orange-60 {
	background-color: #FAAF4F;
	color: #FFFFFF;
}

.bg-tu-black-100 {
	background-color: #000000;
	color: #FFFFFF;
}

.bg-tu-black-60 {
	background-color: #666666;
	color: #FFFFFF;
}

.border-tu-web-green-100 {
	border-color: #639A00;
}

.border-tu-web-green-80 {
	border-color: #91E100;
}

.border-tu-web-orange-100 {
	border-color: #CA7406;
}

.border-tu-web-orange-80 {
	border-color: #F89414;
}

.border-tu-web-orange-60 {
	border-color: #FAAF4F;
}

.border-tu-black-100 {
	border-color: #000000;
}

.border-tu-black-60 {
	border-color: #666666;
}

.pub-collapsible {
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	display: none; /* Hidden by default */
	padding: 1em;
}

.pub-collapsible-content {
	background-color: #fefefe;
	border: 0.25em solid #888;
	margin: 2.5% auto;
	padding: 2em;
	width: 80%;
}

.pub-collapsible-button-bar {
	align-items: center;
	display: flex;
	justify-content: center;
}

.pub-horizontal-seperator {
	height:0em;
	overflow: hidden;
	width: 0em;
}
