﻿body {
}

.header-top {
	position: fixed;
	background: white;
	z-index: 999;
	width: 100%;
}

.header-bottom {
	position: fixed;
	margin-top: 34px;
	z-index: 998;
	border: white;
	width: 100%;
	background: white;
}

.content-list {
	margin-top: 150px;
}

.content {
	margin-top: 80px;
}

.input-group {
	margin-top: 10px;
	width: 70%;
}

.html-content {
	width: 70%;
}

.html-content-tall {
	height: 400px;
}

.date-tip {
	color: grey;
	font-size: 11px;
}

.dlg-glyph-ok {
	color: greenyellow;
}

.dlg-glyph-warn {
	color: red;
}

.inner {
	width: 25%;
	margin: 0 auto;
	margin-top: 200px;
}