.glossary-list {
	margin-right: 50px;
	list-style-type: none;
	-webkit-column-width: 250px;
	   -moz-column-width: 250px;
		-ms-column-width: 250px;
			column-width: 250px;
}
.glossary-list li:before {
	content: none;
}
@media only screen and (max-width: 610px) {
	.glossary-list {
		margin-right: 0;
	}
}

div.glossary-overview {
	background: #f3f3f3;
	text-align: center;
	margin-bottom: 2em;
}
.glossary-overview a {
	display: inline-block;
	padding: 0.25em 0.3em 0.25em 0.3em;
	white-space: nowrap;
	color: #373637;
	width: 20px;
	text-align: center;

	@media only screen and (min-width: 1200px) {
		padding: 0.25em 0.35em 0.25em 0.35em;
	}
}
.glossary-overview a:hover {
	background-color: #fbfbfb;
	/*color: #FF5059;*/
}




.top-link {
	font-size: 0.5em;
	margin-left: 0.25em;
	position: relative;
	top: -0.25em;
	padding: 0.15em 0.5em;

	width: 2em;
    background: url('/files/compart/code/images/arrow-up-red.svg') no-repeat left center;
    margin-left: 1em;
    background-size: 1.2em;
}

.top-link span {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	margin-left: 1.3em;
	position: relative;
	top: -0.1em;

	max-width: 0;
	opacity: 0;

	overflow: hidden;
	-webkit-transition: max-width 0.4s, opacity 0.4s;
	   -moz-transition: max-width 0.4s, opacity 0.4s;
		-ms-transition: max-width 0.4s, opacity 0.4s;
		 -o-transition: max-width 0.4s, opacity 0.4s;
			transition: max-width 0.4s, opacity 0.4s;
}

.top-link:hover {
	background-image: url('/files/compart/code/images/arrow-up-blue.svg');
}
.top-link:hover span {
	max-width: 200px;
	opacity: 1;
}


@media only screen and (max-width: 560px) {
/*	div.glossary-overview.floating {
		padding: 0.25em 0;
		margin-bottom: 0.5em;
	}
	div.glossary-overview.floating a {
		display: inline-block;
		padding: 0;
		width: 2.5em;
		height: 2.5em;
		line-height: 2.5em;
		text-align: center;
		vertical-align: middle;
	}*/


	h2.glossary-char {
		text-align: center;
		font-size: 5em;
	}

	.glossary-list {
		margin: 0;
	}

	.glossary-list li {
		padding: 0;
		margin: 0;
	}

	.glossary-list li a {
		display: block;
		padding: 7px 17px;
	}

	.top-link {
		background-size: 1em;
	}

	.top-link span {
		display: none;
	}
}



