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

.rst-content .guilabel {
    background-color: var(--color-highlight);
    border: var(--color-highlight);
}

.wy-nav-content {
    max-width: 80%;
}

.wy-nav-top {
    background-color: var(--color-highlight);
    color: #000;
}

.wy-nav-top a {
    color: rgba(0, 0, 0, 0);
    background: transparent url("../_static/my-le-logo.png") top left no-repeat;
    background-size: contain;
}

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

.icon-home {
    color: inherit;
}
