/* @override http://kienbalance.dev/wp-content/themes/kienbalance/map.css */

* {
	margin: 0;
	padding: 0;
	font: 14px/1.5 ""Segoe;
}

#wrapper {
	overflow: hidden;
	width: 840px;
	height: 450px;
}

#map-container, #side-container {
	float: left;
}

#map-container {
	width: 520px;
	height: 450px;
}
#side-container {
	width: 320px;
	height: 450px;
}

#dir-container {
	height: 330px;
	overflow: auto;
	padding: 10px;
}

#optionen {
	overflow: hidden;
	height: 80px;
	padding: 10px;
	}
#optionen li {
	list-style-type: none;
	display: block;
}

#optionen li.dir-label {
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}

#from-input {
	padding: 2px 3px;
	font-size: 16px;
	width: 290px ;
}

#travel-mode-input , #routeberechnen{
	font-size: 16px;
	margin: 5px 5px 0 0;
}

td.adp-listheader {
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
}

#dir-container span {
	font-size: 14px;
}
#dir-container span.adp-listinfo b {
	font-weight: bold;
	display: block;
}

td.adp-listsel {
	background-color: #bfbfbf;
}
td {
	padding: 3px;
	font-size: 12px;
}
		