table.vypis {
  width:100%;
}
table.vypis tr th {
  font-size:8px;
}

table.vypis tr th,
table.vypis tr td {
  border:1px solid #eee;
}

.w20 {
  width:20%;
}
.w10 {
  width:10%;
}
.w5 {
  width:6.666666666666667%;
}
.ano {
  background:green;
  text-align:center;
}
.ne {
  background:red;
}

table.meta-box-table {
  width:100%;
}

table.meta-box-table tr th {
  width:100%; 
  padding: 15px 10px;
  background: #eee;
}

table.meta-box-table tr td {
  width:50%; 
  padding: 3px 10px;
}

.ruka {
  cursor: pointer;
}

