/*--------------------------------------- RESET --------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
a img {
  border: 0px solid #fff;
}
ul,
li {
  list-style: none;
}

/*--------------------------------------- GENERAL TAGS--------------------------------------------*/
html {
  font-size: 100%;
  height: 100%;
}
body {
  font-family: 'Open sans';
  font-style: normal;
  font-size: 12px;
  background: #000;
  position: relative;
  color: #fff;
}

table {
  font-size: 12px;
  border-spacing: 0; /* Removes the cell spacing via CSS */
  border-collapse: collapse; /* Optional - if you don't want to have double border where cells touch */
}
