/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01/05/2016, 7:47:41 PM
    Author     : ccusack
*/

.plant-bot-name {
  font-weight: 600;
  font-style: italic;
  line-height: 0.9em;
}

.plant-desc {
  color: #727272;
  font-size: 1.0em;
  font-weight: 600;
  line-height: 1em;
}

.cat-item {
	border-bottom-style: solid;
/*	border-bottom-color: black;*/
	border-bottom-color: rgba(0,0,0,0.2);
	border-bottom-width: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	min-height: 60px;
}

div.cat-item-img img {		
	height: 6em;
	display: block;
    margin: 0 auto;
}

body {
	/* background: rgba(0, 0, 0, 0) url("../media/uploads/site_images/bg_leaves01.jpg") no-repeat fixed 0 0 / cover ; */
	height: 100%;
}

.container {
	background-color: #ffffff;
}


.jumbotron {
	padding-bottom: 10px;
	padding-top: 10px;
}


#bw_logo {
	padding-top: 10px;
}

#img-culm {
	padding-top: 1em;
	padding-bottom: 1em;
}

footer {
	padding-top: 0px;
	margin-top: 0px;
}

.navbar-default {
	background-color: white;
	
}

fieldset.inlineLabels ul {list-style:none}