﻿/* Aikataulu */
/* ************************************************************************** */


* {
	box-sizing: border-box;
	font-family: Verdana;
	font-size: 1em;
}

/*
html, body {
	height: 100%;
	width: 100%;	
}
*/

#taulu_valinta {
	position: relative;
	left: 0;
	width: 100%;
	height: 4.5em;
	background-color: #D4DDE1;

 	border-top: 2px solid #D35C37;
 	border-left: 2px solid #D35C37;
 	border-right: 2px solid #D35C37;
	border-bottom: 1px solid gray;	

	padding-top: 0.5em; 		 	 			
	padding-bottom: 0.3em; 		 	 			
}


#lista_rivi {
	position: relative;
	background-color: inherit;
}


#lista {
	position: relative;
	width: 99%;  
	height: 100%;

	font-family: "Courier New";
	font-size: 0.8em;
	
	padding-left: 0.6em;
	padding-top: 0;
	padding-bottom: 0;

	background-color: white;
	cursor: pointer;
}


#td_lista{
	position: relative;
	width: 55%;
	height: 100%;
	padding-left: 0.3em;
}


#td_nyt{
	position: relative;
	width: 25%;
	font-weight: bold;
	padding-left: 1em;	
}

#td_menu{
	position: relative;
	width: 15%;  
}


#td_osa{
	position: relative;
	width: 5%;
}


#taulu {
	position: relative;

	left: 1%;
	width: 98%;

	border-collapse: collapse;

	background-color: white;

	border-bottom: 1px solid lightgray;	
	
	margin-top: 0.7em;
	margin-bottom: 1.5em;		
}


#pysakkitieto {
	position: relative;
	height: 2em;

	padding-left: 0.6em;
	
	font-weight: bold;
	text-align: left;

	background-color: white;	
}


.rivi1 {
	background: #FFCC66;
	height: 2.5em;
}


.rivi2 {
	background: white;
	height: 2.5em;
}


.aika, .ero, .linja, .suunta {
	font-size: 0.8em;	
	font-weight: normal;
}

.aika{
	width: 19%;
	padding-left: 0.6em;
}

.linja{
	width: 16%;
}

.suunta{
	width: 41%;
}

.ero{
	width: 24%;
}



/* ********************************************************************************* */

#ddMenu {
	width: 100%;
	height: 100%;
}


.w3-btn {
	width: 100%;
  	height: 100%;
	color: black;  
	background-color: #D4DDE1;
	margin: 0;
	padding: 0;
	cursor: pointer;
	line-height: 100%;
}

.w3-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	z-index: 1;
	margin-top: 0.3em;
	right: 0;
}

.w3-dropdown-content div {
	height: 3em;
	padding-left: 0.2em;
	color: black;
	text-align: center;
}

.w3-dropdown-content div:hover, div:focus {
	cursor: pointer;		
}


/* ********************************* */

#divOhje {
	background-color:  beige;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 1em;
	padding-top: 1em;
	padding-right: 1em;
	border: 2px solid #D35C37;
	z-index: 10;
	overflow: auto;
}

#btnSulje {
	width: 60%;
	height: 4em;
	margin-top: 2em;
	margin-bottom: 3em;
}


#otsikko {
	font-size: 0.8em;	
	font-weight: bold;
}

#teksti {
	font-size: 0.8em;	
	font-weight: normal;
	text-align: justify;
}


#vaihto1 {
	display: block;
	content: "";	
	margin: -0.7em 0 0 0;
}

#vaihto2 {
	display: block;
	content: "";
}


#m1, #m2 {
	border-bottom: 1px solid grey;
}



