@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
body { color: #808080;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.page-title {
    border-bottom: 1px solid #CCCCCC;
	font-size: 1.4rem;
	color: #45ada0;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
}
.note, .caution, .dogfood, .warning, .special {
    background-color: #EFEFEF;
    border-left: 6px solid #999999;
    padding: 6px 8px 6px 10px;
    font-size: 1rem;
}
.note_warn {
    background-color: #EFEFEF;
    border-left: 6px solid #999999;
    padding: 6px 8px 6px 10px;
    font-size: 1rem;
    color: #BC1821;
}
p {
	margin: 0 0 1em;
	font-size: 1rem;
}

ul {
    list-style-type: disc;
}
ul, ol {
    padding-left: 2em;
}
ul {
    list-style-type: disc;
}
ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
    font-size: 1rem;
}

code, body.docs pre, body.docs kbd {
    color: #f14c38; display:block; line-height:1.5; font-weight:bold; font-family:inherit;
    
}
.highslide-html-content {
	width: 800px;
}
li {
	font-size: 1rem; padding: 0.5rem 0;
}