table_tr-kod {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 14px;
width: 100%;
border-radius: 10px;
border-spacing: 0;
text-align: center;
}
th {
background: #7FB5B5;
color: white;
text-shadow: 0 1px 1px #2D2020;
padding: 10px 20px;
}
th, td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: white;
}
th:first-child {
border-top-left-radius: 10px;
}
th:last-child {
border-top-right-radius: 10px;
border-right: none;
}
td {
padding: 10px 20px;
background: #AAF0D1;
}
tr:last-child td:first-child {
border-radius: 0 0 0 10px;
}
tr:last-child td:last-child {
border-radius: 0 0 10px 0;
}
tr td:last-child {
border-right: none;
}
.z-button {
  min-width: 100px;
  font-family: inherit;
  appearance: none;
  border-radius: 5px;
  border-bottom: 2px ridge;
  background: #FFB02E;
  color: #1e5945;
  padding: 8px 16px;
  font-size: 1rem;
  cursor: pointer;
}

.z-button:hover {
  background: #1e5945;
}
.z-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #cbd6ee;
}