div.wy-side-nav-search .version {
    color: #404040;
    font-weight: bold;
}

nav.wy-nav-top {
    background: #AA2396;
}

div.wy-nav-content {
    max-width: 1000px;
}

span.caption-text {
    color: #cc4878;
}

/* Change header fonts to Cambria */
.rst-content .toctree-wrapper>p.caption, h1, h2, h3, h4, h5, h6, legend {
	font-family: 'Cambria', serif;
}

/* Change non-header default fonts to Helvetica */
/** {
	font-family: 'Helvetica', sans-serif;
}*/