/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}
.starter-template {
  padding: 10px 15px;
}

.resizable(@direction: both) {
  // Options: horizontal, vertical, both
  resize: @direction;
  // Safari fix
  overflow: auto;
}

.hierarchy_title_box {
  color: springgreen;
  font-weight: bold;
  font-size: 110%;
}
