/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html, body{
  height: 100%;
  _text-align: center; /* IE */
  font:100 12px/1.3 Helvetica, Arial, sans-serif;
  padding-bottom:10px
  background: #ddd;
}

.info {
  position: absolute;
  left: 1200px;
  top: 500px;
}

.oblast {
//  position: relative;
  position: absolute;
  left: 50px;
  top: 100px;
//  border: 10px solid black;
  width: 500px;
  height: 501px;
}

.lidi {
  position: absolute;
  background-color: cyan;
  top: 0px;
  width: 100%;
  height: 501px;
  overflow: hidden;
}

.clovek {
  display: inline-block;
  position: relative;
  margin: 10px;
  height: 30px;
  font-size: 20px;
}

.keyboard {
  position: absolute;
  left: 1100px;
  top: 100px;
  padding: 5px;
  border: 1px solid black;
  background-color: red;
  width: 210px;
}

.button {
  padding: 0;
  margin: 2px 1px;
  width: 65px;
  height: 65px;
  font-size: 20px;
}

.chars {
  position: absolute;
  left: 590px;
  top: 580px;
  padding: 5px;
  border: 1px solid black;
  background-color: red;
  width: 720px;
}

.char {
  padding: 0;
  margin: 2px 1px;
  width: 85px;
  height: 85px;
  font-size: 30px;
}

.answers {
  position: absolute;
  left: 590px;
  top: 100px;
  padding: 5px;
//  width: 420px;
  border: 1px solid black;
  background-color: #21759B;
}

.AF {
  margin: 2px;
  width: 65px;
  height: 50px;
  font-size: 40px;
  text-align: center;
}

.TIME {
  margin: 2px;
  padding: 0 15px 0 0;
  width: 180px;
  height: 50px;
  font-size: 40px;
  text-align: right;
}

.NUMBER {
  margin: 2px;
  padding: 0 15px 0 0;
  width: 110px;
  height: 50px;
  font-size: 40px;
  text-align: right;
}

.AF:focus, .TIME:focus, .NUMBER:focus {
//  background-color: red;
  border: 5px solid red;
}

.name {
  position: absolute;
  top: 20px;
  left: 590px;
  padding: 5px 5px 5px 25px;
  font-size: 40px;  
}

.results {
//  position: relative;
//  position: absolute;
//  left: 50px;
//  top: 100px;
//  width: 1050px;
  width: 1300px;
  height: 501px;
}

.r {
  color: red;
}

.b {
  font-weight: bold;
}

.c {
  text-align: center;
}

.cb {
  font-weight: bold;
  text-align: center;
}

.cbr {
  color: red;
  font-weight: bold;
  text-align: center;
}

table.vysledky {
  width:100%;
  clear:both;
  border-collapse:collapse;
  background:#fff;
  position:relative;
  font-size: 13px;
}

table.vysledky2 {
  width:100%;
  clear:both;
  border-collapse:collapse;
  background:#fff;
  position:relative;
  font-size: 25px;
}

table.vysledky td,table.vysledky2 td {
  padding:10px 5px;
  border:1px solid #ccc;
//  text-align: center;
}

table.vysledky thead th ,table.vysledky2 thead th {
  padding:10px 5px;
  border:1px solid #ccc;
  background: #ececec;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ececec));
  background: -webkit-linear-gradient(top, #f9f9f9 0%,#ececec 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%,#ececec 100%)
}

table.vysledky tr:nth-child(even) ,table.vysledky2 tr:nth-child(even){
  background-color:#f5f5f5;
}

table.vysledky .h {
//  width: 92px;
  width: 110px;
}
 
.zavodnik {
  position: absolute;
  left: 50px;
  top: 700px;
  width: 350px;
  border: solid 1px black;
  background-color: yellow;
  padding: 5px;
  font-size: 16px;
}

.zavodnik table tr td {
  padding: 2px;
//  background-color: red;
}

.zavodnik input {
  font-size: 16px;
}

.export {
  position: absolute;
  left: 590px;
  top: 700px;
  width: 350px;
  border: solid 1px black;
  background-color: cyan;
  padding: 5px;
  font-size: 16px;
}

.export input {
  font-size: 16px;
}





