/* Start reset html elements */
html {
    -webkit-text-size-adjust: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

address, article, aside, audio, canvas, command, datalist,
details, embed, figcaption, figure, footer, header,
hgroup, keygen, mark, meter, nav, ouput, progress,
section, source, summary, time, video, wbr {
    display: block;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    border: 0;
}

table td, table th {
    padding: 0;
}

a:active, label:active {
    outline: none;
    ie-dummy: expression(this.hideFocus=true);
}

a:focus, label:focus {
    -moz-outline-style: none;
    outline: none;
    ie-dummy: expression(this.hideFocus=true);
}

input[type=checkbox] {
    border-width: 0px
}

/* End reset html elements */