/*  |>NORMALIZE
============================================= */
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
html {
  line-height: 1;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:active, a:hover {
  outline: 0;
}
b, strong {
  font-weight: bold;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  border: 0;
}
ul {
  list-style-type: none;
}
section ul,
article ul,
aside ul,
.content ul {
  list-style-type: square; 
}
ul, ol, dd {
  margin: 0 0 0 2em;
}
button, input, select, textarea, label {
  margin: 0;
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
}
button, input {
  line-height: normal;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input[type="checkbox"], input[type="radio"] {
  width: auto;
  margin: 0 5px;
  display: inline;
}
input[type="submit"] {
  width: auto;
  margin: 10px 0;
  padding: 3px 15px;
  background-color: #eee;
  border: 1px solid #ddd;
}
input[type="submit"]:hover {
  background-color: #ddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}