﻿.featureCategory
{
  background-repeat: repeat-x;
	background-color: #3F3F3F;
	border: 1px;
	cursor: pointer;
	border-bottom-color: black;
	border-top-color: gray;
	border-left-color: gray;
	border-right-color: black;
	border-style: solid;
	padding: .3em .0em .3em .3em;
	color: White;
	font-size: 10px;
	width: 99.15%;
	clear:both;
}

.featureItem
{
  width: 20px;
}

.featureName
{
  width: 100px;
}