/* Hover colour of menu on left, so text remains visible. */
.wy-menu-vertical li.current>a:hover, .wy-menu-vertical li.on a:hover {
   background: #404040 !important;
}

.wy-menu .caption-text {
	color: rgb(232,47,11) ;//!important;
	font-weight: bold !important;
	font-size: 110% !important;
}

.reference
{
	color: #066689 !important;
}

.reference:hover
{
	color: #ffffff !important;
}



.wy-nav-side{
	background-color: rgb(217, 217, 217) !important; //was 84
}

.wy-side-nav-search
{
	background-color: rgb(7,162,216) !important;
}

/* 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;
   }
}

