
.gvr-location-container {
	padding: 5px;
	white-space: nowrap;
	cursor: pointer;
}

.gvr-location-container:hover {
	color: #55aaff;
}

.gvr-location-icon {
	vertical-align: top; 
	font-size: 13px; 
	margin-top: 1px;
}

.gvr-location-text {
	display: inline-block; 
	padding-left: 3px;
}

.gvr-location-text-inner {
	white-space: nowrap; 
	overflow-x: hidden; 
	text-overflow: ellipsis;
}

