/* styles */

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

.rst-content dl:not(.docutils) dt {
    font-size: inherit;
    background: inherit;
    color: inherit;
    border: inherit;
    vertical-align: top;
    padding: 0;
}

.rst-content li dl:not(.docutils) {
	margin-bottom: 6px;
}

.rst-content li dl:not(.docutils) dt {
	font-weight: normal;
}

.rst-content li dl:not(.docutils) dd {
	margin-bottom: 0;
}

.clearbefore {
	clear: both;
}

img.float-left {
	margin-right: 1em;
    margin-bottom: 1em;
}
