div#body_content {
	/*margin:0px;*/
}

#yard_filter_placeholder {
	float:left;
}

#yard_filters td:first-child{
	text-align:right;
}
#checkbox_div {
	clear:both;
}
canvas#yard_canvas {
	/*border:1px solid blue;*/
	/*width:1125px; height:1736px;*/ /* html needs dimensions for jcanvas to work */
}
div#cursor_pos_info {
	background-color:white;
	padding:3px;
}
div#plant_info {
	background-color:white;
	border:1px solid black;
	border-radius:3px;
	box-shadow: 2px 2px 5px #333;
	display:none;
	padding:5px;
	width:250px;
}
	div#plant_info #close_btn {
		cursor:pointer;
		float:right;
		font-family:Arial;
		font-weight:bold;
		margin:-5px 0 0 10px;
	}
	div#plant_info #plant_at_risk {
		border-radius:3px;
		color:red;
		font-size:0.7em;
		margin-left:5px;
	}

#native_slider, #planted_when_slider, #size_slider {
	margin: 0 20px;
	width:200px;
}

.stick {
	background-color:rgba(255,255,255,0.75);
	position:fixed;
	top:0px;
}

ul#plants_wanted span.plant_name {
	/*font-weight:bold;*/
}
	ul#plants_wanted li, ul#to_plant li {
		margin-bottom:10px;
	}
	span.plant_species {
		font-style:italic;
	}
