@font-face {
  font-family: SourceSerif;
  src: url(SourceSerifPro-Regular.ttf);
}

body {
	margin: 0;
	padding: 0;
	background-color: hsl(197,100%,25%);
/*	font-size: 95%; */
	font-family: SourceSerif;
	color: hsl(197,100%,98%);
}

a {
	text-decoration: none;
	color: hsl(197,100%,44%);
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

h4 {
	margin: 5px;
}

ul {
	margin: 2px;
}

input {
	font-family: SourceSerif;
	font-size: 130%;
}


.link {
	color: hsl(197,100%,44%);
	cursor: pointer;
}

.bold {
	font-weight: 900;
	color: hsl(197,100%,25%);
}

.header {
	display: table;
	width: 100%;
	min-height: 60px
}

.header > * {
	display: table-cell;
	vertical-align: middle
}
.header a {
	color: hsl(197,100%,90%);
}

.table-wrap {
	display: table;
	width: 100%;
	height: 91%;
	border-spacing: 10px;
/* 	background-color: #FE9F6D; */
	background-color: hsl(197,35%,90%);
}

.table-wrap > * { display: table-cell; }

.table-row {
	display: table-row;
}

.tab-popis {
	margin: 10px 0px;
	padding: 10px;
	background-color: hsl(197,100%,98%);
/*	font-size: 90%; */
	color: hsl(197,100%,25%);
}

.vyber {
	border: 1px solid rgba(0,0,0,0.2);
	border-left: 0px;
	background-clip: padding-box;
	display: inline-block;
	margin: 5px 0px;
}
