.akkordeonButton {
	width: 100%;
	padding: 8px;
	margin-bottom: 3px;
	border: 0px;
	background-color: #e8e8e8;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	transition: 0.5s;
	text-align: left;
}

.akkordeonButtonAktiv, .akkordeonButton:hover {
	background-color: #a5b519;
	color: #ffffff;
	font-weight: bold; 
}

.akkordeonEinheit {
	background-color: #ffffff;
	padding: 0px 12px;
	overflow: hidden;
	display: none; 
}

.table-header{
	text-align: left;
	border = 1px;
}

.paginator{
	float: right;
	margin-left: auto; 
	margin-right: 20px;
}

.action_bar{
	float: left;
}

#results{
	width:100%;
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin-top: 40px;
	padding: 10px;
}

#resultTable{
	width: 100%;
}

.check_message{
	width: 30;
}

.check_message_col{
	padding-left: 10px;
}

.large-smiley {
    font-size: 24px;
}