#top .logged-in {
	float: right;
	margin: 32px 10px 0 0;
	text-align: right;
	width: 700px;
}

.tx-hittbooking-pi3 {
	color: #444;
}

.tx-hittbooking-pi3 a {
	color: #444;
	text-decoration: none;
}

.tx-hittbooking-pi3 a:hover {
	text-decoration: underline;
	color: #000;
}

.tx-hittbooking-pi3 form {
	display: inline;
}
.tx-hittbooking-pi3 input.check {
	margin: 0 5px;
	vertical-align: middle;
}

.tx-hittbooking-pi3 .logout-divider {
	margin: 0 5px;
}

.logout_info {
	width: 16px;
	cursor: help;
	display: inline;
}
.logout_help {
	margin-bottom: -3px;
}
.logout_info .text {
	display: none;
}
.logout_info:hover .text {
	display: block;
	text-align: justify;
	position: absolute;
	width: 200px;
	padding: 15px;
	border: 1px solid #000;
	z-index: 200;
	background: #fff;
	left: 550px;
}

.tx-hittbooking-pi3 .state:hover .text {
	left: 750px;
}
