<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body &gt; div {
  margin-right: auto;
  margin-left: auto;
}
body,
div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
  margin: 0;
  padding: 0;

  list-style: none;
}
p {
  /* margin: 8px; */
  -webkit-text-size-adjust: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
input::-moz-focus-inner {
  border: none;
}
input {
  height: 34px;
  padding: 6px 8px;
  vertical-align: middle;
  color: #555;
}
input[type='button'] {
  -webkit-appearance: none;
}
input[type='text'],input[type='password'] {
  border: 1px solid #ccc;
}
select {
  height: 34px;
  padding: 6px 5px;

  vertical-align: middle;

  color: #555;
  border: 1px solid #ccc;
}
select,
input,
textarea {
  font-size: 14px;

  margin: 0;
}
input[type='text'],
input[type='password'],
textarea {
  outline-style: none;

  -webkit-appearance: none;
}
textarea {
  resize: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
th,
td {
  font-size: 14px;

  padding: 0;
}
img,
a img {
  margin: 0;
  padding: 0;

  border: 0;
}
img {
  border: none;
}
a {
  text-decoration: none;

  color: #000;;
  outline-style: none;
}
a:hover {
  text-decoration: none;

  color: #216fbc;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both; 

  height: 0;

  content: '.';
}
.clearfix {
  zoom: 1;
}
.clear {
  font-size: 0;

  clear: both;
  overflow: hidden;

  height: 0;
}
.auto {
  margin-right: auto;
  margin-left: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.show {
  display: block!important;
}
.hide {
  display: none!important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
</pre></body></html>