/*******************
     CSS Reset
********************/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    font-size: 100%;
    font-weight: normal;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal; 
}

td, th, caption {
    font-weight: normal;
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img, fieldset {
    border: 0;
}

q:before, q:after {
    content:'';
}

a img {
    border: none;
}

ol ol {
    list-style-type: upper-alpha;
}

ol ol ol {
    list-style-type:lower-roman;
}

ol ol ol ol {
    list-style-type:lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin:0;
}

dl,
dt,
dd {
    margin: 0;
}

strong {
    font-weight: bold;
}

cite, em, i {
    font-style: italic;
    border: none;
}

a {
    outline: none;
}