﻿.tournamentrankings table
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.tournamentrankings table .headrow
{
	border-bottom: 2px solid #000000;
}
.tournamentrankings table .separatorrow
{
	border-bottom: 1px solid #cccccc;
	height: 10px;
}
.tournamentrankings table .headrow td 
{
	font-weight: bold;
}
.tournamentrankings table .points
{
	text-align: right;
	padding-left: 5px;
}
.tournamentrankings table .rank
{
	padding-right: 5px;
}
.tournamentrankings table .playoff
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.tournamentmatches
{
}
.tournamentmatches .tabscontainer {
    margin-top: -10px;
}
.tournamentmatches .smallTabSelected, .tournamentmatches .smallTab
{
	width: auto;
    min-width: 90px;
	padding-left: 0px;
	padding-right: 0px;
    margin-top: 10px;
}
.tournamentmatches .smallTabSelected a, .tournamentmatches .smallTab a
{
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
	.tournamentmatches .matchlist .matchlistpulje .alt, .tournamentmatches .matchlistpulje .alt {
		background-color: #f3f3f3;
	}
	.tournamentmatches .matchlist .headrow, .tournamentmatches .matchlistpulje .headrow {
		border-bottom: 2px solid #000000;
	}

	.tournamentmatches .matchlist .headrow td, .tournamentmatches .matchlistpulje .headrow td {
		padding-top: 10px;
		font-weight: bold;
	}
	.tournamentmatches .matchlist tr, .tournamentmatches .matchlistpulje tr {
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #C0C0C0;
	}
	.tournamentmatches .matchlist td, .tournamentmatches .matchlistpulje td {
		padding-right: 10px;
	}

	.tournamentmatches .matchlist td.player a, .tournamentmatches .matchlistpulje td.player a {
		font-weight: normal;
	}
	.tournamentmatches .matchlist td.player.winner, .tournamentmatches .matchlist td.player.winner, .tournamentmatches .matchlistpulje td.player.winner, .tournamentmatches .matchlistpulje td.player.winner, {
		font-weight: bold;
		text-decoration: underline;
	}
.mobile .tournamentmatches .matchlist  {
    width: 100%;
}
.mobile .tournamentmatches .matchlist td 
{
    display: block;
}
.mobile .tournamentmatches .matchlist td.sep {
    height: 5px;
    line-height: 5px;
    vertical-align: middle;
}
.tournamentmatches .eventlist a
{
	margin-right: 10px;
}
