h1 {
  font-size: 2.4em;
  font-weight: 700;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 10px;
}

h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

.status-bar {
  margin-bottom: 40px;
}

.feature::before {
  content: "+";
  font-size: 2em;
  color: #BBB;
}

.version {
  float:right;
  margin-top: 7px;
  color: #BBB;
}

.grey-bar {
  background: #f5f5f5 
}

#menu {
  display: inline;
  margin-right: 20px;
}
#menu .dropdown-trigger {
  transform: scale(2, 1);
  padding: 0 10px !important;
}
#menu .dropdown-content {
  min-width: 170px;
  width: 170px;
}
#menu .dropdown-content li {
  min-height: 40px;
}
#menu .dropdown-content li > a {
  color: black;
  line-height: 10px;
  margin-right: 10px;
}
#menu .dropdown-content li > a:before {
  content: ">";
  color: #BBB;
  font-weight: 300;
  margin-right: 10px;
}

#description {
  margin-top: 40px;
  padding-bottom: 5px;
  position: relative;
}
#description .hide-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  opacity: 0.5
}
#description .hide-button:hover {
  opacity: 0.4;
}
#description .products {
  background:white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); 
  border-radius: 8px; 
  margin-bottom: 40px;
}
#description .feedback {
  text-align: right;
  width: 70%;
  margin: auto;
}
#description .feedback a {
  background-color: #bababa;
  padding: 4px 9px;
  color: white;
  border-radius: 0px;
  font-size: 13px;
}
#description .feedback a:hover {
  background-color: #adadad;
}



