/*
 * default.css_t
 * ~~~~~~~~~~~~~
 *
 * Sphinx stylesheet -- default theme.
 *
 * :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
 * :license: BSD, see LICENSE for details.
 *
 */

@import url("theme.css");

/* -- page layout ----------------------------------------------------------- */

.wy-side-nav-search{
	background-color: #6aaade;	
}
.version{
	display:none;
}
.wy-side-nav-search>a img.logo{
	width:200px;
}
