@charset "UTF-8";

html {
  -webkit-text-size-adjust: none;
}

body,
div,
hr,
p,
blockquote,
ul,
ol,
li,
table,
th,
td,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
button,
select,
textarea,
fieldset,
legend,
ins,
menu {
  margin: 0;
  padding: 0;
  outline: none;
}

body,
button,
input,
label,
select,
option,
textarea,
button,
fieldset,
legend,
ins,
sup {
  font: 12px/1.5 Arial,'Lucida Grande',\5FAE\8F6F\96C5\9ED1,Verdana,Tahoma,\5b8b\4f53;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
}

html,
body {
  height: 100%;
}

body {
  background-color: #282828;
  color: #c7c7c7;
  overflow: hidden;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}