body {
	margin: 10px auto !important;
}

div.recommendation {
	float: right;
	margin: 20px -30px 30px 0;
	min-width: 230px;
	overflow: hidden;
	width: calc(92% + 46px);
}

div.recommendation > h3 {
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	border-bottom-left-radius: 3px;
	border-right: 0;
	border-top-left-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
	min-width: calc(100% + 30px);
	padding: 8px 10px;
	position: relative;
	text-decoration: none;
}

div.recommendation > h3.clicked {
	background-color: #7aa9d0 !important;
	border-bottom-left-radius: 0px;
}

div.recommendation > h3:hover {
	background-color: #efefef;
}

div.recommendation > div {
	background-color: #d9edf7;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 0;
	display: none;
	margin-bottom: 5px;
	margin-top: -5px;
	padding: 5px 15px;
}

div.recommendation > h3 > span.arrow {
	color: #ccc;
	padding-right: 7px;
	text-align: center;
	top: 2px;
	width: 20px;
}

div.recommendation > div > div > p {
	margin: 10px 15px;
}

div.recommendation > div > div > p:last-child {
	margin: 5px 15px 10px 15px;
}

div.recommendation > div > div > p:first-child {
	margin: 15px 15px 10px 15px;
}

div.recommendation > div > div > table {
	margin: 15px 15px;
}

img#esf-logo {
	margin: 40px 5%;
	width: 750px;
}

img#tud-logo {
	margin: 40px 5%;
	height: 80px;
}

table#postAddress tbody tr td {
	vertical-align: top;
}

ul {	
	margin-top: 1em;
}

ul > li {
	line-height: 2em;
	list-style-image: url("../images/bullet-layer.svg");
	padding-left: 4px;
}