@import url("theme.css");

.wy-side-nav-search {
    background-color: #f14c47;

}

.wy-table thead, .rst-content table.docutils thead, .rst-content table.field-list thead {
    background-color: #A52A2A;
	color: white;
	text-align: center;
 }

 
.wy-side-nav-search>a {
   display:none;
    color: #fff;

}

.blue {
    color:blue;
    font-family:'courier';
}

/*.wy-side-nav-search img {

border: none;
background-color:transparent;
height:85px;
width:125px;
}*/

.wy-side-nav-search>div.version {
color: #fff;
}

 
.wy-nav-content {
    max-width: 1200px !important;
}

.wy-nav-top {
    background: #f14c47;
}


.figure>a>img {
   border-style: solid;
   border-width: 1px;
   border-color:#D3D3D3;
 }

/*table { 
  table-layout:fixed;
  width:100%;

}*/

/*.wy-table table th {
  word-wrap: break-word;
  white-space: normal;
}*/

 
/* 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;
      width: 100%; 
      	  
   }
   
  .wy-table-responsive table th  {
     word-wrap: break-word;
     white-space: normal;
   }
   

   
}

