* {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
   text-decoration: none;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
   display: block;
}
:focus {
   outline: none;
}
::-moz-selection,
::selection {
   color: #fff;
   background: #999;
}
ol,
ul {
   list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: normal;
}
textarea {
   resize: none;
}
::-webkit-input-placeholder {
   color: #ffffff;
}
:-moz-placeholder {
   color: #ffffff;
}
::-moz-placeholder {
   color: #ffffff;
}
:-ms-input-placeholder {
   color: #ffffff;
}
input,
select {
   vertical-align: middle;
}
