.tx-welmec-ctcp table.table {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.tx-welmec-ctcp table.table > thead {
  font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #000000;
}
.tx-welmec-ctcp table.table > thead > tr > th {
  vertical-align: baseline;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-bottom: 4px solid #6f91a7;
  line-height: 1.42857143;
  text-align: left;
}
.tx-welmec-ctcp table.table tbody > tr > td {
  padding: 8px 16px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.tx-welmec-ctcp table.table tbody tr td {
  background: #fff;
}
.tx-welmec-ctcp table.table tbody tr td:first-child {
  border-left: 4px solid transparent;
}
.tx-welmec-ctcp table.table tbody tr td:last-child {
  border-right: 4px solid transparent;
}
.tx-welmec-ctcp table.table tbody tr:hover td {
  background: #f1f1f1;
}
.tx-welmec-ctcp table.table tbody tr:hover td:first-child {
  border-left: 4px solid #6f91a7;
}
.tx-welmec-ctcp table.table tbody tr:hover td:last-child {
  border-right: 4px solid #6f91a7;
}
