
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;	padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
*/

#iPopup {
	display: none;
	background-color: #914957;
	color: #fff;
	padding: 2px;
	text-align: center;
	position: absolute;
}

/*
a {
	color: #669096;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
*/

/* === POPUPLOGO === */

.popuplogo {
	text-align: center;
	padding: 0.5rem;
	background-color: #f7f7f7;
}
.popuplogo img {
	height: 3rem;
}
/* logonalinen julkaisun nimi */
.popuplogo .nimeke1 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: auto; /* tarvitaan koska eri maxleveys kuin containerilla */
	margin-right: auto; /* tarvitaan koska eri maxleveys kuin containerilla */
	font-size: 1.1rem;
	font-weight: normal;
}

#popupcontent {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin-top: 1rem;
}


.popuplogo.kirjanmerkki {
	background-size: 2.4rem;
	/*background-size: auto 90%;*/
}

@media only screen and (max-width: 600px) {
    .popuplogo.kirjanmerkki {
		background-image: none;
    }
}


#map_container {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	margin-right: 1.5rem;
}

#map_canvas {
	/*max-width: 440px;*/
	height: 650px;
	border: 1px solid #888888;
}

.map_flexjustify {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.map_bottomline {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

#pitaluevalinta {
	display: inline-grid;
	grid-template-columns: auto auto;
	grid-column-gap: 1rem;
	grid-row-gap: 0.5rem;
}

.levikin_luonnehdinta {
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
}


/*
div#tulostuslinkki {
	/* float:right;
	margin-right: 16px;
}
div#popupcontent {
	width: 692px;
	margin-left: 8px;
	margin-top: 16px;
	visibility: hidden;
}	
div#map_container {
	width: 440px;
}
div#rightcolumn {
	width: 240px;
	padding-top: 16px;
	/* float:left;
}
div.tekstii {
	padding: 0px 16px 0px 8px;
}

*/

/*
div#footer {
	color: #777777;
	background: #ffffff;
	padding:  8px 0 10px 2px;
	font: 13px Calibri, Arial, sans-serif;
}
*/

/*
.tekstii h3 {
	font: normal 15px Calibri, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 16px;
	/ * margin: 33px 0 22px 0;  
}
.tekstii p {
	margin-bottom: 14px;
	/ * margin: 33px 0 22px 0;  
}
.hakusana {
	font-style: normal;
	font-weight: bold;
	font-size: 23px;
	color: #914957	
}
.homindeksi {
	font-style: normal;
	vertical-align: super;
	font-size: 10pt;
}
.sanaluokka {
	font-style: normal;
	font-weight: normal;
}
.selite {
	font-style: normal;
	font-weight: normal;
}
.muoto {
	font-style: italic;
}
.levikin_luonnehdinta {
	color: #777777;
}

#suomenmurteidensanakirja {
	font: bold 18px Calibri, Arial, sans-serif;
	text-transform: uppercase;
}

@media screen {
	#suomenmurteidensanakirja {
		display: none;
	}
}

@media print {
	div#kotuslogo {
		display: none;
	}
	div#popupbanner {
		display: none;
	}
	div#fitmap {
		display: none;
	}
	#suomenmurteidensanakirja {
		display: block;
		font: bold 18px Calibri, Arial, sans-serif;
		text-transform: uppercase;
	}
}
*/