body
{
	margin: 30px 10px;
	font-family: 'Newsreader', serif;
	font-size: 16px;
}
/*
@media only screen and (max-width: 600px) {
  body {
    font-size: 30px;
	}
}
*/
div.chyba
{
	border-style: solid;
	border-radius: 15px;
	border-color: rgb(255, 0, 0);
	background-color: rgba(255, 0, 0, 0.20);
	color: rgb(255, 0, 0);
}

div.vse
{
	min-height: calc(100% - 100px);
}

div.otazka
{
	background-color: rgb(224, 236, 243);
	background-image: url("../Obrazky/pozadi_otazky.png");
	background-size: 100% 100%;
	
	padding: 20px;
	font-family: 'Roboto Mono', monospace;
	_font-size: 20px;
}

div.odpoved
{
	margin: 10px 0px;
	padding: 20px;
	text-align: justify;
}

div.tlacitko
{
	width: 100%;
	border-style: none;
	text-align: center;
}
input.tlacitko
{
	background-color: rgb(224, 236, 243);
	padding: 10px 40px 7px 40px;
	border-style: none;
	font-family: 'Roboto Mono', monospace;
	font-size: 20px;
	
}
/** info.php **/

div.podbarveni
{
	background-color: rgb(224, 236, 243);
}

div.drobne
{
	font-size: smaller;
}

/** otazka.php **/
div.odpoved a
{
	text-decoration: none;
	color: black;
}


/** odpovedi.php **/

div.graf
{
	border-style: solid;
	border-color: rgb(224, 236, 243);
	border-width: 1px;
	border-radius: 2px;
	background-color: rgb(224, 236, 243);
	
	float: left;
	height: 15px;
	width: 100%;
	margin: 0 0 0 20px;
}

table.graf
{
	width: 100%;
	font-size: 16px;
}