﻿/* Reset */
*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	font-size: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

body {
	background: #494A5F;
	color: #D5D6E2;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
}

.htmleaf-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.htmleaf-content {
	width: 100%;
	height: 100%;
	position: relative;
}
