body {
	font-family:sans-serif;
}

#header {
	width:1150px;
	height:40px;
	font-size: 32px;
	font-weight:bold;
	text-align:center;
	background:skyblue;
	}
	
#mapcont { 
	height:768px;
	width:750px;
}

#leftcol {
	width:400px;
	height:768px;
	float:left;
	}
	
#lefttitle,#lefttitle2,#triptitle {
	text-align: center;
	padding-top: 3px;
	height:24px;
	font-weight: bold;
	font-size:18px;
	background: lightgreen;
}

#fl {
	height:229px;
	overflow:auto;
	}
#al {
	height:229px;
	overflow:auto;
	}
#tl {
	height:190px;
	}
	
button {
	width:100%;
}

.halfbut {
	width:49%;
	float:left;
	}

#sync:after {
	content:"";
	display:table;
	clear:both;
	}
	
ul {
	list-style-type: none;
	padding-inline-start: 20px;
}
