body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D0E2A5;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #D0E2A5;
	text-align: center;
	font-weight: bold;
	border: 0;
	font-style: normal;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: bold;
}

map-container, #side-container, #side-container li {
  float: left;
}

map {
  width: 70%;
  height: 100%;
  background-color: #D0E2A5;
}

directionsPanel {
  border: 1px solid #bbb;
  margin-right: 5px;
  padding: 2px 4px;
  text-align: right;
  width: 30%;
  height: 100%;
}

</style>