/* itseisännöity fonttinaama */

@font-face {
  font-family: 'Noto Sans Display';
  src: url('fonts/NotoSansDisplay-VariableFont_wdth,wght.woff2') format('woff2'),
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('fonts/NotoSans-VariableFont_wdth,wght.woff2') format('woff2'),
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Libre Baskerville';
  src: url('fonts/LibreBaskerville-Regular.woff2') format('woff2'),
  font-style: normal;
  font-weight: 400;
}

/* Perusosiot */
html,body {
	margin: 0 !important;
	padding: 0 !important;
	height: 100%;
	min-height: 0;
	overflow-x: hidden;
}

div.header {
	position: relative;
	width: 100%;
	height: 165px; /* Korkeus on 20% selaimen korkeudesta */
	margin-top: 0px !important;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px !important;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url("images/header_background.png");
	background-size: cover; /* Skaalaa kuvan täyttämään elementin säilyttäen mittasuhteensa */
	background-position: center; /* Keskittää kuvan vaakasunnassa */
	background-repeat: no-repeat; /* Estää kuvan toistumisen */
	border: 0px solid #000000;
	z-index: 4;

/* kuvien erikoisasetuksia */
}
img.logo {
	position: relative;
	left: 17%;
	top: 30px;
}
img.sp {
	padding: 0;
	margin-top: -3px;
	align: center;
	height: 100%;
	width: auto;
}
img.spbody {
	padding: 0;
	margin-top: -3px;
	align: center;
	height: 1em;
	width: auto;
}
img.spbodymob {
	padding: 0;
	margin-top: -3px;
	align: center;
	height: 2em;
	width: auto;
}
div.top {
	position: sticky;
	top: 0px;
	display: flex;
/*	height: 50px; */
	width: 100%;
	background-color: #F1F1F1;
	border-top-color: #A6A3A3;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #0095FF;
/*	box-shadow: 0px 0px 10px #0095FF; */
	z-index: 3;
}

@media only screen and (min-width: 768px) {
	div.topmenu {
		left: 0px;
		top: 0px;
		width: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 17%;
		padding-left: 0px;
		padding-right: 0px;
	}
}

