@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Inconsolata");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #F2F2F2;
  font-family: "IBM Plex Sans", serif;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 880px) {
  body {
    background: #F2F2F2;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
  margin-bottom: 1em;
  margin-top: 1em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.35em;
}

a {
  text-decoration: none;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.25s;
}
a.headerlink {
  border-bottom: 0;
}
a:not(h1 > a) {
  font-weight: 500;
}

a:hover:not(.headerlink) {
  border-bottom: 2px solid #2D2D2D;
}

p {
  margin-bottom: 0.5em;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

li {
  display: list-item;
}

ol {
  display: block;
  list-style-type: decimal;
  padding-left: 40px;
}

ul {
  display: block;
  list-style-type: disc;
  padding-left: 25px;
}

ul ul {
  list-style-type: circle;
}

pre {
  font-family: "Inconsolata", monospace;
  background-color: #DADADA;
  color: #2D2D2D;
  padding: 1em 2em;
  margin-bottom: 1em;
  overflow-x: auto;
}

img {
  max-width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  max-width: 100%;
}

table thead th {
  font-weight: bold;
  text-align: left;
}

table th, table td {
  padding: 0.25em 0.5em;
}

table tbody tr:nth-of-type(odd) {
  background-color: #DADADA;
  color: #2D2D2D;
}

pre code {
  white-space: nowrap;
  overflow-x: auto;
}

code:not(.xref) {
  background-color: #DADADA;
}

code {
  max-width: 100%;
  padding: 1px 2px;
  font-family: "Inconsolata", monospace;
  color: #2D2D2D;
}

table tbody tr:nth-of-type(odd) code:not(.xref) {
  background-color: #F2F2F2;
  color: #2D2D2D;
}

/* The [source] and [docs] tags */
.viewcode-link,
.viewcode-back {
  float: right;
}

.viewcode-block:target {
  background-color: wheat;
}

#nltk-theme-container {
  padding-left: 1em;
  padding-right: 1em;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 880px) {
  #nltk-theme-container {
    padding: 0;
  }
}

#content-container {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 880px) {
  #content-container {
    display: block;
  }
}

#main-content-container {
  flex: 1;
  width: 0;
}
@media screen and (max-width: 880px) {
  #main-content-container {
    width: inherit;
  }
}

#main-content-container, #side-menu-container {
  background-color: #F2F2F2;
}

#main-content {
  padding: 2em;
}
#main-content .figure {
  text-align: center;
}
#main-content h1:first-of-type {
  margin-top: 0;
}

#side-menu-container {
  width: 300px;
  margin-right: 2em;
  position: sticky;
  top: 0;
}
#side-menu-container #side-menu {
  padding: 2em;
}
#side-menu-container #rtd-credit {
  padding: 2em;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  #side-menu-container {
    width: 250px;
  }
}
@media screen and (max-width: 880px) {
  #side-menu-container {
    margin-right: 0;
    width: 100%;
    display: none;
    position: static;
  }
  #side-menu-container #side-menu {
    margin-bottom: 0;
  }
  #side-menu-container #rtd-credit {
    position: relative;
  }
}

a.headerlink {
  display: none;
  visibility: hidden;
}
a.headerlink:after {
  visibility: visible;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c1";
  display: inline-block;
  opacity: 0.6;
}

h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .headerlink, h5:hover .headerlink, h6:hover .headerlink, dl dt:hover .headerlink, p.caption:hover .headerlink {
  display: inline-block;
}

#side-menu .local-toc ul {
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 0px;
  list-style-type: none;
}
#side-menu .local-toc ul ul {
  margin-top: 1em;
  text-transform: none;
  font-family: "IBM Plex Sans", serif;
}
#side-menu .local-toc ul ul a {
  font-weight: 400;
}

#side-menu .caption {
  opacity: 0.7;
  font-weight: 300;
  list-style-type: none;
  margin-bottom: 0px;
}
#side-menu ul {
  margin-bottom: 1em;
  text-transform: none;
  list-style-type: none;
  padding-left: 0px;
}
#side-menu .toctree-l2 > a {
  font-weight: normal;
  margin-left: 1em;
}
#side-menu .toctree-l3 > a, #side-menu .toctree-l4 > a, #side-menu .toctree-l5 > a {
  font-weight: normal;
  opacity: 0.7;
  margin-left: 2em;
}

