body {
  background-color: #fcfcfc;
}

.key-container {
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #ccc;
  min-height: 35px;
  word-break: break-word;
}

.key-container b {
  display: inline-block;
  min-width: 80px;
}

.navbar {
  border-radius: 0px !important;
}

.tab-wrapper {
  padding: 20px;
  padding-top: 10px;
  border: 1px solid #ddd;
  border-top: 0;
  background: #fff;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: inherit;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: white !important;
}

.button-group {
  margin-top: 30px;
}

.button.close {
  position: relative;
  top: -8px;
}

code {
  display: block;
}