div#cargohub-appbar {
	background-color: #0E79C1;
	border-bottom: 1px solid black;
	min-width: 1116px;
	left: 0px;
	right: 0px;
	padding-left: 40px;
	white-space: nowrap;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, .5);
	position: relative;
	z-index: 100000;
}
div#cargohub-appbar > a {
	display: block;
	float: left;
	color: #EEF3F6;
	font: 13px 'Oswald',sans-serif;
	font-weight: bold;
	padding: 4px 14px;
	text-decoration: none;
	line-height: 18px;
}
div#cargohub-appbar > a:hover {
	color: white;
	background-color: #538cd3;
}
div#cargohub-appbar > div#livechat {
	position: absolute;
	right: 170px;
	top: 0px;
}
div#cargohub-appbar > div#livechat > a {
	display: block;
	text-indent: 40px;
	float: left;
	height: 32px;
	margin: 2px 6px;
	background-image: url("http://cdn.cargohub.nl/livechat/chat-icon.png");
	background-repeat: no-repeat;
	color: #DEE3E6;
	font: 12px Verdana;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}

div#cargohub-appbar > div#livechat > a:hover {
	color: white;
}

div#cargohub-appbar > div#social {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right: 30px;
}
div#cargohub-appbar > div#social > a {
	text-indent: -5000px;
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin: 2px 6px;
}
div#cargohub-appbar > div#social > a.in {
	background-image: url("http://cdn.cargohub.nl/social/linkedin-32px.png");
}
div#cargohub-appbar > div#social > a.tw {
	background-image: url("http://cdn.cargohub.nl/social/twitter-32px.png");
}
div#cargohub-appbar > div#social > a.fb {
	background-image: url("http://cdn.cargohub.nl/social/facebook-32px.png");
}

div#cargohub-appbar > div#clear {
	clear: both;
}