.diagDesc
{
    font-size: 0.8em;
}

.devCaps
{
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: smaller;
}

.devCaps table
{
	border-color: #888;
	border-width: 1px;
	border-style: solid;
	width: 100%;
	caption-side: top;
	border-collapse: collapse;
	margin-bottom: 1em;
}

.devCaps table caption
{
	font-weight: bolder;
}

.devCaps table td
{
	border-color: #888;
	border-bottom-style: solid;
	border-width: 1px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	vertical-align: middle;
}

.devCaps table td.model
{
	font-weight: bolder;
}

.devCaps table th
{
	border-style: solid;
	padding: 4px;
	border-color: black;
	border-width: 0px 0px 2px 0px;
	background-color: #bef;
	font-size: xx-small;
}

.devCaps table th.brand
{
    color: #f44;
    font-size: larger;
}

.devCaps img
{
	border-style: none;
}

.devCaps .brand
{
    color: #f44;
    font-size: larger;
    font-weight: bolder;
}

.green
{
    background-color: #afa;
    font-weight: bolder;
}

.red
{
    background-color: #faa;
}
