/* Zakladne zobrazenie */
* {padding:0px;margin:0px;}
div {margin-right:auto;margin-left:auto;}
body {font-family:Arial, Helvetica, sans-serif;color:#333;font-size:75%;background:#ddd;}
h1, h2, h3, h4, h5 {line-height:normal;}
img {border:0;}
input {font-family:Arial, Helvetica, sans-serif;}
h1 {font-size:35px;font-weight:700;padding:10px 0;color:#007dc2;}
h2 {font-size:20px;font-weight:700;padding:20px 0 0 0;color:#007dc2;}
h3  {font-size:15px;font-weight:700;padding:20px 0;}

.clearfix {clear:both;font-size:1px;height:1px;line-height:0.1;visibility:hidden;width:100%;height:0%;}

/* Odkazy - zaklad */
a:link, a:visited {font-weight:normal;color:#b26502;text-decoration:underline;}
a:hover {text-decoration:none;}

/* Hlavne kontajnery */
#wrapper {max-width:970px;padding: 0 25px;background:#ffffff; border:1px solid #777; margin-top: 20px;
box-shadow: 1px 1px 2px #aaaaaa, 0 0 25px #999999, 0 0 5px #999999;


 margin-bottom: 20px;}
#wrapper p {line-height:20px;font-size:16px;padding-bottom:15px;}

ul.zoznam {padding:20px;border:1px solid #fe5621;border-radius:10px;}
ul.zoznam li {list-style-type:none;font-size:17px;padding:10px 0;text-transform: uppercase}
ul.zoznam li span {background:#fe5621;padding:5px 10px;border-radius:5px;margin-right:5px;}

.questions {padding:15px;background:#f8f8f8;border:1px solid #c8c8c8;border-radius:10px;margin-top:-1px; margin-bottom:15px;}
.questions p {font-size:17px!important;line-height:25px!important;}
.questions select {padding:10px 15px;background:#31393e;color:#fff;border:1px solid #333; font-size: 14px;}

/* Tabulky */
input.inputbox {padding:15px 10px;border:1px solid #c8c8c8;margin:10px 0 0 0;background:#f8f8f8;border-radius:5px;font-size:16px; width: 100%;}
input.inputbox::placeholder {font-size:16px;color:#333;}
button.send {display:block;color:#fff;background:#007dc2;padding:15px 50px;text-align:center;border:1px solid #31393e;font-size:16px;border-radius:10px;cursor:pointer;}
button.send:hover {background:#31393e;color:#fff;}

table.test {background:#fff;border-collapse:collapse;color:#333;width:100%;margin:20px 0;}
table.test td {padding:10px;border:1px solid #ccc;}
table.test td.stred {text-align:center;}
table.test td.right {text-align:right;}
table.test td.sirka {width:650px;}
table.test td.nadpis {font-size:15px;font-weight:700;vertical-align:middle;}

.alert {font-size:14px;font-weight:bold;color:red;margin-top:20px;}

.error {
	font-size:16px;
	color:#CA272E;
	font-weight: bold;
}

.vyhodnotenie h2 {
	margin-top:20px;
	margin-bottom:20px;	
	font-size: 29px;
	font-weight: bold;
}

.sekcia {padding:15px;background:#dedede;border:1px solid #aaa;border-radius:10px; margin-bottom:15px;}

.sekcia h3 {
	margin-top:0px;
	margin-bottom:0px;	
	font-size: 24px;
	font-weight: bold;
	min-height: 99px;
}

.sekcia h4 {
	margin-top:0px;
	font-size: 19px;
	color: #007dc2;
}

.skore {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #EA29BD;
}

.vyhodnotenie_text_box {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

.tlacitko {
	display:block;color:#fff;background:#007dc2;padding:15px 50px;text-align:center;border:1px solid #31393e;font-size:16px;border-radius:10px;cursor:pointer;
}

.tlacitko:hover {background:#31393e;color:#fff;}

.tlacitko a {
	color:white;
	text-decoration: none;
}

#mail-status {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}