.turnirtable{}
.turnirtable table.table{}
.turnirtable table.table tr.tabzag{}
.turnirtable table.table tr.tabzag th{background: #f1e081;padding: 20px;border:1px solid transparent; text-align:center; font-size:17px;line-height:24px}
  
.turnirtable table.table tr th:nth-child(1),
.turnirtable table.table tr td:nth-child(1){border-radius: 20px 0 0 20px}
.turnirtable table.table tr th:nth-child(3),
.turnirtable table.table tr td:nth-child(3){border-radius:  0 20px 20px 0}
.turnirtable table.table tr td{border:1px solid transparent; border-top:1px solid #111; background:#111; color:#fff; text-align:center; padding: 20px; font-size:17px;line-height:24px}
.turnirtable table.table tr:nth-child(2n+1) td{background:#fff; color:#111}

@media (max-width: 991.98px) {
	.turnirtable table.table tr.tabzag th{vertical-align: middle;background: #f1e081;padding: 10px;border:1px solid transparent; text-align:center; font-size:15px;line-height:20px}
	.turnirtable table.table tr td{vertical-align: middle;border:1px solid transparent; border-top:1px solid #111; background:#111; color:#fff; text-align:center; padding:10px; font-size:15px;line-height:20px}
}