body {
	font-family: "Open Sans Condensed",Verdana;
}

.main {
	padding: 4em 0 1.5em 0;
}

ul.tabulka {
   margin: 0 0 0 0;
}


ul.actions {
	display: block;
}



.button {
	width: 100%;
	margin: 0.5em 0 0.5em 0;
}

.kariera {
	background-color: rgba(192, 4, 24, 1.0);
	color: #fff !important; 
}

.kariera:hover {
	color: #555 !important; 
}

.button.bezramecku {
	box-shadow: inset 0 0 0 0px rgba(144, 144, 144, 0.5);
}

.button:hover {
	text-decoration: none;
}

ul.actions li {
	padding: 0em;
}

ul.actions.special li:first-child {
 	padding: 0em;
}

a {
	color: #009ee0;
	text-decoration: none;
	font-weight: 600;
	border-bottom: 0;
}

a:hover {
	color: #009ee0;
	text-decoration: underline;
}


p.panel {
    font-size: 1.0em;
    text-align: center;
    padding: 1.0em;
    color: #fff;
    background-color: #009ee0;
    border-radius: 4px;
}

table td {
	text-align: left;
}

table td.polozka {
	font-weight: 600;
}

table td.tlacitko {
	text-align: center;
}


#footer {
	padding: 1em 0 3em 0;
	background-color: #fff;
	color: #666;
	background-image: none;
}


#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .copyright {
	margin: 0.75em 0 0 0;
}

#footer ul a:hover {
	color: #009ee0;
}


#footer:before {
	background: rgba(144, 144, 144, 0.5);
	content: '';
	display: inline-block;
	height: 1px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	width: 25em;
}

.box-text {
	min-height: 6em;
	max-height: 6em;
}

strong, b {
	color: #555;
	font-weight: 600;
}


input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(144, 144, 144, 0.075);
	border-radius: 4px;
	border: none;
	border: solid 1px rgba(144, 144, 144, 0.5);
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	float: left;
	margin-right: -2em;
	opacity: 1;
	height: 2em;
	width: 2em;
}

.zarovnani-textu-stred {
	text-align: center;
}