@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css");
body {
   padding-top: 100px;
   padding-bottom: 50px;
}

.map {
	min-width: 300px;
	min-height: 500px;
	width: 100%;
	height: 100%;
}

.header {
	background-color: #F5F5F5;
	color: #36A0FF;
	height: 70px;
	font-size: 27px;
	padding: 10px;
}

.truckPanel a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

@media print {
	body {
	   padding-top: 0px;
	   padding-bottom: none;
	}
  a[href]:after {
    content:none;
  }
  
}