#search {
  padding: 2em;
}
#search input[type=text] {
  width: 100%;
  font-weight: 300;
  font-size: 2em;
  box-sizing: border-box;
  border: none;
  background-color: #F2F2F2;
  color: #2D2D2D;
  font-family: "IBM Plex Sans", serif;
}
#search input[type=text]::placeholder {
  color: #a5a5a5;
  font-weight: 300;
}

.admonition {
  padding: 2em;
  margin-bottom: 2em;
  background-color: #2D2D2D;
  color: #EBEBEB;
}
.admonition .admonition-title {
  font-weight: 500;
}
.admonition.warning, .admonition.caution, .admonition.danger, .admonition.error {
  background-color: #CD4949;
  color: #2D2D2D;
}
.admonition.attention, .admonition.important {
  background-color: #49CDAC;
  color: #2D2D2D;
}

.injected {
  display: none;
}

.toctree-wrapper {
  margin-bottom: 1em;
}
.toctree-wrapper .caption-text {
  font-weight: 300;
  opacity: 0.5;
}

.figure {
  margin-bottom: 1em;
}

header {
  padding-top: 2em;
  display: flex;
}
header a#menu-toggle {
  display: none;
  opacity: 1;
  font-size: 32px;
  cursor: pointer;
}
header a#menu-toggle.toggled {
  color: #DADADA;
}
header #logo-container {
  width: 300px;
  padding-left: 2em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  header #logo-container {
    width: 250px;
  }
}
@media screen and (max-width: 880px) {
  header #logo-container {
    width: 100%;
    padding: 0;
    display: block;
  }
}
header #logo-container img {
  height: 60px;
}
header #project-container {
  padding: 0em 2em;
}
@media screen and (max-width: 880px) {
  header {
    text-align: center;
    display: block;
  }
  header a#menu-toggle {
    display: inline;
    padding: 0em 0.25em;
  }
}

footer {
  display: flex;
  justify-content: space-between;
  margin: 2em;
}
footer #footer-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer ul#build-details {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
footer ul#build-details li {
  margin-right: 0.25em;
}
footer ul#build-details li:not(:last-child):after {
  content: " // ";
  margin-left: 0;
}
@media screen and (max-width: 880px) {
  footer {
    align-items: center;
  }
  footer #footer-info {
    display: block;
  }
}

#search-results ul.search {
  padding-left: 0px;
  list-style-type: none;
}
#search-results ul.search li {
  margin-bottom: 2em;
}
#search-results ul.search .context {
  margin-top: 1em;
  white-space: pre-line;
  background-color: #DADADA;
  color: #2D2D2D;
  padding: 2em;
}
#search-results ul.search .context .highlighted {
  font-weight: 800;
}

dd {
  margin-left: 2em;
}

dt {
  padding: 0.5em;
  margin-bottom: 0.5em;
  background: #DADADA;
  color: #2D2D2D;
  border-left: 0.25em solid #2D2D2D;
}
dt .property {
  margin-right: 0.5em;
}

.py:not(:first-of-type) {
  margin-top: 1em;
}

.method {
  background: #E6E6E6;
  padding-bottom: 0.25em;
}

.sig {
  background: #2D2D2D;
  color: #EBEBEB;
}

.highlight .hll {
  background-color: #ffffcc;
}

.highlight {
  background: #f0f0f0;
}

.highlight .c {
  color: #60a0b0;
  font-style: italic;
}

/* Comment */
.highlight .err {
  border: 1px solid #FF0000;
}

/* Error */
.highlight .k {
  color: #007020;
  font-weight: bold;
}

/* Keyword */
.highlight .o {
  color: #666666;
}

/* Operator */
.highlight .ch {
  color: #60a0b0;
  font-style: italic;
}

/* Comment.Hashbang */
.highlight .cm {
  color: #60a0b0;
  font-style: italic;
}

/* Comment.Multiline */
.highlight .cp {
  color: #007020;
}

/* Comment.Preproc */
.highlight .cpf {
  color: #60a0b0;
  font-style: italic;
}

/* Comment.PreprocFile */
.highlight .c1 {
  color: #60a0b0;
  font-style: italic;
}

/* Comment.Single */
.highlight .cs {
  color: #60a0b0;
  background-color: #fff0f0;
}

/* Comment.Special */
.highlight .gd {
  color: #A00000;
}

/* Generic.Deleted */
.highlight .ge {
  font-style: italic;
}

/* Generic.Emph */
.highlight .gr {
  color: #FF0000;
}

/* Generic.Error */
.highlight .gh {
  color: #000080;
  font-weight: bold;
}

