body.prohlizec {
	margin-top: 0;
}

.prohlizec svg, .prohlizec .bg {
	display: none;
}

.prohlizec header {
	display: none;
}

.prohlizec .viewer-head {
	display: block;
	height: 36px;
	background: rgb(0,169,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,169,255,1) 0%, rgba(0,114,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,169,255,1)), color-stop(100%,rgba(0,114,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,169,255,1) 0%,rgba(0,114,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,169,255,1) 0%,rgba(0,114,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,169,255,1) 0%,rgba(0,114,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,169,255,1) 0%,rgba(0,114,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9ff', endColorstr='#0072ff',GradientType=0 ); /* IE6-9 */
	padding: 7px;
	line-height: 36px;
	color: white;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 38px;
}

.prohlizec .viewer-head a {
	color: white;
}

.prohlizec #main {
	position: absolute;
	top: 50px;
	bottom: 0;
	margin: 0;
	left: 0;
	right: 0;
	max-width: inherit;
	overflow-y: scroll;
	padding: 0;
}

.prohlizec footer {
	display: none;
}

.prohlizec pre {
	padding-left: 5px;
	line-height: 20px;
	float: left;
	width: calc(100% - 85px);
}

.prohlizec pre.cisla {
	float: left;
	width: 50px;
	text-align: right;
	padding-right: 30px;
	padding-left: 0;
	background-color: #EFEFEF;
	color: #6D6D6D;
}

code .string {
	color: #717171;
}


code .numeric {
	color: #EB6A00;
}

code .preprocessor, code .comment{
	color: #098F00;
}

code .preprocessor .string {
	color: inherit;
}

code .preprocessor .keyword {
	color: inherit;
	font-weight: inherit;
}

code .keyword, code .storage {
	color: #0049B8;
	font-weight: bold;
}

code .operator {
	color: #700084;
	font-weight: inherit;
}
