/*$darkcolor: #555253;
$lightcolor: #F8F7F5;
$color1: #D44240;
$color2: #DBA33C;
$color3: #B2B6B8;
$color4: $color2;*/
body {
  background-color: #c2c4c4;
  font-family: "Lato" !important;
}

html {
  scroll-behavior: smooth;
}

#container {
  background-color: #F9F9F7;
  max-width: 800;
  width: 100%;
  margin: 1.5em auto;
  -webkit-box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.2), 0 6px 40px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.2), 0 6px 40px 0 rgba(0, 0, 0, 0.19);
  text-align: justify;
}

#container .pub {
  margin-left: 2em;
  margin-right: 1em;
}

#header {
  background-color: #4F6D7A;
  color: #F9F9F7;
  font-family: "Roboto";
  font-style: italic;
  text-align: center;
  padding: 1em;
}

#header h1 {
  padding: 0em 2em 0.2em 2em;
  font-weight: 700;
  font-size: 2.1em;
  line-height: 1.35;
}

#header h2 {
  padding: 0em 2em 0.5em 2em;
  font-weight: 500;
  font-size: 1.0em;
  line-height: 1.35;
}

#menucontainer {
  width: 80%;
  margin: 0 auto;
}

#mainmenu {
  width: 75%;
  margin: 0 auto;
}

#gotodemo {
  width: 25%;
  margin: 0 auto;
  text-align: right;
  padding: 0.3em 0.8em;
}

#gotodemobutton {
  background-color: #cc533e;
  color: #F9F9F7;
  text-align: center;
  padding: 0.4em 0.8em;
  margin: 0;
  display: inline-block;
  font-family: "Roboto";
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#gotodemobutton h3 {
  font-size: 0.9em;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

#gotodemobutton h2 {
  font-style: normal;
  font-size: 1.5em;
  font-weight: 400;
  margin: -0.15em 0 0 0;
  padding: 0;
}

#gotodemobutton:hover {
  color: #F9F9F7;
  background-color: #e25b43;
}

#mainmenutable {
  border-spacing: 1.5em 0.5em;
  font-size: 1.25em;
}

#mainmenutable td {
  padding: 0.3em 0.8em;
}

.menubutton {
  border-style: none none solid none;
  display: inline-block;
  color: #cad4da;
  padding: 0 0.2em;
  font-weight: light;
  font-family: "Roboto";
  font-style: italic;
}

.menubutton:hover {
  color: #F9F9F7;
  background-color: #DBA33C;
  border-color: #ebcc92;
}

#content {
  padding: 1.5em 1em;
  color: #191a20;
}

#content h1 {
  font-family: "Roboto";
  font-style: italic;
  font-size: 1.3em;
  padding: 0.35em 0;
}

#content p {
  line-height: 1.2;
}

#content table {
  margin: 1em 2em 1.5em 2em;
  width: 92%;
  table-layout: fixed;
}

#content table thead tr {
  border-bottom: 1px solid #191a20;
  text-align: center;
  font-weight: 600;
}

#content table tbody tr {
  border-bottom: 1px dotted #191a20;
}

#content table td {
  padding: 4px 8px;
}

#plotsettings {
  width: 100%;
}

#plotarea {
  width: 100%;
  padding-top: 50%;
  position: relative;
  margin: 2em auto;
}

#plot {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.emphasized {
    padding: 1em;
    margin-bottom: 1em;
    background-color: #FEE89E;
}


/*# sourceMappingURL=ilt.css.map */