/* 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;
    }
 }


 .wy-side-nav-search, .wy-nav-top {
   background: #f7971c;
}

.wy-nav-side .caption-text {
   color: #f7971c;
}

.wy-side-nav-search input[type=text]{
   border-color: #d67100;
}

.wy-nav-content a{
   color: #d67100;
}

.wy-nav-content a:visited{
   color: #d67100;
}

.wy-nav-content a:hover{
   color: #f7971c;
}