div .element {
  padding: 5px;
	margin-left: 5px;
  display: inline-block;
  font-size: medium;
	width: 40%;
  min-height: 20px;
	text-align: left;
  vertical-align: middle;
}

div .footnote {
  padding: 5px;
  font-size: medium;
	width: 90%;
	text-align: center;
}

.About {
  width:800px;
  position: absolute;
  top = 0;
  margin-left:auto;
  margin-right:auto;
  left: 0;
  right: 0;
  background-color:#EEEEEEEE;
  padding: 15px;
  font-size: medium;
  z-index: 1;
  visibility: hidden;
}

.Abouut .content {
  overflow-y: auto;
}
@media all and (orientation: landscape) {
	.col-1 {
			width: 33.33%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
			background-color: #EEEEEEEE;
	 }
}

@media all and (orientation: portrait) {
	.col-1 {
			width: 100%;
			height: 33.33%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
			background-color: #EEEEEEEE;
	 }
	 .full{
		 width: 33.33%;
		 float:left;
	 }
	 .parameters{
		 width: 66.66%;
		 position: relative;
		 display: inline-block;
		 float: right;
		 padding-top: 3%;
		 padding-bottom: 3%;
	 }
	 div .element, select, input, input[type="number"]{
		 font-size: x-large;
	 }
	 .footnote{
		 padding-top: 3%;
		 display: inline-block;
		 float: right;
	 }
}

body {
  font-family: Garamond, serif;
  font-size: 14px;
	user-select: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
	background-color: #333333;
}
a {
  color: blue;
  text-decoration: none;
}
a:visited{
  color: blue;
  text-decoration: none;
}

.sidebar {
	display: inline-block;
	margin-top: 0px;
	/* position: relative; */
	vertical-align: top;
  text-align: center;
	/* width: 640px; */
	color: #000;
	}
.sidebar .content {
	overflow-y: auto;
	}
.sidebar .header {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
	width: 100%;
}
.header {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
	width: 100%;
}
.menu .item {
	padding: 5px;
	border: 1px solid #ddd;
	margin: 4px 2px;
	float: left;
	cursor: pointer;
	border-radius: 8px;
	width: 160px;
	text-align: center;
}
.sidebar .info {
	float: left;
	margin-top: 20px;
	line-height: 1.5em;
}

input {
  width: 60px;
  font-size: small;
  text-align: center;
}
input[type='checkbox'] {
  width: 20px;
  vertical-align: middle;
}

p {
  text-align: justify;
}
