﻿/* === Tabulka === */


.table-sxo-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 24px 0;
}


.table-sxo {
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  color: #313445;
  border-left: 1px solid #d5d8e5;
  border-right: 1px solid #d5d8e5;
}


.table-sxo th,
.table-sxo td {
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #d5d8e5;
}


.table-sxo thead th {
  background: #eceef7;
  color: #313445;
  font-weight: 700;
}


.table-sxo tbody td:first-child {
  font-weight: 700;
}


.table-sxo a,
.table-sxo a:link,
.table-sxo a:visited,
.table-sxo a:hover,
.table-sxo a:focus,
.table-sxo a:active {
  color: #009900;
  text-decoration: none;
  font-weight: 700;
}


@media (max-width: 767px) {
  .table-sxo {
    font-size: 14px;
    min-width: 520px;
  }


  .table-sxo th,
  .table-sxo td {
    padding: 10px 12px;
  }
}