* {
  box-sizing: border-box;
}
html,
body,
#app {
  height: 100%;
  font-family: 'Lato', sans-serif;
  margin: 0;
}
span[type='get'],
span[type='post'],
span[type='put'],
span[type='delete'] {
  line-height: 15px;
  font-family: 'Lato';
}
ul > li > ul > li > ul > li > label[role='menuitem'] {
  padding: 6px 20px;
  line-height: 1.4em;
}

#container .menu-content div:nth-child(2) {
  overflow-y: scroll;
}

#container .menu-content div:nth-child(2) ul[role='menu'] {
  padding-bottom: 72px;
}