#tmdm-power-tooltip {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 100px;
	left: 1000px;
}

#tmdm-power-tooltip > div {
	display: inline-block;
	vertical-align: top;
	background-color: rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 5px black;
	border: 1px solid #777;
	border-radius: 3px;
}

#tmdm-power-icon-container {
	width: 40px;
	height: 40px;
}

#tmdm-power-icon {
	width: 100%;
}

#tmdm-power-content {
	padding: 5px;
}

#tmdm-power-content > div {
	margin-bottom: 1px;
}

#tmdm-power-content > div:first-child {
	font-size: 12px;
	font-weight: bold;
}

#tmdm-power-content span {
	color: gold;
}

#tmdm-power-content .audit {
	color: red;
}
