.entryTable{
	clear:both;
}

.error{
	clear:both;
}

.entrys th, .entrys td{
	border-bottom:1px solid black;
	padding: 5px;
}

.logo{
	float:left;
	width: 15%;
}

.portalLogo{
	max-height: 200px;
	max-width: 100%;
}

.infoField{
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
}

.infos{
	font-size: large;
	float:left;
	padding-left: 10px;
	width:50%;
}

.statistics{
	float:right;
}

.text-right{
	text-align:right;
}

.even{
	background-color: lightgray;
}