/* 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: 95px;
    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;
	}
	

/*hieronta booking*/
.slotti-book-now {
	position: relative;
    min-height: 600px;
}


@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;
	}
}

/*logot*/
.logot ul {
		padding-left: 0px!important;
}

.logot ul li {
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
}

.logot ul li img {
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 90px;
    box-shadow: none !important;
}
