.tabinfo {
	display: block;
	clear: both;
	margin: 20px 10px;
}

.sdidtm-plugin-active {
	color: #0c0;
}

.sdidtm-plugin-not-active {
	color: #c00;
}

.adminsubtabs {
	list-style: none;
	margin: 16px 0;
	padding: 0;
	font-size: 13px;
	float: left;
	color: #666;
}

.adminsubtabs li {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	white-space: nowrap;
	border-right: 1px solid #666;
}

.adminsubtabs li:last-child {
	border-right: 0;
}

.adminsubtabs a {
	padding: .2em;
	text-decoration: none;
}

.adminsubtabs a.subtab-active {
	color: #000;
	font-weight: bold;
}
