
.tabulka-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid black;
  padding: 6px;
  text-align: center;
}



.content-table {
  border: collapse;
  margin: 15px 0;
  font-size:.85rem;
  min-width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
  background-color: #009879; font-size: .75rem;
  color: #ffffff;
  text-align: left;
  border: 1px solid #dddddd;
}
.content-table th {
  padding: 12px 15px;
}

.content-table td {
  padding: 10px 15px;
}

.content-table tbody tr {
  border: 1px solid #dddddd;  background-color: #ffffff; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}