#qgRteToolbar .-options > h3, #qgRteToolbar .-options > h4, #qgRteToolbar .-options > h5, #qgRteToolbar .-options > h6 {
  display: none !important;
}
html, body {
  height:100%;
}
html {
    overflow-y:hidden;
}
body {
  background-color: rgb(250, 250, 250);
  color: rgb(85, 85, 85);
  overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 0.25em 0px;
}
p {
  margin: 0px;
}
a, a:hover {
  text-decoration: none;
}
.l1_width {
  max-width: 800px;
  position: relative;
  margin: auto;
}
.l1_cols {
  display: flex;
}
.l1_cols > div {
  box-sizing: border-box;
}
#container {
  position: relative;
  z-index: 0;
  margin: auto;
  min-height:100%;
}
#head {
  background-color: rgb(17, 17, 17);
  color: rgb(255, 255, 255);
  padding: 20px 0px;
}
#head a {
  color: inherit;
  text-decoration: none;
}
#main {}
#content {}
#left {
  padding-right: 10px;
  width: 170px;
}
#right {
  padding-left: 10px;
  width: 170px;
}
#footDim {
  height:60px;
}
#foot {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background-color: rgb(17, 17, 17);
  color: rgb(255, 255, 255);
  padding: 20px 0px;
}
#foot a {
  color: inherit;
  text-decoration: none;
}

