/* style figure */
.figure {
        box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
        padding:5px;
}

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

/* bump wdith */
.wy-nav-content {    
    max-width: 1400px;
}