.table-responsive {
	margin-bottom: 30px;
	margin-top: 20px;
}
.table {
	border-bottom: 2px solid #f3f3f3;
	margin: 0;
}
.table-responsive + .table-responsive {
	margin-top: 50px;
}
.table thead tr th, .table thead tr td, .table tbody tr th, .table tbody tr td {
	border-top: 2px solid #f3f3f3;
	line-height: 22px;
	padding: 8px 20px;
	vertical-align: middle;
}
.table thead tr th.smallpadding, .table thead tr td.smallpadding, .table tbody tr th.smallpadding, .table tbody tr td.smallpadding {
	padding: 8px 10px;
}
.table tbody tr th {
	background-color: #f3f3f3;
}

.meteotable .icon-check, .meteotable .icon-close {
	margin-right: 10px;
	vertical-align: middle;
}
.meteotable .icon-check {
	color: #34ab37;
}
.meteotable .icon-close {
	color: #d72424;
}
.meteotable .icon-clockwise, .meteotable .icon-anticlockwise {
	float: left;
	font-size: 30px;
	margin-right: 10px;
	margin-top: 7px;
	vertical-align: middle;
}
.meteotable .icon-clockwise {
	color: #ff7000;
}
.meteotable .icon-anticlockwise {
	color: #42b600;
}

.meteotable th, .meteotable td {
	white-space: normal !important;
}

.meteotable.traillist [class^="icon-"] {
	display: inline-block;
	min-width: 30px;
}

span.bike-allow, .statustext.open {
	color: #70b500;
}
span.bike-not-allow, .statustext.closed  {
	color: #e2121a;
}


/* Desktop */
@media (max-width: 1440px) {
	.table tbody tr th, .table tbody tr td {
		padding-left: 0;
	}
	.table.table-striped tbody tr th, .table.table-striped tbody tr td {
		padding-left: 20px;
	}
	.table tbody tr th:first-child, .table tbody tr td:first-child {
		padding-left: 20px;
	}

	.articlemeteowidget .table tbody tr td, .articlemeteowidget .table tbody tr th:last-child {
		white-space: nowrap;
	}
	.articlemeteowidget .table tbody tr td:first-child {
		white-space: normal;
	}
}


/* Tablet */
@media (max-width: 1080px) {
	.articlemeteowidget .table-responsive {
		margin-top: 13px;
	}
}


/* Smartphone */
@media (max-width: 640px) {
	.table-responsive {
		border: 0;
		/*
		margin-right: -20px;
		margin-right: 0;
		*/
		min-width: 100%;
		width: auto;
	}
	/*
	.priceoverview:not(.roompriceavailability) .table-responsive {
		padding-right: 20px;
	}
	*/
	.articlemeteowidget .table-responsive {
		margin-top: 20px;
	}
	.table-responsive > .table {
		display: inline-table;
	}
	.table tbody tr th, .table tbody tr td,
	.table tbody tr th:first-child, .table tbody tr td:first-child {
		line-height: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.table.trail-lifts {
		min-width: 400px;
	}

	.table.break-xs, .table.break-xs tbody, .table.break-xs tr, .table.break-xs td {
		border: 0;
		display: block;
		width: 100%;
	}
	.table.break-xs tr {
		border-bottom: 2px solid #f3f3f3;
		padding-bottom: 8px;
		padding-top: 8px;
	}
	.table.break-xs tr:first-child {
		padding: 0;
	}
	.table.break-xs th {
		display: none;
	}
	.table.break-xs td, .table tbody tr td:first-child {
		line-height: 20px;
		/*padding: 2px 0;*/
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.table.traillist.break-xs td, .table.meteostation.break-xs td {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.table.meteotable tbody tr td:first-child {
		padding-left: 15px;
		padding-right: 15px;
	}

	.table.trail-slopes tbody tr td:last-child {
		padding: 0;
	}
	/*.meteotable.traillist td:not(.align-middle) [class^="icon-"] {
		margin-left: 15px;
	}*/

	.table.traillist tr td.text-right {
		text-align: left;
	}
	.table.traillist tr {
		position: relative;
	}
	.table.traillist tr td.state {
		position: absolute;
		bottom: 10px;
		left: 0;
	}
	.table.traillist tr td .statustext {
		padding-left: 20px;
	}
	.table.traillist tr td .icon-bike {
		float: right;
		position: relative;
	}
	.table.traillist tr th.meteo-headline {
		background: transparent;
		border: 0;
		display: block;
		padding-bottom: 0;
		padding-top: 0;
	}
}
