/* override table width restrictions */
@media screen and (min-width: 767px) {
    .wy-nav-content {
        max-width: none;
    }

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

    #sources .wy-table-responsive table {
       width: 100%;
    }

    #sources .wy-table-responsive table th:first-child {
       min-width: 200px;
    }

    #sources .wy-table-responsive table th:last-child {
       width: 600px;
    }

    #entities .wy-table-responsive table {
        width: 100%;
    }

    #entities .wy-table-responsive table th:first-child {
        min-width: 200px;
    }

    #entities .wy-table-responsive table th:last-child {
        width: 600px;
    }

    #literals .wy-table-responsive table {
        width: 100%;
    }

    #literals .wy-table-responsive table th:first-child {
        min-width: 200px;
    }

    #literals .wy-table-responsive table th:last-child {
        width: 600px;
    }

    #functions-syntax .wy-table-responsive table {
        width: 100%;
    }

    #functions-syntax .wy-table-responsive table th:first-child {
        min-width: 250px;
    }

    #functions-syntax pre {
        white-space: pre-wrap;
    }

    #deprecations-history .wy-table-responsive table {
        width: 100%;
    }

    #deprecations-history .wy-table-responsive table th:first-child {
        min-width: 200px;
    }

    #deprecations-history .wy-table-responsive table th:last-child {
        width: 600px;
    }
}
