/* Stylesheet for GPS overview page in multi languages */

@import url('/systems/style.css');

#systems .systems-gps > a {
	background: #fc5;
	border-radius: 4px;
	}

.hilite {
	clear: left;
	min-height: 120px;
	}
	.hilite:hover,
	.hilite:focus {
		background: #ddc;
		border-radius: 10px;
		}

#rightside a {
	display: block;	
	}

#websites h4 {
	text-transform: uppercase;
	margin-bottom: 0.5em;
	}
#websites a {
	font-size: 90%;
	}

