.page {
	padding: 0;
	margin: 0;
	position: relative;
	display: block;
	width: 100%;
}

.page h1 {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 0 10px;
	margin: 0px 0 40px;
	text-transform: uppercase;
	color: #333;
	border-bottom: 4px solid #ebebeb;
}
.page h1:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	display: table;
	width: 100px;
	padding: 0px;
	margin: 0px;
	height: 4px;
	background-color: #e22a40;
}
.page ul {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 20px 0;
}
.page ul li {
	position: relative;
	width: 100%;
	padding: 3px 0;
	margin: 0;
	list-style: inside;
}

.page ul, .page ol {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 20px;
}
.page ul {
	list-style-type: circle;
}
.page ol {
	list-style-type: decimal;
}
.page .otherview {
	position: relative;
	display: block;
	width: 100%;
}
.page .panel-heading {
	background-image: linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%) !important;
	border-bottom: 1px solid rgba(0,0,0,0);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px;
}
.page .panel-primary > .panel-heading {
	background-color: #555;
	border-color: #444 !important;
	color: #fff;
}
.page .panel {
	border: 1px solid #ebebeb !important;
}
