.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clearfix
{
	clear:both;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}
body {
	margin-top: 0em;
}

img {
 border: none;
}

#kuva {
	position: relative;
	top: -9.5em;
	left: 14.0em;
}

#pienikipalogo {
	width:130px;
	height:128px;
	margin-top:30px;
	margin-left:30px;
	filter:drop-shadow(-3px 3px 3px gray);
}

#kipa40vlogo {
	display: block;
	width:50%;
	height:50%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	filter:drop-shadow(-3px 3px 3px gray);
}

#tbl_cal {
	border-collapse: collapse;
	width:55%;
	height:80%;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#cal_corners {
	margin-left: 10px;
	border-radius: 5px;
	border: 2px solid grey;
	padding: 5px;
	background-color:#F5F5F5;
	-webkit-border-radius: 25px;
	-webkit-box-shadow: -20px 20px 10px -10px rgba(0, 0, 0, .50), -20px 0 10px -10px rgba(0, 0, 0, .50);
	box-shadow: -20px 20px 10px -10px rgba(0, 0, 0, .50), -20px 0 10px -10px rgba(0, 0, 0, .50);
}