li.selected{
text-decoration:underline;
}
.nav-left{
margin:20px;
padding:0px;
width:225px;
}
.left{
width:250px;
}
.nav-left li{
list-style-type:none;
padding:5px;
margin:2px;
}
.nav-left li:hover{
background-color:#ddd;
}
.nav-left a{
color:#000;
text-decoration:none;
}
.plantlist{
margin:20px;
}
.plantlist td{
padding:5px 20px;
}
.plantlist tr:first-child td{
border-bottom:1px #aaa solid;
padding-bottom:20px;
}
.plantlist tr:nth-child(2) td{
padding-top:20px;
}
.center{
display:inline-block;
border-left: 1px #888 solid;
float:right;
}
li.separated{
border-top:1px #aaa solid;
}
.description{
display:none;
width:100%;
color:#666;
}
div.row > div{
width:calc(33% - 30px);
padding:5px;
display:inline-block;
}
div.row{
font-size:12px;
}
.new{
background-color:#eee;
}
.spacer{
height:1px;
margin:10px 0px;
border:1px #ccc solid;
}
.icon{
width:12px;
height:12px;
margin:0px 5px;
border:1px grey solid;
border-radius:3px;
cursor:pointer;
}
@media screen and (max-width:500px){
	.left{
		display:none;
	}
	.center{
		width:100%;
	}
}
@media screen and (min-width:500px){
	.left{
		display:inline-block;
	}
	.center{
		width:calc(100% - 280px);
	}
}