* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

table {
  color: #333;
  font-family: open-sans;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  border-spacing: 0;
  width: 99.3%;
  min-width: 729px;
  margin: 0px;
}

thead tr:first-child {
    background: rgb(240, 240, 240);
    color: #2578B8;
    border: none;
    height: 50px;
}

th {
    font-weight: 700;
    line-height: 1.1em;
}
th:first-child, td:first-child {padding: 0 5px 0 5px;}

/*thead tr:last-child th {border-bottom: 2px solid #ddd;}    --- cara pod hlavickou */ 

tbody tr:hover {background-color: #effdef;}
tbody tr:last-child td {border: none;}
tbody td {border-bottom: 1px solid #ddd; height: 50px; vertical-align: middle;}

td:last-child {
  /*text-align: right;*/
  /*padding-right: 10px;*/
}

.button {
  color: #428bca;
  text-align: center;
  text-decoration: none;
  padding-left: 15px;
}

.button:hover {
  text-decoration: underline;
  cursor: pointer;
}

.nabidkyWrapper {
    
    float: none;
    margin: auto;
    width: 100%;
}

.nabidkyPercentBg {
    position: static;
    display: block;
    float: left;
    width: 60%;
    height: 10px;
    margin: 5px 0px 0px 0px;
    padding: 0;
    background-color: rgb(178, 178, 178);
}

.nabidkyPercentGreen {
    position: static;
    display: block;
    width: 30%;
    height: 10px;
    top: 0px;
    bottom: auto;
    left: 0px;
    right: auto;
    background-color: rgb(0, 255, 0);
}

.nabidkaPercentNumber {
    margin: 0px;
    padding: 0px;
    width: 30%;
    float: left;
    display: block;
    position: static;
    text-align: left;
    margin-left: 5px;
}


.tableHeaderBlue {
    padding: 0px 5px 0px 5px;
}


.tableDataHighlighted {
    font-weight: 700;
}

.tableDataWarning {
    color: red;
}

.rightText {
    text-align: right;
    padding: 0;
}

.tableDataCheckbox {
    width: 100%; 
    height: 30px; 
    text-align: center; 
    padding-top:10px;
}

.checkboxClass {
    position: static; 
    display: block; 
    text-align: center; 
    margin: auto; 
    float: none;
}

.tableArrow {
    width: 100%; 
    height: 30px;
    background-image: url("img/dropDown.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

@media only screen and (max-width: 768px) {

    table {
      font-size: 0.7em;
    }