body {
  font-size: 14px;
  /* Prefer a modern, legible system font stack with Chinese fallbacks */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
               Arial, "Noto Sans", "Microsoft YaHei", "微软雅黑", "STHeiti", "SimSun",
               sans-serif;
  background-color: #f6f7f9;
  color: #1f2937; /* neutral-800 */
}

@media (max-width: 979px) { 
	body {
/*		padding-left: 100px;
		padding-right: 100px;*/
		font-size: 12px;
	}
	p {
		line-height: 1.3em;
	}

}

.footer {
	text-align: center;
	padding: 30px 0;
	margin-top: 70px;
	border-top: 1px solid #eee;
	background-color: #fafafa;
}

a.cite {
	color: #475467; /* neutral-600 */
}


.float-right {
	float: right;
}

.sinaweibo-share-icon-mini {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/share_icon_mini.png) 0 0 no-repeat;
	margin-right: 30px;
	cursor: pointer;
}

#navbar-top {
	position: absolute;
}

