
/* Theme Table */

.themetable table {
	width: 100%;
	border: 0px solid white;
	text-align: left;
}
.themetable table thead tr {
	color: white;
	background-color: #044C77;
	font-size: 11px;
}
.themetable table thead th {
	padding: 15px 10px;
	border: 0px solid white;
}
.themetable table tbody tr {
	color: #333333;
	background-color: #F2E4D8;
	font-size: 16px;
}
.themetable table tbody td {
	padding: 5px 10px;
	border: 0px solid white;
}

.themetable p {
	color: #333333;
	font-size: 16px;
}


/* Team Sponsors */

.teamsponsors table {
	border: none;
}
.teamsponsors h2 {
	padding-top: 50px;
}
.teamsponsors img {
	max-width: 160px;
	margin: 15px 0;
}


/* Custom Footer */

.customfooter table {
	border: none;
}
.customfooter td {
	text-align: center;
	font-size: 19px;
	color: #B8BECA;
	padding: 0 0 20px 0;
}
.customfooter .cd-image-block {
	text-align: center;
}
.customfooter .raiffeisen img {
	max-width: 170px;
}
.customfooter .junds img {
	max-width: 40px;
}
.customfooter .swisslos img {
	max-width: 150px;
}
