﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, img, strong,
b, ol, ul, li, fieldset, form,
label, legend, table, tbody, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline; /*some times make problem for 'table-cell' elements */
}

sub, sup {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

input, textarea {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline: 0;
}
