/*
 * Copyright (c) 2014 AQUILAB
 * Update on 2014/10/2 by thomasg
 */

/* GPS */
#gps {
	border-right: 0;
	border-left: 0;
	text-align: left;
	min-height: 30px;
	z-index: 2;
	word-wrap: break-word;
	height: 30px;
	overflow: hidden;
	padding-top: 0px;
	padding-left: 0px;
	position: relative;
	width: 80%;
	color: black;
	font-size: 12px;
}

#gps a {
	color: #393D42;
}

#gps a:hover {
	height: auto;
	color: #4dc1ee;
	overflow: hidden;
}

.GPS-title {
	color: #393D42;
	height: 100%;
	text-align: left;
	z-index: 1;
	float: left;
	padding: 0 20px;
	margin-right: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	font-size: 16px;
}

#gps UL {
	padding: 0px;
	margin-left: 40px;
}

#gps .item {
	display: inline;
	white-space: nowrap
}

#gps .first {
	background: none;
	padding-left: 0;
}

#gps b.fa.fa-angle-right {
	display: inline-block;
	margin: 0 8px;
	color: #393D42;
}