body, html {
	max-width: 100%;
}
div {
	max-width: 100%;
	font-size: 17px;
}
h2 {
	font-family: arial;
	font-size: 170%;
	color: #58600f;
}
p.warn {
	font-size: 120%;
	color: red;
	margin-bottom: 20px;
}
p.note {
	font-size: 105%;
}
input[type=text] {
	width: 42%;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	background-color: white;
	padding: 8px;
	transition: 0.5s;
	outline: none;
	margin-bottom: 18px;
}
input[type=text]:focus {
	border: 2px solid #58600f;
}
input[type=submit] {
	width: 20%;
	background-color: transparent;
	font-size: 16px;
	font-weight: 550;
	border: 1px solid #58600f;
	border-radius: 6px;
	padding: 9px 25px;
	color: #58600f;
	cursor: pointer;
	transition: 0.2s;
	outline: none;
}
input[type=submit]:hover {
	background-color: #58600f;
	color: #fff;
}
#name2div {
	display: flex;
}
#name2, #name3 {
	display: none;
}
#pridatjmeno {
	display: none;
	cursor: pointer;
}
.clicked, .unclicked {
	width: 23px;
	height: 23px;
	margin-left: 9px;
	margin-top: 8px;
	transition: 0.2s;
}
.unclicked {
	background-image: url('../images/pc/plus.png');
}
.unclicked:hover {
	background-image: url('../images/pc/plus_hover.png');
}
.clicked {
	background-image: url('../images/pc/minus.png');
}
.clicked:hover {
	background-image: url('../images/pc/minus_hover.png');
}
#viceucastniku {
	accent-color: #58600f;
	width: 15px;
	height: 15px;
}
#viceucastniku, #viceucastnikulbl {
	margin-bottom: 20px;
}
label[for=viceucastniku] {
	font-size: 17px;
	-webkit-user-select: none;
	user-select: none;
}
label[for=viceucastniku]:hover {
	cursor: pointer;
}