html, body{

	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	
	height:100%; 
	padding:0; 
	margin:0;
	font-size: 100%;
		
}

a {
	text-decoration: none; 
	font-size: 100%;	
}

a:link {
	color: auto;
	font-size: 100%;
}

input[type=number]{
    width: 250px;
} 

select option:disabled {
    color: #000;
    font-weight: bold;
	 background: #dddddd;
}


h1 {
  font-size: 200%;
   max-height: 999999px;
  font-family: 'Libre Baskerville', serif; 
	font-family: 'Roboto', sans-serif;  
}

h2 {
  font-size: 160%;
   max-height: 999999px;
	font-family: 'Roboto', sans-serif;  
}

h3 {
  font-size: 140%;
   max-height: 999999px;
	font-family: 'Roboto', sans-serif;  
}

h4 {
  font-size: 120%;
   max-height: 999999px;
   color: black;
	font-family: 'Roboto', sans-serif;  
}

h5 {
  font-size: 100%;
   max-height: 999999px;
   color: black; 
	font-family: 'Roboto', sans-serif;  
}


p {
  font-size: 1em;
   max-height: 999999px;
	font-family: 'Roboto', sans-serif;  
}


input[type=select] {
  background-color: #38A9E8;
   width: 100%;
}

input[type=number] {
  background-color: white;
   width: 100%;
}


table td, table td * {
    vertical-align: top;
}

li div{
    vertical-align:top;
}

div{
    text-align: center;
}