body, html {
	margin: 0;
	padding: 0;
}


.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 0%;
  left: 0%;
  /*transform: translate(-50%,-50%);*/
}

table {
	 margin-top: 5%;
	 
    margin-left: auto;
    margin-right: auto;
	
	 border-radius: 10px;
}

.leipis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.leipisminihuom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
}

.lomake {
	z-index: 2;
	position: absolute;
	background: rgba(110,135,267,0.3);
	top: -22px;
	bottom: 0;
	left: -98px;
	right: 0;
}
