/* @override http://pixel-core.com/stuff/assets/table.css */

table       { margin-bottom: 1.4em;
	width: 100%;
}

table#custom {
	margin-top: 30px;
	border-left: 1px solid #e1e1e1;
}
table#custom th          { font-weight: bold;
	line-height: 1;
	font-size: 1em;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	border-right-color: #a5bbe1;
	background-color: #31659e;
}

table#custom th a {
	color: #fff;
	text-decoration: underline;
}

table#custom th a:hover {
	text-decoration: none;
}
th,td       { padding: 4px 20px 4px 10px;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #ececec;
}

td {
	font-size: .9em;
}
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }

td.table-section {
	background-color: #feffd0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1em;
	font-weight: bold;
}

th#id {
	width: 180px;
}

table#custom th#data-schedule {
	width: 80px;
	border-right-style: none;
}

#table-definitions {
	margin-top: 30px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 14px;
	margin-left: 0;
}

div#def-left div.pad {
	padding-left: 0;
	padding-right: 30px;
}

div#def-right .pad {
	padding-right: 0;
	padding-left: 30px;
}