.omnigtable tr
{
	height:40px;
}
.omnigtable tr:first-child
{
	text-align:left;
}
.omnigtable tr:first-child th
{
	background-color:#202020 !important;
	color:#60A818 !important;
	font-weight:bold !important;
}
.omnigtable th:first-child, .omnigtable td:first-child
{
	font-weight:bold;
	min-width: 150px;
	background-color:#282828;
	color:#60A818 !important;
}
.omnigtable tr:first-child th:first-child
{
	border-top-left-radius:5px;
}
.omnigtable tr:first-child th:last-child
{
	border-top-right-radius:5px;
}
.omnigtable tr:last-child td:first-child
{
	border-bottom-left-radius:5px;
}
.omnigtable td ul>li, .omnigtable td ol>li
{
	padding-left:20px;
}
.omnigtable td ul>li:before, .omnigtable td ol>li:before
{
	content:"\25CF";	/* Solid circle */
	color:#A05070;
	font-size:100%;
}
