/* reset browser default spacing, decorations */
/* block elements */
html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,
blockquote,form,menu,noscript,fieldset,address,pre,
table,caption,col,thead,tr,th,td,tfoot,
del,ins,button,iframe,
/* inline elements */
a,abbr,acronym,strong,em,kbd,cite,code,br,span,img
select,textarea,label,input,button,q,legend,
/* HTML5 elements */
section,article,aside,nav,header,footer,hgroup,details,
dfn,figure,figcaption,samp,output,meter,mark,var,progress,video
{
    margin : 0px;
    padding : 0px;
    text-decoration : inherit;
    font-family : inherit;
    font-size : inherit;
    font-weight : inherit;
    border-width : 1px;
    border-style : none;
    text-align : inherit;
    outline : 0px none;
    vertical-align : inherit;
}
input {
    background-color : inherit;
}
:root {
    line-height : 1.3em;
    vertical-align : baseline;
}
table {
    border-collapse : collapse;
    border-spacing : 0px;
}
ul {
    list-style-type : disc;
}
ol {
    list-style-type : decimal;
}
