@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700|Roboto+Slab:400,700&subset=latin-ext');

.wy-nav-content {
    max-width: 1200px !important;
}

.caption-text {
    font-size: 14px !important;
    font-weight: 100;
}

.caption-number {
    font-size: 14px !important;
    font-weight: 100;
}

.literal-block {
    background: #eeffcc;
}

#acknowledgements  pre.literal-block {
    font-size: 8px;
}

@media screen and (min-width: 767px) {

   .wy-table-responsive table td {
      /* !important prevents the common CSS stylesheets from overriding
 *          this as on RTD they are loaded after this stylesheet */
      white-space: normal !important;
   }

   .wy-table-responsive {
      overflow: visible !important;
   }
}


/* Copy buttons */
button.copybtn {
  webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 0;
  padding: 2px 6px;
  position: absolute;
  right: 4px;
  top: 4px;
}
div.highlight:hover .copybtn, div.highlight .copybtn:focus {
    opacity: .3;
}
div.highlight .copybtn:hover {
    opacity: 1;
}
div.highlight {
    position: relative;
}

