/* https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html */
/* override table width restrictions */
@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;
   }
   /* https://blog.deimos.fr/2014/10/02/sphinxdoc-and-readthedocs-theme-tricks-2/ */
   .wy-nav-content {       
      max-width: 1050px
   }

   /* Seldon brand updates */
   a {
      color:#5159ff;
   }

   .wy-side-nav-search { 
      background-color: #5159ff; 
   }

   .wy-menu-vertical p.caption { 
      color: #00ded0;
   }

   .wy-nav-side {
      color: #cccccc;
      background: #333333;
   }

   .rst-versions .rst-current-version {
      color:#00ded0;
      background:#000000;
   }

}

@media screen and (min-width: 1100px) { 
   .wy-nav-content-wrap {
      background: #f2f2f2;   
   }
}

.wy-nav-top{
   background:#5159ff;
}
