body {font-family: Arial;
    color: white;
    background-color: #323232;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;}
h1 {font-size: 22pt;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;}

.table-body {width: 94%;
    border-spacing: 0px;}
.td-leve-menu {width: 280px;
    height: 100%;
    background-color: gray;
    padding: 20px;}
td.poradi {font-size: 16pt;
    text-align: center;
    color: #555;
    background-color: white;}

.informace {font-size: 12pt;
    text-align: left;
    vertical-align: bottom;}

.dolni-informace {font-size: 18pt;
    font-family: Monotype Corsiva;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;}

.horni-menu {border-width: 0px;
    border-spacing: 0px;
    padding: 8px;
    width: 100%;
    background-color: gray;
    text-align: center;}
.horni-menu a:hover {text-decoration: none;}

a {text-decoration: none;
    font-size: 15pt;}
a:link    {color: white;}
a:visited {color: white;}
a:active  {color: white;}
a:hover   {color: white; 
    text-decoration: underline;}

img.objekt {
  border: 1px solid #888;
}

p {font-size: 16pt; 
    margin-left: 30px; 
    margin-top: 30px;}
input.spravne[type=text]{
    border: none;
    background-color: white;
    color: #323232;
    font-size: 12pt;
    text-align: center;}
input[type=submit].start {
    font-size: 11pt;
    padding: 4px 4px;
    border: none;
    cursor: pointer;    
    color: #C8EEFF;
    background-color: transparent;
    width: 55px;}
input[type=submit].neni {
    font-size: 11pt;
    color: white;
    padding: 4px 4px;
    border: none;
    background-color: transparent;
    width: 55px;}
input[type=submit].kolecko {
    font-size: 5pt;
    padding: 4px 4px;
    width: 12px; 
    height: 12px; 
    border: none;
    border-radius: 12px;
    background-color: transparent;}
input[type=submit].moznost {
    padding: 8px 5px;
    margin: 8px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 270px;
    color: white;
    background-color: #888;}
input[type=submit].ulozitVysledky {
    padding: 8px 15px;
    margin: 8px 10px;
    font-size: 12pt;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    background-color: #888;}
input[type=submit].kategorie {
    font-size: 15pt;
    color: white;
    border: none;
    background-color: transparent;}

.seznam {
    font-size: 12pt;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #888;
    margin-top: 30px;
    padding: 5px 15px;}
th.seznam, th.seznam2 {
    background-color: #555;
color: #ddd;}
.horniRadek {     
    border-collapse: collapse;
    border: none;
    margin-top: 20px;}

select {background: transparent;
   border: 1px solid rgba(0, 0, 0, 0.15);
   border-color: gray;
   border-radius: 3px;
   font-family: Arial;
   color: white;
   width: 100px;}
option {color: black;}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */}
.modal-content {
    background-color: #fefefe;
    margin: 0px 300px;}
input[type=submit].close {
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    background-color: #555;
    border: none;
    padding: 0px 5px;
    margin: 0px 0px;}
div.container {
    width: 100%;}
header.hlavni {
    padding: 15px;
    color: white;
    background-color: #555;
    text-align: center;}

.zpet {font-size: 14pt;
    color: white;
    font-weight: bold;
    border: none;
    background-color: #323232;}

