body {
  font-family: 'Helvetica', 'Verdana', sans-serif;
  font-size: 1em;
  background-color: darkgrey;
  color: floralwhite;
  overflow-x: hidden;
  line-height: 2em;
}

#logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  display: flex;
}

#logo>img {
  height: 28px;
}

#logo>div {
  margin: 0 7px;
  color: black;
  font-style: oblique;
  font-weight: bold;
}

#env {
  display: none;
}

#env label {
  display: inline-block;
  width: 10em;
}

#env input {
  width: 40em;
}

.fe {
  margin-right: 1em;
}

#next,
#next2,
#link {
  display: none;
}

#required_parameters {
  width: 24em;
}

#daterange {
  width: 36em;
}

a {
  text-decoration: none;
  transition: 0.2s ease;
}

.menu-link:link,
.menu-link:visited {
  color: #fff;
  background: rgba(0, 0, 0, .4);
  border-radius: 4px;
  padding: .2em .4em;
  font-size: 1.2em;
}

.menu-link:hover,
.menu-link:active {
  color: goldenrod;
  background: rgba(0, 0, 0, .6);
}

.panel {
  background: #2C3E50;
  z-index: 9999;
  position: fixed;
  left: -15.625em;
  /*or width of your navigation panel*/
  width: 15.625em;
  /*should match the above value*/
}

.panel ul {
  border-top: 2px solid #34495D;
}

.panel a {
  display: block;
  border-bottom: 2px solid #34495D;
  padding: 1em;
}

.panel a:link,
.panel a:visited {
  color: #fff;
}

.panel a:hover,
.panel a:active {
  background: goldenrod;
}

.nav-icon {
  margin-right: 6px;
}

.wrap {
  position: relative;
  margin: 0 auto;
}

ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

#loading {
  height: 1.5em;
  vertical-align: -0.4em;
  width: 8.6em;
  display: none;
}

#disclaimer {
  font-size: 1.1em;
  color: crimson;
  width: 46em;
}

select,
input,
button {
  cursor: pointer;
}

button {
  background-color: goldenrod;
  color: black;
  border: 0;
  padding: 0.4em;
  font-weight: bold;
}

button:hover {
  color: black;
  background-color: white;
}

#chatdetails {
  display: none;
}

.bigger {
  font-size: 1.6em;
}

#average{
  font-size: 24px;
  width: 60px;
}

/*modified mscala*/

#tabulator {
  margin-top: 1em;
}

.tabulator-row {
  height: 20px;
  min-height: 20px;
  line-height: 0px;
}

#floatingdata1,
#floatingdata2,
#floatingdata3,
#floatingdata4,
#floatingdata5 {
  font-size: 0.7em;
  line-height: 0.7em;
}