.tx-wta table {
  border-collapse: separate;
  border-spacing: 2px;
}

.tx-wta table td {
  vertical-align: center !important;
}

table.tx_wta {
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #F2F2F2;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
  margin: 20px 0;
}

table.tx_wta caption {
  font-size: 1.5em;
}

table.tx_wta tr {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: .35em;
}
table.tx_wta tr:nth-child(2n) {
  background-color: #f2f2f2;
}

table.tx_wta th,
table.tx_wta td {
  padding: .625em;
  text-align: center;
  font-size: 19px;
  text-align: left;
}

table.tx_wta th {
  font-size: .85em;
}

table.tx_wta .nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  table.tx_wta .nowrap {
    white-space: normal;
  }
}

@media screen and (max-width: 860px) {
  table.tx_wta {
    border: 0;
    table-layout: fixed;
  }

  table.tx_wta caption {
    font-size: 1.3em;
  }

  table.tx_wta thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.tx_wta tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table.tx_wta td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table.tx_wta td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table.tx_wta td:last-child {
    border-bottom: 0;
  }
}

.tx_wta_search {
  margin-bottom: 20px;
}

.status-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-radius: 50%;
  vertical-align: baseline;
}

.status-bullet.status-bullet-black {
  background-color: #333333;
}

.status-bullet.status-bullet-blue {
  background-color: #007cff;
}

.status-bullet.status-bullet-green {
  background-color: #67cd00;
}

.status-bullet.status-bullet-yellow {
  background-color: #f9df06;
}

.status-bullet.status-bullet-red {
  background-color: #cd0000;
}
