.info-collapsed{
	cursor: default;
	box-shadow:0 1px 7px rgba(0,0,0,.4);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 36px;
	height: 36px;
	background: url(https://www.htze.de/img/mini_icon/32x32/information.png) no-repeat center center #f8f8f9;
	}
.info-expand{
	cursor: default;
	box-shadow:0 1px 7px rgba(0,0,0,.4);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(235, 235, 240, 0.8);
	padding: 1px;
	}
