﻿@import url("theme.css");

.wy-nav-content {
  max-width: 60%;
  margin-left:300px;
	background:#fcfcfc;
	min-height:100%
}

.wy-body-for-nav{background:#edf0f2}

.wy-nav-side{
left:300px;
top:0;
bottom:0;
padding-bottom:2em;
width:300px;
overflow-x:hidden;
overflow-y:hidden;
min-height:100%;
background:#343131;
z-index:300
}
.wy-side-scroll{
width:320px;position:relative;overflow-x:hidden;overflow-y:scroll;height:100%
}

.wy-nav-side.shift{
	width:80%;
	left:300;
	}
