
body {
/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
	margin:  0;
	padding:  0;
	font-family: Verdana;
	font-size: 2vw;
/*	text-align: left;*/
/*	background-color: #7777cc;*/
background: linear-gradient(#7777cc, #7777ff);
}

h1 {
/*font-size: 16px;*/
color: rgb(200,50,50);
}

#contentarea {
border-radius: 5px;
 margin-left: 2%;

	margin-right:  2%;
	margin-bottom:  0;
	margin-top:  60px;
	padding:  10;

	min-height:60%;
        height:auto !important;
background-color: rgb(255,249,116);

/*	background-color: #eee;*/
/*background: linear-gradient( #cccccc,#ffffff);*/
	position:  relative;
/*=	width: 96%;*/
}

#leftcolumn {
position: fixed;
border-radius: 5px;
	top:  0;
	left:  5%;
	right: 5%;
	margin:  5;
	padding:  5;
/*	width:  90%;*/
	background-color: #111111;
	color: #fff;
	font-styling: none;
	text-decoration: none;

}

#leftcolumn a {
	color: #fff;
	font-styling: none;
	text-decoration: none;
	
}
#leftcolumn a:hover {
	color: #aaa;
}



#result_table {
	border: 1px solid;
	border-collapse: collapse;
}
#result_table th {
	background-color: #aaa;
	border: 1px solid;
	padding: 5;
}

#result_table td {
	background-color: #ccc;
	border: 1px solid;
	padding: 5;
	font-size: 12px;
}
#result_table td.normal {
font-size: smaller;
color: #333333;
}

#result_table td.first {
	font-weight:bold;
		
}
span.em {
	font-size: 9px;

}
.button {
  font-size: 1em; /* Let's say this computes to 16px */
  padding: 0.625em 1em; /* 0.1875 * 16 = 10px */
  border-radius: 0.1875em; /* 0.1875 * 16 = 3px */
}

.button--medium {
  font-size: 130%;
}

.button--large {
  font-size: 160%;
}