<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	outline: none;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	cursor: help;
}

input, select, textarea {
	vertical-align: middle;
	outline: none;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	overflow: auto;
	font-family: arial;
}
/* globle css */

.text-center{
	text-align: center;
}
.pull-right{
	float: right;
}
.pull-left{
	float: left;
}
label.error{
	color: #FF0004;
	font-size: 12px;
	margin-left: 12px;
}
.wd-25{
	width: 25%;
}
.wd-30{
	width: 30%;
}
.wd-33{
	width: 33.33%;
}
.wd-35{
	width: 35%;
}
.wd-40{
	width: 40%;
}
.wd-50{
	width: 50%;
}
.wd-60{
	width: 60%;
}
.wd-70{
	width: 70%;
}
.wd-75{
	width: 75%;
}
.wd-100{
	width: 100%;
}
.p-r-15{
	padding-right: 15px;
}
.p-l-15{
	padding-left: 15px;
}
.m-r-15{
	padding-right: 15px;
}
.m-l-15{
	padding-left: 15px;
}

input:focus, textarea:focus{
	border: solid 1px #76ddfb;
}
</pre></body></html>