html {
  font-family: "Helvetica Neue", "Segoe UI", sans-serif !important;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-right: 0 !important;
}

body.modal-open {
  padding-right: 0 !important;
}

.modal-open .navbar-fixed-top {
  right: 15px;
}

.app-wrapper {
  flex: 1 0 auto;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.app-wrapper::after {
  content: '\00a0';
  display: block;
  margin-top: 0;
  height: 0;
  visibility: hidden;
}

pre::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #3b4257;
}

pre::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

pre::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #aaa !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus {
  box-shadow: none !important;
}

.frame-busting h1 {
  color: red;
}
.frame-busting .action {
  margin-top: 8px;
}
