html {
    font-size: 100%;
	height: 100%;
}
body {
    margin: 0;
    padding: 0;
}
ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, hgroup, p, blockquote, figure, form, fieldset, input, legend, pre, abbr {
    margin: 0;
    padding: 0;
}
.front_page.docs ul, .front_page.docs ol {
    padding-left: 40px;
}
pre, code, address, caption, th, figcaption {
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}
fieldset, iframe, img {
    border: 0 none;
}
caption, th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
article, aside, footer, header, nav, main, section, summary, details, hgroup, figure, figcaption {
    display: block;
}
audio, canvas, video, progress {
    display: inline-block;
    vertical-align: baseline;
}
button {
    font: inherit;
    vertical-align: middle;
}
*, *:before, *:after {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}