/* CSS Document */

#features_items{
 margin-top:0px;
}

#features_item_header { 
 border:#CCCCCC thin solid;
 border-radius: 5px;
 
}

#features_item_header h2{ 
 margin:10px;
}

.features_item_row{
 margin-left:-20px;
 margin-right:-20px;
  margin-top:20px;
}
 
.features_item_container{
border:#CCCCCC thin solid;
border-radius: 5px;
height:100%;
      text-align: center;
        display: block;
margin-left: -10px;
    margin-right: -10px;
    padding: 10px;		 
}

.features_item_container img {
  margin: auto;		
  max-height: 200px;
  min-height: 200px;
  max-width: 100%;
}

.features_item_title{
color: ;
    font-family: 'ambleregular';
    font-size: 1.5em;
    font-weight: normal;
	margin-bottom: 0.5em;
    line-height: 1.2em;
}

.features_item_price{
color: #FE980F;
    font-family: 'ambleregular',sans-serif;
    font-size: 20px;
    font-weight: 700;
}