.slotti-book-now {
	height: 600px!important;
}


/* iso tarjous-nappi */
.news-wrap.tarjoukset {
	padding-bottom:0;
}

/* Ryhmäliikunta vko-kalenteri*/
table.viikko {
	overflow:auto;
	margin:25px 0;
	border-collapse: collapse;
	border:0;
}
table.viikko tr {
    width: 14.285%;
    display: inline-block;
    float: left;
}
table.viikko tr td {
    display: block;
    width: 100%;
    padding: 5px;
    text-align: center;
    clear: both;
    float: left;
	min-height: 107px;
	border-style: solid;
    border-collapse: collapse;
    border-spacing: unset;
    border-width: 1px;
    border-color: #808080;
	font-size: 13px;
}
table.viikko tr td:first-child {
	min-height:unset;
}
table.viikko td:nth-child(odd) {
    background: #eee;
}


	/*border-fixes*/
	table.viikko tr td,
	table.viikko td:nth-child(odd) {
    	border-right: 0;
    	border-bottom: 0;
	}
	table.viikko tr:last-child td:nth-child(odd),
	table.viikko tr:last-child td:nth-child(even) {
		border-right:1px solid;
	}
	table.viikko tr td:last-child {
		border-bottom:1px solid;
	}
	
	@media (max-width:800px) {
	table.viikko tr {
		float: none;
		width: 100%;
	}
	table.viikko tr td {
		min-height:unset;
		border-right:1px solid !important;
	}
	table.viikko tr td:last-child {
		border-bottom:2px solid;
	}
}