div.topmenumob {
	left: 0px;
	top: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

@media only screen and (max-width: 768px) {
	div.topmenu {
		left: 0px;
		top: 0px;
		width: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
}


/* Mobiililaitteilta vasen marginaali pois */
div.topmenumob {
	left: 0px;
	top: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

div.footer {
	flex-shrink: 0;
	left: 0px;
	width: 100%;
	content: "";
	display: table;
	clear: both;
	padding-left: 17%;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	background-image: url("images/footer_background.png");
	background-size: cover; /* Skaalaa kuvan täyttämään elementin säilyttäen mittasuhteensa */
	background-position: center; /* Keskittää kuvan vaakasunnassa */
	background-repeat: no-repeat; /* Estää kuvan toistumisen */
	background-color: #EEEEEE;
	border-top-style: solid;
	border-top-color: #0095FF;
	border-top-width: 25px;
/*	background-color: #F1F1F1; */
/*	box-shadow: 0px 0px 30px #0095FF; */
	position: relative;
	z-index: 3;
}

div.footercol1 {
	float: left;
	margin-left: 0%;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 40%;
}

div.footercol2 {
	float: left;
	margin-left: 10%;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 30%;
}

div.centerall {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 0;
	content: "";
	display: table;
	clear: both;
	background-color: #F1F1F1;
}

@media only screen and (max-width: 768px) {
	div.left {
		display: none;
	}
}

@media only screen and (min-width: 769px) {
	div.left {
		display: flex;
		flex-direction: column;
		overflow: hidden;
		float: left;
		width: 17%;
		min-height: 0;
		height: 100%;
		background-color: #F1F1F1;
		padding-top: 50px;
		height: 100%;
		}
}

/* mobiililaitteilta piiloon */
div.leftmob {
	display: none;
}


@media only screen and (max-width: 768px) {
	div.right {
		display: none;
	}
}

@media only screen and (min-width: 769px) {
	div.right {
		display: flex;
		flex-direction: column;
		overflow: hidden;
		float: right;
		width: 20%;
		min-height: 0;
		height: 100%;
		padding-top: 50px;
		padding-left: 0;
		margin: 0;
		background-color: #F1F1F1;
		height: 100%;
	}
}

/* Mobiililaitteilta piiloon */
div.rightmob {
	display: none;
}

@media only screen and (max-width: 768px) {
	div.center {
		float: left;
		width: 100%;
		background-color: #FFFFFF;
		padding: 0 0 50px 0;
		margin: 0;
		z-index: 1;
	}
}

@media only screen and (min-width: 769px) {
	div.center {
		display: flex;
		flex-direction: column;
		overflow: hidden;
		float: left;
		width: 63%;
		height: 100%;
		min-height: 0;
		background-color: #FFFFFF;
		padding: 0 0 50px 0;
		margin: 0;
		z-index: 1;
	}
}

/* Mobiililaitteille 100-prosenttinen leveys */
div.centermob {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	padding: 0 0 50px 0;
	margin: 0;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
	div.center {
		float: left;
		width: 100%;
		background-color: #FFFFFF;
		padding: 0 0 50px 0;
		margin: 0;
		z-index: 1;
	}
}

/* Ylavalikko */
ul.topmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
li.topmenu a {
	display: block;
	color: black;
	background-color: #F1F1F1;
	padding: 13px 40px 9px;
	font-family: "Noto Sans Display", sans-serif;
	font-size: 1.4em;
	text-decoration: none;
	float: left;
}
li.topmenu a:hover {
	background-color: #0095FF;
	color: #FFFFFF;
}
li.topmenuselected a {
	display: block;
	color: #FFFFFF;
/*	background-color: #C7E8FF; */
	background-color: #A6A3A3;
	padding: 13px 40px 9px;
	font-family: "Noto Sans Display", sans-serif;
	font-size: 1.4em;
	text-decoration: none;
	float: left;
}
li.topmenuselected a:hover {
	background-color: #0095FF;
	color: #FFFFFF;
}
/* Vasen valikko */
ul.leftmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
li.leftmenu a {
	display: block;
	width: 100%;
	color: black;
	background-color: #F1F1F1;
	padding: 22px 30px 17px 30px;
	font-family: "Noto Sans Display", sans-serif;
	font-size: 1.4em;
	text-decoration: none;
	box-sizing: border-box;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	border-bottom-width: 3px;
}
li.leftmenu a:hover {
/*	background-color: #E2E2E2; */
	background-color: #C7E8FF;
	color: #000000;
	border-right-style: solid;
	border-right-color: #FF0000;
	border-right-width: 3px;
}

/* Oikea valikko */
ul.rightmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
li.rightmenu a {
	display: block;
	width: 100%;
	color: black;
	background-color: #F1F1F1;
	padding: 20px 0px 17px 20px;
	font-family: "Noto Sans Display", sans-serif;
	font-size: 1.4em;
	text-decoration: none;
	box-sizing: border-box;
}
li.rightmenu a:hover {
	background-color: #E2E2E2;
	color: #000000;
	border-left-style: solid;
	border-left-color: #FF0000;
	border-left-width: 3px;
	padding-left: 17px;
}

/* Fontit */
h1.title {
	font-family: "Libre Baskerville", Fantasy;
	font-size: 2.9em;
	color: #000000;
	letter-spacing: 1.1px;
	padding-top: 35px;
	padding-left: 86px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-weight: normal;
}
h2.header {
	font-family: "Noto Sans Display", sans-serif;
	font-size: 1.9em;
	color: #000000;
	padding-top: 30px;
	padding-left: 86px;
	padding-bottom: 0px;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 0.3em;
}
h3.subheader {
	font-family: "Noto Sans Display", sans-serif;
	font-size: 1.5em;
	color: #000000;
	padding-top: 0px;
	padding-left: 86px;
	padding-bottom: 0px;
	font-weight: normal;
	margin-bottom: 0.2em;
	margin-top: 1.2em;
	font-weight: bold;
}
p.bodytext {
	font-family: "Noto Sans Display", sans-serif;
	font-size: 1.5em;
	color: #000000;
	padding-top: 0px;
	padding-left: 86px;
	padding-right: 40px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 15px;
	line-height: 1.6;
}

/* Kuvateksti tai taulukon selitysteksti */
p.caption {
	font-family: "Noto Sans Display", sans-serif;
	font-size: 1.3em;
	font-style: italic;
	color: #000000;
	padding-top: 0px;
	padding-left: 86px;
	padding-right: 40px;
	padding-bottom: 0px;
	margin-bottom: 1em;
	margin-top: 0.3em;
	line-height: 1.6;
}

p.sidetext {
	font-family: "Noto Sans Display", sans-serif;
	font-size: 1.4em;
	color: #000000;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 3px;
	line-height: 1.6;
}
/* Vasemman sarakkeen tyyli */
p.lefttext {
	font-family: "Noto Sans Display", sans-serif;
	font-size: 1.4em;
	color: #000000;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	line-height: 1.3;
}

/* Lomakkeen tekstityylit */
p.fieldtext {
	font-family: "Noto Sans Display", sans-serif;
	color: #000000;
	font-size: 1.3em;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	line-height: 1;
}

p.fieldfix {
	font-family: "Noto Sans Display", sans-serif;
	color: red;
	font-size: 1.3em;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	line-height: 1;
}

p.fieldbody {
	font-family: "Noto Sans Display", sans-serif;
	color: #000000;
	font-size: 1.3em;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 5%;
	line-height: 1.4;
}

ul.bodylist {
	list-style: square inside url("images/checkmark.png");
	font-family: "Noto Sans Display", sans-serif;
	color: #000000;
	font-size: 1.4em;
	margin-left: 90px;
	padding-top: 0px;
	padding-left: 30px;
	padding-bottom: 10px;
	line-height: 2;
}

ul.sidelist {
	list-style: square inside url("images/checkmark.png");
	font-family: "Noto Sans Display", sans-serif;
	color: #000000;
	font-size: 1.4em;
	margin-left: 10px;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
	line-height: 2;
}

ul.plainlist,ol.plainlist {
	font-family: "Noto Sans Display", sans-serif;
	color: #000000;
	line-height: 1.6;
	font-size: 1.4em;
	margin-left: 90px;
	padding-top: 0px;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-right: 40px;
}
li.plainlist {
	margin-bottom: 10px;
}



/* Footerin fontti */
p.footertext {
	font-family: "Noto Sans Display", sans-serif;
	color: #FFFFFF;
	font-size: 1.2em;
	padding-top: 0px;
	padding-left: 86px;
	padding-bottom: 0px;
	line-height: 1.3;
	font-weight: bold;
}

/* Pieni fontti */
p.smalltext {
	font-family: "Noto Sans Display", sans-serif;
	color: #000000;
	font-size: 1.2em;
	padding-top: 0px;
	padding-left: 86px;
	padding-bottom: 0px;
	line-height: 1.3;
}

/* Lomakkeen lista */
ul.formlist {
	font-family: "Noto Sans Display", sans-serif;
	color: #000000;
	font-size: 1.3em;
	padding-top: 0px;
	padding-left: 30px;
	padding-bottom: 0px;
	line-height: 1.4;
}


/* Lomakkeen tekstikentat */

input[type=text].inputtext, input[type=email].inputtext, input[type=tel].inputtext {
	font-family: "Noto Sans Display", sans-serif;
	color: #000000;
	font-size: 1.3em;
	width: 75%;
	padding: 12px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline-block;
	border-top: 6px solid #0095FF;
	border-bottom: 1px solid #0095FF;
	border-left: 1px solid #0095FF;
	border-right: 1px solid #0095FF;
	box-sizing: border-box;
	box-shadow: 3px 3px 7px #B7B7B7;
}
input[type=text].inputfix, input[type=email].inputfix, input[type=tel].inputfix {
	font-family: "Noto Sans Display", sans-serif;
	color: #000000;
	font-size: 1.3em;
	width: 75%;
	padding: 12px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline-block;
	border-top: 6px solid red;
	border-bottom: 1px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red;
	box-sizing: border-box;
	box-shadow: 3px 3px 7px #B7B7B7;
}

input[type=text].inputtext:focus, input[type=email].inputtext:focus, input[type=tel].inputtext:focus {
	background-color: #FEFF50;
	outline: none;
}
input[type=text].inputfix:focus, input[type=email].inputfix:focus, input[type=tel].inputfix:focus {
	background-color: #FEFF50;
	outline: none;
}

input[type=text].inputtext:hover, input[type=email].inputtext:hover, input[type=tel].inputtext:hover {
	background-color: #BAFF9E;
}
input[type=text].inputtext:focus:hover, input[type=email].inputtext:focus:hover, input[type=tel].inputtext:focus:hover {
	background-color: #FEFF50;

}
input[type=text].inputfix:focus:hover, input[type=email].inputfix:focus:hover, input[type=tel].inputfix:focus:hover {
	background-color: #FEFF50;

}
input[type=text].inputfix:hover, input[type=email].inputfix:hover, input[type=tel].inputfix:hover {
	background-color: #BAFF9E;
}

/* Lomakkeen painikkeet */
input[type=submit].nextbutton {
	background-image: linear-gradient(#3BD33F 3%, #7DFF81 17%, #3BD33F 60%);
	font-family: "Noto Sans Display", sans-serif;
	font-size: 20px;
	padding: 14px 40px;
	margin-left: 30px;
	border-radius: 8px;
}
@keyframes buttonhover {
	20%	{transform: rotate(-2deg);}
	50%	{transform: rotate(2deg);}
}

input[type=submit].nextbutton:hover {
	background-image: linear-gradient(#3BD33F 3%, #FAFF90 17%, #3BD33F 60%);
	box-shadow: 4px 4px 10px #9A9A9A;
	animation-name: buttonhover;
	animation-duration: 2s;
}
@keyframes buttonpress {
	2%	{
		transform: translateY(3px);
		box-shadow: 1px 1px 5px #9A9A9A;
		}
	100%	{transform: translateY(0px);translateX(0px);}
}
input[type=submit].nextbutton:active {
	outline: none;
	animation-name: buttonpress;
	animation-duration: 2s;
}
input[type=submit].backbutton {
	background-image: linear-gradient(#CBCBCB 3%, #E9E4E4 17%, #D2D2D2 60%);
	font-family: "Noto Sans Display", sans-serif;
	font-size: 20px;
	padding: 14px 40px;
	border-radius: 8px;
}
input[type=submit].backbutton:hover {
	background-image: linear-gradient(#CBCBCB 3%, #F1F1B8 17%, #D2D2D2 60%);
	box-shadow: 4px 4px 10px #9A9A9A;
	animation-duration: 2s;
}
input[type=submit].backbutton:active {
	outline: none;
	animation-name: buttonpress;
	animation-duration: 2s;
}


/* Tilauksen aloitusnapit */
input[type=submit].startbutton {
	background-image: linear-gradient(#3BD33F 3%, #7DFF81 17%, #3BD33F 60%);
	font-family: "Noto Sans Display", sans-serif;
	font-size: 20px;
	padding: 14px 40px;
	margin-left: 30px;
	margin-bottom: 70px;
	border-radius: 8px;
}
input[type=submit].startbutton:hover {
	background-image: linear-gradient(#3BD33F 3%, #FAFF90 17%, #3BD33F 60%);
	box-shadow: 4px 4px 10px #9A9A9A;
	animation-name: buttonhover;
	animation-duration: 2s;
}
input[type=submit].startbutton:active {
	outline: none;
	animation-name: buttonpress;
	animation-duration: 2s;
}


/* Lomakkeen valinnat */
select.selection {
	width: 300px;
	padding: 16px 20px;
	border: none;
	background-color: #f1f1f1;
	font-family: "Noto Sans Display", sans-serif;
	color: #000000;
	font-size: 1.3em;
	width: 400px;
	padding: 12px 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-top: 1px solid #0095FF;
	border-bottom: 1px solid #0095FF;
	border-left: 1px solid #0095FF;
	border-right: 1px solid #0095FF;
	box-sizing: border-box;
	box-shadow: 3px 3px 7px #B7B7B7;
}

select.selection:hover {
	background-color: #ACE695;
}

select.selection:focus {
	outline: none;
	background-color: #f1f1f1;
}

select.selectionfix {
	width: 300px;
	padding: 16px 20px;
	color: red;
	background-color: #f1f1f1;
	font-family: "Noto Sans Display", sans-serif;
	font-size: 1.3em;
	width: 400px;
	padding: 12px 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red;
	box-sizing: border-box;
	box-shadow: 3px 3px 7px #B7B7B7;
}

select.selectionfix:hover {
	background-color: #ACE695;

}

select.selectionfix:focus {
	outline: none;
	background-color: #f1f1f1;

}

option.choose {
	color: #000000;
}

/* LOMAKKEEN RASTIT */

label.boxandtext {
	display: block;
	position: relative;
	padding-left: 37px;
	margin-bottom: 14px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label.boxandtextfix {
	display: block;
	color: red;
	position: relative;
	padding-left: 37px;
	margin-bottom: 14px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Oletusvalintaboksin piilotus */
label.boxandtext input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
label.boxandtextfix input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

span.rasti {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #F1F1F1;
	border-top: 1px solid #0095FF;
	border-bottom: 1px solid #0095FF;
	border-left: 1px solid #0095FF;
	border-right: 1px solid #0095FF;
	box-shadow: 2px 2px 4px #B7B7B7;
}
span.rastifix {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #F1F1F1;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red;
	box-shadow: 2px 2px 4px red;
}

label.boxandtext input:checked ~ .rasti {
	background-color: #FFFFFF;
}

label.boxandtextfix input:checked ~ .rasti {
	background-color: #FFFFFF;
}

label.boxandtext:hover input ~ .rasti {
	background-color: #ACE695;
}
label.boxandtextfix:hover input ~ .rastifix {
	background-color: #ACE695;
}

span.rasti:after {
	content: "";
	position: absolute;
	display: none;
}

span.rastifix:after {
	content: "";
	position: absolute;
	display: none;
}

/* Rastin nayttaminen */
label.boxandtext input:checked ~ .rasti:after {
	display: block;
}
label.boxandtextfix input:checked ~ .rastifix:after {
	display: block;
}

/* Rastin ulkoasu */
label.boxandtext span.rasti:after {
	left: 7px;
	top: 3px;
	width: 7px;
	height: 13px;
	border: solid #0095FF;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
label.boxandtextfix span.rastifix:after {
	left: 7px;
	top: 3px;
	width: 7px;
	height: 13px;
	border: solid #0095FF;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* Lomakkeen blokit */
div.formrow {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 86px;
	margin-right: 0px;
	width: calc(100% - 86px);
}
div.blueformrow {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 86px;
	margin-right: 0px;
	width: 80%;
	background-color: #C7E8FF;
}
div.formblock {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 25px;
}
div.buttonrow {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 86px;
	margin-right: 0px;
	width: 100%;
}
div.robotblock {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 25px;
}
div.robotfix {
	display: block;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 25px;
	border-style: solid;
	border-width: 2px;
	border-color: red;
}


/* Lomakkeen taulukko */

table.ordercount {
	border-collapse: collapse;
	font-family: "Noto Sans Display", sans-serif;
	color: #000000;
	font-size: 1.3em;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px solid #0095FF;
	border-bottom: 1px solid #0095FF;
	border-left: 4px solid #0095FF;
	border-right: 1px solid #0095FF;
	box-shadow: 3px 3px 7px #B7B7B7;
	white-space: nowrap;
}
tr.ordercount, td.ordercount {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 12px 20px 12px 12px;
	border-top: 1px solid #0095FF;
	border-bottom: 1px solid #0095FF;
	border-left: 1px solid #0095FF;
	border-right: 1px solid #0095FF;
}

tr.yhteensa, td.yhteensa {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 12px 20px 12px 12px;
	border-top: 3px solid #0095FF;
	border-bottom: 1px solid #0095FF;
	border-left: 1px solid #0095FF;
	border-right: 1px solid #0095FF;
	background-color: #F1F1F1;
}

th.yhteenveto {
	background-color: #C7E8FF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 12px 20px 12px 12px;
	border-top: 1px solid #0095FF;
	border-bottom: 1px solid #0095FF;
	border-left: 1px solid #0095FF;
	border-right: 1px solid #0095FF;
}
/* Hinnastotaulukko */

table.hinnasto {
	border-collapse: collapse;
	font-family: "Noto Sans Display", sans-serif;
	color: #000000;
	font-size: 1.3em;
	width: 20%;
	table-layout: auto;
	margin-left: 86px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #0095FF;
	border-bottom: 1px solid #0095FF;
	border-left: 4px solid #0095FF;
	border-right: 1px solid #0095FF;
	box-shadow: 3px 3px 7px #B7B7B7;
	white-space: nowrap;
}
tr.hinnasto, td.hinnasto {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 12px 20px 12px 12px;
	border-top: 3px solid #0095FF;
	border-bottom: 1px solid #0095FF;
	border-left: 1px solid #0095FF;
	border-right: 1px solid #0095FF;
	background-color: #F1F1F1;
}

th.hinnastohead {
	background-color: #C7E8FF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 12px 20px 12px 12px;
	border-top: 1px solid #0095FF;
	border-bottom: 1px solid #0095FF;
	border-left: 1px solid #0095FF;
	border-right: 1px solid #0095FF;
}
/* Taulukko sopimukseen ja tietosuojaselosteeseen */

table.terms {
	border-collapse: collapse;
	font-family: "Noto Sans Display", sans-serif;
	color: #000000;
	font-size: 1.3em;
	width: 90%;
	table-layout: auto;
	margin-left: 86px;
	margin-top: 1.2em;
	margin-bottom: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 4px solid #000000;
	border-right: 1px solid #000000;
	box-shadow: 3px 3px 7px #B7B7B7;
	white-space: normal;
	word-break: normal;
}

tr.terms, td.terms {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 12px 20px 12px 12px;
	border-top: 3px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FFFFFF;
}

th.termshead {
	background-color: #EFEFEF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 12px 20px 12px 12px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
