main {
  max-width: calc(70% - 32px);
  position: absolute;
  min-width: 500px;
}
#imggraph {
  width: 350px;
}
summary {
  font-weight: bold;
}
div.code {
  background-color: lightgray;
  padding: 5px;
  border: 1px solid darkgray;
  width: calc(100% - 30px);
  min-width: 500px;
  margin-left: 10px;
}
var {
  color: #FF0000; /* red */
}
span.kom {
  color: gray;
}
span.fun {
  color: purple;
}
span.met {
  color: #FF9900; /*  */
}
span.tag {
  color: Tomato; /* light red */
}
span.prop {
  color: DodgerBlue; /*  */
}
span.val {
  color: #8aab61; /*  */
}

samp {
  padding: 10px;
  position: fixed;
  top: 0px;
  right: 0px;
  min-width: 30%;
  border: 1px solid darkgray;
}

#legenda {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

table {
  border-collapse: collapse;
}
td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;

}
th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
}
ul{
  margin: 2px 0px;
  padding: 0px 20px;
}
p {
  margin: 5px 0px;
}
