*{
box-sizing:border-box;

}

body {
font-family: 'Poly';
color: #646464;
font-size:14px;


}


.plants {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    float: left;
    margin-top: 30px;
    padding: 0;
    position: relative;
    width: auto;
    }


.plants div {
  background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;
    float: left;
    height: auto;
    margin: 7px;
    min-height:725px;
    padding: 40px;
    position: relative;


min-width:250px;





}

.left-content, .right-content{ float: left; }


.left-content{
background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 40px 40px 0 20px;
    min-width: 340px;
    padding: 20px 0 20px 40px;
    width: 18%;
    
     }

.right-content{width:70%; 




}


.plant td {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 5px;
    padding: 5px;
}


.plant img{
width:100%;
height:auto;

}

table tr:nth-child(odd) td { background-color:rgba(255,255,255,0.95); }


table{ width:100%; }


p{ font-weight:bold; }

label{ width:100%; display:block; }


.unfiltered{
font-size:22px;
color:rgba(0,155,1,1);
font-wight:700;
display:none;
}



div.plant table{

 bottom: 40px;
    /*** max-width: 250px; ***/
    /*** position: absolute; ***/
    width: 100%;    }

div.plant h2 {
    font-size: 19px;
    font-weight: 700;
    height: auto;
    line-height: 150%;
    min-width: 100%;
    text-align: center;
    vertical-align: text-top;
    width: 100%;
}


.logo{
width:250px;
height:auto;
}


.left-content div{
margin:0px;
padding:0px;

}


/*** TAB NAV ***/



body{
background:#f0f0f0 none repeat scroll 0 0;
}

.tab-wrapper{
 background: #f0f0f0 none repeat scroll 0 0;
    display: block;
    float: right;
    position: relative;
    right: 20px;
    top: 30px;
    width: auto;
    
    }




.plant-type-tab {
    background: #f0f0f0 none repeat scroll 0 0;
    display: inline-block;
    padding: 20px 30px;
    position: relative;
}


.plant-type-tab a{

color:#999;
text-decoration:none;
}



.plant-type-tab.active{
  background: white;
  border-top: 2px solid #ffa500;
}





.tab-wrapper,
.plant-type-tab:first-of-type{
border-top-left-radius:5px;
}


.tab-wrapper{
border-top-right-radius:5px;
}

/*** END TAB NAV ***/







.plants div.thumb-wrapper{ 


  height: auto;
    margin: 10px 0 40px -10px;
    min-height: 350px;
    overflow: hidden;
    width: 90%;
    
     background:repeat scroll 0 0;
    
}


.thumb-wrapper img{

height: auto;
    width: 83%;
}














/*** PL:AYGROUND ***/


.grid-item {
    background: #d26 none repeat scroll 0 0;
    border: 2px solid hsla(0, 0%, 0%, 0.5);
    border-radius: 5px;
    float: left;
    height: 120px;
    width: 285px;
}


.plants div {
background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;
    border: 0px solid;
    float: left;
    height: auto;
    margin: 7px;
    min-width: 285px;
    padding: 15px 0 0 20px;
    position: relative;
    
    
    }




















*{     box-sizing: border-box; }