body {
	font-family: 'Roboto', sans-serif;
	font-size : 16px;
	background-color: #F7F8F9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	max-width: 95%;
}
div.centered {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
button,input {
	font-family: 'Roboto', sans-serif;
	font-size : 16px;
}
button { margin: 0px 10px 5px 0px; }

button.disabled,button[disabled] {background-color: #FFA; color: #000; }

form   { margin: 5px 10px 0px 0px; }

.sirka { max-width: 95%; }

.left    { float: left; }
.right   { float: right; }
.cleaner { 	clear:both; }
.stred  { text-align: center; }
.vpravo { text-align: right; }
.vlavo  { text-align: left; }
.center { display: inline-block; }


.hide { display: none; }

table.cross {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}
table.cross thead th {
    background-color: #DDEFEF;
    border: solid 1px #DDEEEE;
    color: #336B6B;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}
table.cross tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 3px 6px;
    text-shadow: 1px 1px 1px #fff;
}
table.cross-highlight-all {
    overflow: hidden;
    z-index: 1;
}
table.cross-highlight-all tbody td, table.cross-highlight-all thead th {
    position: relative;
}
table.cross-highlight-all tbody td:hover::before {
    background-color: #CCE7E7;
    content:'\00a0';
    height: 100%;
    left: -5000px;
    position: absolute;
    top: 0;
    width: 10000px;
    z-index: -1;
}
table.cross-highlight-all tbody td:hover::after {
    background-color: #CCE7E7;
    content:'\00a0';
    height: 10000px;
    left: 0;
    position: absolute;
    top: -5000px;
    width: 100%;
    z-index: -1;
}

img {
	display:block;
	border: 0;
}
a, a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
}
.main {
	max-width: 1175px;
	min-width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main_content {
	max-width: 1175px;
	min-width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
.target {
	margin-right:10px;
}