body, html
{
    font-size: 90%;
}

.content-wrapper
{
    margin: 3em auto;
    padding-bottom: 48px;
}

h1
{
    font-size: 36px;
	font-weight: normal;
	padding: 0px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

h2
{
    color: #fff;
    background-color: #555;
    padding: 4px;
    font-size: 150%;
    font-weight: bold;
    margin-top: 1.5em;
}

h3
{
    font-size: 110%;
    font-weight: bold;
}

dl
{
    margin: 0 0 1em 0;
    padding: 0;
}

dt
{
    margin-top: 1em;
    font-weight: bold;
}

dd
{
    font-style: italic;
    margin: .25em 0 0 0;
    padding: 0;
}

pre
{
	padding: 1em;
	border: solid 1px #bbb;
	width: auto;
	overflow: auto;
}

.header
{
	color: #000;
	padding-bottom: 14px;
	border-bottom: solid 2px #333;
}

fieldset
{
	margin: 14px 0;
}

table.property-list
{
	border-collapse: collapse;
}

table.property-list th
{
    background-color: #777;
    color: #fff;
    padding: 4px;
    text-align: left;
}

table.property-list tr
{
    vertical-align: top;
}

table.property-list td:first-child
{
    background-color: #f3f3f3;
    font-weight: bold;
}

table.property-list td
{
    padding: 4px;
    vertical-align: top;
    border-bottom: solid 1px #ddd;
}

table.selectable-value-list
{
    margin: .5em 0 1em 0;
    border-collapse: collapse;
}

table.selectable-value-list th
{
    background-color: #666;
    color: #fff;
    padding: 4px;
    text-align: left;
}

table.selectable-value-list td
{
    padding: 4px;
    vertical-align: top;
    border-bottom: solid 1px #ddd;
}

table.selectable-value-list td:first-child
{
    font-weight: bold;
    background-color: #f3f3f3;
}

table.override-selectable-value-list
{
    margin: .5em 0 1em 0;
    border-collapse: collapse;
}

table.override-selectable-value-list th
{
    background-color: #999;
    color: #fff;
    padding: 4px;
    text-align: left;
}

table.override-selectable-value-list td
{
    font-size:90%;
    padding: 4px;
    border-bottom: solid 1px #ddd;
    vertical-align: top;
}

table.override-selectable-value-list td:first-child
{
    font-weight: bold;
    background-color: #f3f3f3;
}

