/**********************
* Martin Rejda        *
**********************/

body{
	font-family: sans-serif;
	background-color: white;
	color: black;
	max-width: 66em;
}

p{
	text-align: justify;
	margin-top: 0px;   
	margin-bottom: 5px;
	page-break-inside: avoid;
}

h3, h4 
{ 
	margin-top: 10px;
	margin-bottom: 2px; 
}

h1,h2,h3,h4, h2+p{
        page-break-after: avoid;
}

.input, .output
{
	white-space: pre;
	font-family: monospace;
	margin-top: 0px;
	margin-bottom: 5px;
	page-break-inside: avoid;
}

hr{
	height: 1px;
	border: none;
	color: white;
	background-color: black;
}


.iosample h3, .iosample h4, .iosample i{
	font-family: sans-serif;
	white-space: normal;
}

p img, .iosample img{
	margin-bottom: -3px;
}

#podpis-ksp{
	display: block;
	padding-right: 20%;
	text-align: right;
}

