.default_response_formatter {
  width: 100%;
}

.default_response_formatter strong {
  font-weight: bold;
}

.default_response_formatter em {
  font-style: italic;
}

.default_response_formatter ul {
  list-style: disc;
  margin-bottom: 1.4em;
  margin-left: 1.4em;
  list-style-position: inside;
}

.default_response_formatter ol {
  list-style: decimal;
  margin-bottom: 1.4em;
  margin-left: 1.4em;
  list-style-position: inside;
}

div.response_history {
  font-size: 0.8em;
  line-height: 1.4em;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #ecf9ff;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #ecf9ff;
}

div.response_history {
  font-size: 0.8em;
  line-height: 1.4em;
}

ul.errorlist {
  padding-left: 0 !important;
}
