/* Clubmeisterschaft Spielplan */
/* --------------------------- */

#cmSchedule table {
	border-collapse:collapse;
}

#cmSchedule td {
  width: 130px;
}

#cmSchedule td + td {
  width: 120px;
}

#cmSchedule td + td + td {
  width: 35px;
  text-align: center;
}

#cmSchedule td + td + td + td {
  width: 260px;
  text-align: left;
}

#cmSchedule td + td + td + td + td {
  width: auto;
  text-align: left;
}

#cmSchedule .score {
  width: 20px;
  display: table-cell;
  text-align: right;
  padding-right: 8px;
}

#cmSchedule .scoreDelimiter {
  display: table-cell;
}

#cmSchedule .noBorder {
  border-top: none;
}

#cmSchedule .thinBorder {
  border-top: solid;
  border-top-width: 1px;
  border-top-color: #ccc;
}

#cmSchedule .thickBorder {
  border-top: solid;
  border-top-width: 2px;
  border-top-color: #ccc;
}

/* Clubmeisterschaft Resultate */
/* --------------------------- */

#cmResults .standings {
  float: left;
  width: 50%;
}

#cmResults .logo {
  float: right;
  width: 45%;
  padding-top: 3em;
}

#cmResults table {
	padding: 0px;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	border-collapse: collapse;
	width: auto;
}

#cmResults thead td {
	padding: 5px;
    font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

/* In der Rangliste ist der zweite Spaltentitel linksbündig */
#cmResults thead tr td:nth-child(2) {
  text-align: left;
 	padding-left: 10px;
}

#cmResults td {
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px 10px;
}

#cmResults .dateNotPlayed {
	color: #cccccc;
}

#cmResults .datePlayed {
}

#cmResults tbody tr:nth-child(even) {
	background-color: #f4f4f4;
}

#cmResults .team1notPlayed {
  color: #cccccc;
  text-align: right;
}

#cmResults .team2notPlayed {
	color: #cccccc;
}

#cmResults .team1won {
	font-weight: bold;
  text-align: right;
}

#cmResults .team1lost {
  text-align: right;
}

#cmResults .team2won {
	font-weight: bold;
}

#cmResults .team2lost {
}

#cmResults .place {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

#cmResults .rankingNumber {
	width: 20px;
	text-align: right;
}

#cmResults .rankingStones {
	width: 20px;
	text-align: right;
}

#cmResults .rankingGames {
	width: 30px;
	text-align: center;
}

#cmResults .rankingTeam {
	width: 120px;
	text-align: left;
	padding-right: 20px;
}

#cmResults .rankingTeamFinal {
	width: 150px;
	text-align: left;
	padding-right: 20px;
}

/* Clubmeisterschaft Teams */
/* ----------------------- */

#cmTeams table {
  vertical-align: top;
  padding: 0px;
}

#cmTeams td {
  border: none;
  vertical-align: top;
  padding: 0px;
}

#cmTeams thead td {
	text-align: left;
	font-weight: bold;
}

#cmTeams .teamTable {
	padding: 0px;
	width: 100%;
	margin-right: 20px;
	margin-bottom: 20px;
	border: none;
}

#cmTeams .teamsMainTable {
  border-style: none;
}

#cmTeams .teamTD {
  width: 33%;
  border: none;
}