/* Fix from https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html */

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

h1,h2,h3,h4,h5,h6 {
    font-family: "Segoe UI", sans-serif;
    color: #191848;
}

#ipkiss-photonics-design-platform h1 {
  font-variant:small-caps;
  text-align:center;
  font-size:250%;
}

.wy-side-nav-search, .wy-nav-top {
    background: #191848;
}

.wy-nav-side {
    background: #191848;
}

.wy-menu > .caption > span.caption-text {
  color: white;
  font-size:110%;
}
