

.map{
    width: 100%;
    height: 400px;
    border: 1px solid #000;
    margin-bottom: 20px;
}

.map p{
	margin: 10px;
	color: #333;
}

pre{
	border-radius: 3px;
	font-size: 12px;
	padding: 10px;
	/*word-wrap: break-word;*/
	overflow: auto;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
pre:hover{
	background-color: #F2F7F8;
	border-color: #D2DFEA;
}
pre,
code{
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}

#footer{
	padding: 5px 0 0;
	border-top: 1px solid #ccc;
	font-size: 12px;
}
#footer p{
	margin: 5px 0;
}