.theme-androidstudio pre code.hljs {
  display: block;
  overflow-x: auto;
}
.theme-androidstudio code.hljs {
  padding: 3px 5px;
}
/*
Date: 24 Fev 2015
Author: Pedro Oliveira <kanytu@gmail . com>
*/
.theme-androidstudio .hljs {
  color: #a9b7c6;
  background: #282b2e;
}
.theme-androidstudio pre {
  background: #282b2e;
}
.theme-androidstudio .hljs-number,
.theme-androidstudio .hljs-literal,
.theme-androidstudio .hljs-symbol,
.theme-androidstudio .hljs-bullet {
  color: #6897BB;
}
.theme-androidstudio .hljs-keyword,
.theme-androidstudio .hljs-selector-tag,
.theme-androidstudio .hljs-deletion {
  color: #cc7832;
}
.theme-androidstudio .hljs-variable,
.theme-androidstudio .hljs-template-variable,
.theme-androidstudio .hljs-link {
  color: #629755;
}
.theme-androidstudio .hljs-comment,
.theme-androidstudio .hljs-quote {
  color: #808080;
}
.theme-androidstudio .hljs-meta {
  color: #bbb529;
}
.theme-androidstudio .hljs-string,
.theme-androidstudio .hljs-attribute,
.theme-androidstudio .hljs-addition {
  color: #6A8759;
}
.theme-androidstudio .hljs-section,
.theme-androidstudio .hljs-title,
.theme-androidstudio .hljs-type {
  color: #ffc66d;
}
.theme-androidstudio .hljs-name,
.theme-androidstudio .hljs-selector-id,
.theme-androidstudio .hljs-selector-class {
  color: #e8bf6a;
}
.theme-androidstudio .hljs-emphasis {
  font-style: italic;
}
.theme-androidstudio .hljs-strong {
  font-weight: bold;
}