b {
	font-weight: bold;
}
i {
	font-style: italic;
}
.content {
	font-family:"Roboto-regular",sans-serif;
	font-size: 12px;
	font-style: inherit;
}
.c-header {		
	height: 72px;
	position: fixed;
}
td {
	vertical-align: top;
	padding-right: 10px
}
.token {
	position: relative;
	display: inline-block;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}
.token .ext {
	visibility: hidden;
	width: 200px;
	background-color: #555;
	color: #fff;
	text-align: left;
	border-radius: 2px;
	padding: 10px 10;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	opacity: 0;
}
.token .ext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.token:hover .ext {
	visibility: visible;
	font-weight: normal;
	opacity: 1;
}
@font-face { 
  font-family: BukyVedeWeb; 
  src: url('fonts/bukyvede-regular-webfont.ttf'); 
}
@font-face { 
  font-family: KlimentStdWeb; 
  src: url('fonts/kliment_std-webfont.ttf'); 
}
@font-face { 
  font-family: MenaionWeb; 
  src: url('fonts/MenaionUnicode.ttf'); 
}
@font-face { 
  font-family: MonomakhWeb; 
  src: url('fonts/MonomakhUnicode.ttf'); 
}
@font-face { 
  font-family: TriodionReg; 
  src: url('fonts/Triodion-Regular.ttf'); 
}