/* Hide "On GitHub" section from versions menu */
li.wy-breadcrumbs-aside > a.fa {
    display: none;
}

/* Override table width restrictions */
/* @media screen and (min-width: 700px) { */

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