/* This line is theme specific - it includes the base theme CSS */
@import 'theme.css';       /* for the Read the Docs theme */
@import '../pygments.css';

.highlight {
  background: rgba(253, 253, 177, 0.411) !important;
  tab-size: 2 !important;
}

.highlight .hll {
  background: rgba(145, 197, 140, 0.411) !important;
}

.toggle .header {
  display: block;
  clear: both;
}

.toggle .header:after {
  content: " ▶";
}

.toggle .header.open:after {
  content: " ▼";
}

pre {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;
  font-size: 12px;
  line-height: 1.4;
  background-color: rgba(253, 253, 177, 0.411);
  color: black;
  border: 1px double rgba(49, 49, 49, 0.2);
  padding: 10px;
  display:block;
  overflow-x: auto;
  white-space: pre-wrap;                 /* CSS3 browsers  */
  white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
  white-space: -pre-wrap;                /* Opera 4 thru 6 */
  white-space: -o-pre-wrap;              /* Opera 7 and up */
  word-wrap: break-word;                 /* IE 5.5+ and up */
  tab-size: 2;
  -moz-tab-size: 2;
  -o-tab-size: 2;
}