/* reset white space */

* {
line-height: 1;
text-align: left;
}

html, body {
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
margin-top: 15px;
margin-bottom: 7px;
}

address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul {
margin-top: 10px;
margin-bottom: 10px;
}

ul, ol {
padding-left: 0;
margin-left: 0;
list-style-position: inside;
}

a img {
border: 0;
}

table,caption,tbody,tfoot,thead,tr,th,td {
  padding: 0;
  margin: 0;
}

table {
border-collapse: collapse;
}
