.docuWrapper {
	display: inline;
}

.docuInfo {
	position: relative;
	float: right;
	padding: 2px;
}

.docuImageContainer img {
	width: 15px;
	height: 15px;
}

.docuContentContainer {
	display: none;
	position: absolute;
	top: 10px;
	right: 24px;
	width: 300px;
	border: 2px solid #309cce;
	background-color: #ffffff;
	z-index: 4000;
}

.docuContentContainerTh {
	z-index: 4000;
	display: none;
	position: absolute;
	top: 10px;
	right: 24px;
	width: 750px;
	border: 2px solid #309cce;
	background-color: #ffffff;
}

.docuHeader {
	padding: 5px;
	font: normal 19px/22px Roboto, Trebuchet MS;
	background-color: #33abe1;
	color: #333;
	text-align: center;
}

.docuElement {
	padding: 5px;
	font: normal 14px/17px Roboto, Trebuchet MS !important;
	color: #333;
}

.auditContainer {
	display: inline;
}

.auditFork {
	position: relative;
	margin-left: 5px;
}

.auditContentContainer {
	display: none;
	position: absolute;
	top: 18px;
	right: -400px;
	width: 600px;
	z-index: 999;
	padding: 2px;
}