/* base, reset
----------------------------------------*/
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
input,
textarea,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  background: transparent;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  /* vertical-align: baseline; */
  resize: none;
}

/* structure tags */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* responsive images and other embedded objects */
img {
  width: auto;
  max-width: 100%;
}

/* responsive images aspect ratio */
img {
  height: auto;
}

/* to prevent some browsers from inserting quotes on q and p */
blockquote,
q {
  quotes: none;
}

blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* table reset */
table {
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom;
}

/* image inside */
a img,
th img,
td img {
  vertical-align: top;
}

/* webkit browsers reset margin */
button,
input,
select,
textarea {
  margin: 0;
}

textarea {
  overflow: auto;
}

/* normalize buttons in IE */
button {
  width: auto;
  overflow: visible;
}

/* hand cursor on clickable controls */
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

/* trick with vertical align for radio and checkbox */
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
}

/* horizontal rule reset */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}