@charset 'utf-8';
/**
 *Copyright (c) 2011-04-09, W3cplus.com. All rights reserved
 *Based on YIU and Eric Meyer
 */
/*Remove margin and padding*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,code,
form,fieldset,legend,input,button,
textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}

/*Html5 elements for older browsers*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display:block;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

:focus {
    outline: 0;
}

address,caption,cite,code,
dfn,em,strong,th,var,optgroup {
    font-style: normal;
    font-weight: weight;
}

abbr[title],
dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

li {
    list-style: none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

code,kbd,samp,tt {
    font-size: 100%;
}

input,button,textarea,
select,optgroup,option {
    font: inherit inherit inherit inherit;
}

input,
select {
    vertical-align:middle;
}

/*Html5 elements for older browsers*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display:block;
}