/*Asetteluperhe normaaliselaimella katseltavaksi*/


@font-face {  
	  font-family: BradleyHandITC ;  
	  src: url(/site-tilausleivonta/templates/styles/bradhitc.ttf ) format("truetype");  
	} 
body#tinymce, td#tinymce {
	background-color:white;
	font-family:inherit;
	font-size:inherit;
}

	
 /*content*/ a.oivaraportti img{	width: 10em;} @media screen and (max-width: 999px){ a.oivaraportti img{    margin: auto;    display: block; }}#footer .copyright{font-size:small;}	
  h1 {
 	
 }
 h2 {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #972222;
 	
 }
 h1, h2, h3 {color:#14324E;
 font-family:BradleyHandITC, "Bradley Hand ITC",sans-serif;
 	/*font-weight:lighter;*/
 }
a {
	color:#d00400;
	text-decoration:none;
}
p {
	font-size:large;
}

 
 p.hinnastoHinta {
	font-size:1.25em;
	font-weight:bold;
	float:right;
	margin-right:20%;
 }
 p.YhteystietoPuhelin {
	font-size:2em;
	font-weight:bold;
	color:red;
 }
 /*Taulukot */
	table {
		border:3px solid #B0AEAC;
		border-spacing:0;
		
	}
	thead tr {
		background-color: #E9E2E1;
		font-style:italic;
		font-weight:normal;
		font-size:large;
	}
	thead th {
		padding: 1em;
		text-align: left;
	}
	tbody td {
		height:2em;
		border-bottom:1px solid #D0CDCB;
	}

.align_left,
.align-left {
	float: left; 
	margin: 0 15px 10px 0; 
}

.align_right,
.align-right {
	float: right; 
	margin: 0 0 10px 15px; 
}

.align_center,
.align-center {
	display: block;
	margin-left: auto;
	margin-right: auto; 
}