#header{
	background-color:#f1f1f1;
	text-align:center;
	padding:5px 0px;
}

body, html {
  font-family: Arial;
  height: 100vh;
  margin: 0;
}

.column {
  float: left;
  width: 50%;
  padding: 10px 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: scroll;
  height: 65vh;
}

.menu {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.menu button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  width: 33.333%;
}

.plotButton {
  width: 120px;
}

.menu button:hover {
  background-color: #ddd;
}

.menu button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 0px 0px;
  border: none;
  border-top: none;
  font-size: 17px;
}

#footer{
	background-color:#f1f1f1;
	padding:0px;
	text-align:center;
	width:100%;
	display: inline-block;
}

input { width:100%; height:100%;  text-align: center}

input[type="button"] {
  width: 50px;
}

table td th {
  border: 0;
  border-collapse: collapse;
  font-size: 10px;
  text-align:center;
}