/* CSS Document */
.btn{
	width:27px;
	height:25px;
	margin:0px;
	text-align:center;
	float:left;
	display:inline-block;
	background-color:white;
	border:1px solid black;
	padding: 3px 0 0 0;
	margin: 0 5px;
}
div{
	margin:0;
}
.btn:hover{
  		cursor: pointer;
}

#leftPanel {
	float: left;
	width: 265px;
	margin: 5px;
}

#leftPanel #vehiTeamTree, #leftPanel #vehicleTree {
	width: auto;
	border: 1px solid #ccc;
	display: none;
	margin: 0 0 1px 1px;
	height: 700px;
}
#rightPanel {
	float: right;
	/*width: 85%;*/
	height: calc(100% - 45px);
	overflow: hidden;
	margin-top: 10px;

}