.tagFix, .xmltohtml-container{
    width: 93.75%;
    max-width: 960px;
    margin: 1em auto 1em;
}
.tagFix{
	margin-bottom: 5em;
}
.xmltohtml-background-container{
	border-top:solid 1px rgba(0,0,0,0.1);
	padding: 2em 0;
	background-color: #eee;
}

.meta-info{
	border-top: 1px dotted rgba(0,0,0,0.2);
	position: relative;
	padding-left: 30px;
	margin-bottom: 1em;
}
.sdt h1{
	padding-left: 30px;
}
.no{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	position: absolute;
	left: 0;
	
	font-weight: bold;
	font-style: italic;
	border: solid 1px red;
	padding-left: 2px;
	padding-right: 5px;
	background-color: #ffffc6;
}
.master{display: block;}
.tooltip{
	color: rgb(255, 0, 0);
	position: absolute;
	top: -1em;
	left: 5em;
	background-color: rgba(29, 255, 9, 0.904);
	display: none;
	font-size: 1rem;
	font-weight: normal;
	padding: 0.5em;
	border-radius: 5px;
}
.close-btn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background-color: #333;
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	right: -8px;
	top: -8px;
	border-radius: 8px;
	cursor: pointer;
}
.active{
	display: block;
}
.xmltohtml-container > h1{
	color: #333;
	margin-bottom: 1.5em;
}
/* wsbs.css */
.error{
	color: rgb(200, 0, 0);
}
.error::before{
	font-family: Arial, Helvetica, sans-serif;
	content: "×";
	display: inline-block;
	width: 14px;
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
	margin-right: 0.5em;
	border-radius: 100%;
	color: #fff;
	background-color: rgb(200, 0, 0);
}
