/* /file/site/style/af.2016.devtools.less:L1 */
html {
  font-size: 12px;
  overflow-y: auto;
}
/* /file/site/style/af.2016.devtools.less:L6 */
body {
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}
/* /file/site/style/af.2016.devtools.less:L10 */
.af-dev-toolbar {
  background-color: #f8f8f8;
  border-bottom: 1px solid silver;
  padding: 0.5rem 1rem;
  height: 3.4rem;
}
/* /file/site/style/af.2016.devtools.less:L16 */
.btn.af-btn-hover:not(:hover):not(:active):not(.active):not(:focus) {
  background: transparent;
  border-color: transparent;
  font-size: 12px;
}
/* /file/site/style/af.2016.devtools.less:L23 */
.btn-secondary,
.btn-secondary {
  color: black;
}
/* /file/site/style/af.2016.devtools.less:L27 */
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: black;
}
/* /file/site/style/af.2016.devtools.less:L31 */
.overflow-auto {
  overflow: auto;
}
/* /file/site/style/af.2016.devtools.less:L35 */
a.collapseControl:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f068';
  float: right;
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  text-decoration: none;
}
/* /file/site/style/af.2016.devtools.less:L44 */
a.collapseControl.collapsed:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f067';
  float: right;
  font-size: 14px;
}