/* Generic.Heading */
.highlight .gi {
  color: #00A000;
}

/* Generic.Inserted */
.highlight .go {
  color: #888888;
}

/* Generic.Output */
.highlight .gp {
  color: #c65d09;
  font-weight: bold;
}

/* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
}

/* Generic.Strong */
.highlight .gu {
  color: #800080;
  font-weight: bold;
}

/* Generic.Subheading */
.highlight .gt {
  color: #0044DD;
}

/* Generic.Traceback */
.highlight .kc {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Constant */
.highlight .kd {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Declaration */
.highlight .kn {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Namespace */
.highlight .kp {
  color: #007020;
}

/* Keyword.Pseudo */
.highlight .kr {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Reserved */
.highlight .kt {
  color: #902000;
}

/* Keyword.Type */
.highlight .m {
  color: #40a070;
}

/* Literal.Number */
.highlight .s {
  color: #4070a0;
}

/* Literal.String */
.highlight .na {
  color: #4070a0;
}

/* Name.Attribute */
.highlight .nb {
  color: #007020;
}

/* Name.Builtin */
.highlight .nc {
  color: #0e84b5;
  font-weight: bold;
}

/* Name.Class */
.highlight .no {
  color: #60add5;
}

/* Name.Constant */
.highlight .nd {
  color: #555555;
  font-weight: bold;
}

/* Name.Decorator */
.highlight .ni {
  color: #d55537;
  font-weight: bold;
}

/* Name.Entity */
.highlight .ne {
  color: #007020;
}

/* Name.Exception */
.highlight .nf {
  color: #06287e;
}

/* Name.Function */
.highlight .nl {
  color: #002070;
  font-weight: bold;
}

/* Name.Label */
.highlight .nn {
  color: #0e84b5;
  font-weight: bold;
}

/* Name.Namespace */
.highlight .nt {
  color: #062873;
  font-weight: bold;
}

/* Name.Tag */
.highlight .nv {
  color: #bb60d5;
}

/* Name.Variable */
.highlight .ow {
  color: #007020;
  font-weight: bold;
}

/* Operator.Word */
.highlight .w {
  color: #bbbbbb;
}

/* Text.Whitespace */
.highlight .mb {
  color: #40a070;
}

/* Literal.Number.Bin */
.highlight .mf {
  color: #40a070;
}

/* Literal.Number.Float */
.highlight .mh {
  color: #40a070;
}

/* Literal.Number.Hex */
.highlight .mi {
  color: #40a070;
}

/* Literal.Number.Integer */
.highlight .mo {
  color: #40a070;
}

/* Literal.Number.Oct */
.highlight .sa {
  color: #4070a0;
}

/* Literal.String.Affix */
.highlight .sb {
  color: #4070a0;
}

/* Literal.String.Backtick */
.highlight .sc {
  color: #4070a0;
}

/* Literal.String.Char */
.highlight .dl {
  color: #4070a0;
}

/* Literal.String.Delimiter */
.highlight .sd {
  color: #4070a0;
  font-style: italic;
}

/* Literal.String.Doc */
.highlight .s2 {
  color: #4070a0;
}

/* Literal.String.Double */
.highlight .se {
  color: #4070a0;
  font-weight: bold;
}

/* Literal.String.Escape */
.highlight .sh {
  color: #4070a0;
}

/* Literal.String.Heredoc */
.highlight .si {
  color: #70a0d0;
  font-style: italic;
}

/* Literal.String.Interpol */
.highlight .sx {
  color: #c65d09;
}

/* Literal.String.Other */
.highlight .sr {
  color: #235388;
}

/* Literal.String.Regex */
.highlight .s1 {
  color: #4070a0;
}

/* Literal.String.Single */
.highlight .ss {
  color: #517918;
}

/* Literal.String.Symbol */
.highlight .bp {
  color: #007020;
}

/* Name.Builtin.Pseudo */
.highlight .fm {
  color: #06287e;
}

/* Name.Function.Magic */
.highlight .vc {
  color: #bb60d5;
}

/* Name.Variable.Class */
.highlight .vg {
  color: #bb60d5;
}

/* Name.Variable.Global */
.highlight .vi {
  color: #bb60d5;
}

/* Name.Variable.Instance */
.highlight .vm {
  color: #bb60d5;
}

/* Name.Variable.Magic */
.highlight .il {
  color: #40a070;
}

/* Literal.Number.Integer.Long */

/*# sourceMappingURL=nltk_theme.css.map */
