body {
	background-color:#000000;
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	box-sizing:border-box;
}

#id {
	border:0;
	font-size:12px;
}

.nadpis {
	color:rgb(0,126,255);
	font-size:35px;
	font-weight:bold;	
}

.nadpis2 {
	color:rgb(0,126,255);
	font-size:15px;
	font-weight:bold;	
}

#polievka, #jedlo  {
	color:rgb(255,255,255);
	font-size:100px;
	font-weight:bold;
}

 #doplatok {
	color:rgb(255,255,255);
	font-size:70px;
	font-weight:bold;
}

#meno {
	color:rgb(255,255,255);
	font-size:30px;
	font-weight:bold;
}

input[type=text] {
	
	margin:0px 0px 0px 0px;
	background-color: #000000; 
	border:2px solid rgb(0,126,255);
	min-width:50px;
	height:30px;
	font-size:15px;
	border-radius: 12px;
	
}


#polievka span, #jedlo span, #doplatok span {
	font-size:35px;
	font-weight:bold;
    width: 20%;
    display: inline-block;
	color:rgb(187,0,0);
	
}

#meno span {
	color:rgb(187,0,0);
	font-size:35px;
	font-weight:bold;
}

#zostavajuce {
	font-size:25px;
	font-weight:bold;
	color:#FFFFFF;
}

#zostavajuce span {
	font-size:25px;
	width:50%;
	display:inline-block;
	font-weight:bold;
	color:#FFFFFF;
}

#upozornenie {
	padding:10px;
	background-color:rgb(126,0,0);
	color:rgb(255,255,255);
	font-weight:bold;
	text-align:center;
}

#login_form {
	font-size:30px;
	text-align:center;
	margin-top:20%;
}

#hromadna_vypis {
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}

#hromadna_vypis td {
	padding:10px;
	color:#FFFFFF;
}

#hromadna_vypis tr:nth-child(even) {
	background-color:rgb(240,240,240);
}

#objednavka_error {
	position:fixed;
	top:25%;
	left:25%;
	z-index:9999;
	background-color:rgba(255,255,255,0.8);
	color:rgb(255,0,0);
	font-size:45px;
	font-weight:bold;
	text-align:center;
	width:50%;
	height:50%;
	padding:5%;
	border:double;
	border-color:rgb(255,0,0);
}