
/* contenttable */
table.contenttable {
	border-spacing: 2px;
	text-align: center;
	width: 100%;
}

table.contenttable th {
	background-color: #4f6187;
	color: #fff;
	font-weight: bold;
	line-height: 58px;
}

table.contenttable td {
	font-weight: 300;
	padding: 20px 0;
	white-space: nowrap;
}

table.contenttable tr:nth-child(even) td {
	background-color: #fff;
}
table.contenttable tr:nth-child(odd) td {
	background-color: #f8f8f8;
}

table.contenttable th {
	background-color: #e3dfd3;
}

/* Prices */

table.prices {
	border-spacing: 2px;
	text-align: center;
	width: 100%;
}

table.prices th {
	background-color: #607cae;
	color: #fff;
	font-weight: bold;
}

table.prices td {
	font-weight: 500;
	white-space: nowrap;
}

table.prices th, table.prices td {
	padding: 10px 15px;
}

table.prices td:first-child {
	font-weight: 300;
}

table.prices tr:nth-child(even) td {
	background-color: #fff;
}
table.prices tr:nth-child(odd) td {
	background-color: #fcfcfc;
}

table.prices.columns2 th, table.prices.columns2 td {
	width: 50%;
}

table.prices.columns3 th, table.prices.columns3 td {
	width: 33.33%;
}

table.prices.columns4 th, table.prices.columns4 td {
	width: 25%;
}

table.prices.columns5 th, table.prices.columns5 td {
	width: 20%;
}

/* Summer prices */
table.summer th {
	background-color: #8dad66;
}

/* Winter prices */
table.winter th {
	background-color: #607cae;
}

/* Tablet */
@media screen and (min-width: 720px) {
}

/* Desktop */
@media screen and (min-width: 960px) {
	table {
		line-height: 150%;
	}
}

/* Widescreen */
@media screen and (min-width: 1280px) {
}