/* SMR Sphinx-based documentation custom css */
h1, h2, h3, h4, h5, h6 {
    color: #2980B9;
}

.pre {
    font-size: 113%;
    color:  black; /*lightslategrey;*/
    font-weight: normal;
    font-family: monospace;
}

/* This wraps table text */
@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;
   }
}

/* .row-odd, .row-even { */
/*     line-height: 1.5em;} */
/*    } */

.red {color:red;}
.green {color:green;}
.blue {color:blue;}
.cyan {color:cyan;}
.magenta {color:magenta;}
.yellow {color:yellow;}

.caption-text {font-size: 92%;}
