/* 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 {
      margin-bottom: 18px;
      max-width: 100%;
      overflow: visible;
   }
   
   .wy-nav-content {
       max-width: none;
   }
}

/* monospace formatting */

.blockquote {
	font-family: Arial, Helvetica, sans-serif
	font-size: x-small;
}