body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  -webkit-user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  user-select: text;
  margin: 0;
  padding: 0;
}
body {
  /* overflow-y: scroll; */
  -webkit-user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  user-select: text;
  background: #fff;
  color: #555;
  font-family:"Arial" !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  user-select: text;
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  -webkit-user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  user-select: text;
  font-style: normal;
  font-weight: normal;
}
a {
  -webkit-user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  user-select: text;
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
  /* color: #333; */
}
img {
  border: none;
}
ol,
ul,
li {
  -webkit-user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  user-select: text;
  list-style: none;
}
table {
  -webkit-user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  user-select: text;
  border-collapse: collapse;
}
html {
  -webkit-user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  user-select: text;
  overflow-y: scroll;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
a,
p,
i,
s,
b,
strong,
ul,
li,
tr,
th,
tt,
dl,
dd,
dt,
div,
span,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
form,
button {
  -webkit-user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
input{
  outline:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input[type="number"]{
-moz-appearance: textfield;
}
