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, img, ins, kbd, q, s, samp,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, button,
input, textarea,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    background: transparent;
    font-size: 100%;
    font: inherit;
    text-shadow: none;
    vertical-align: baseline;

    /* border-radius */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;


    /* appearance */
    appearance: normal;
    -moz-appearance: normal;
    -webkit-appearance: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input:focus,
textarea:focus {
    outline: 0 none;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

ul {
    list-style: square;
}

.uc {
    text-transform: uppercase;
}

.nobr {
    white-space: nowrap;
}

a img {
    border: none;
}

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;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

details + .web > .author {
    content: "Gino Dola";
}

.fl, .fll {
    float: left !important;
}

.fr, .flr {
    float: right !important;
}

.cl, .clr {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    line-height: 0;
    width: 0;
    height: 0;
}

.hide, .noprint {
    display: none !important;
}

.show {
    display: block !important;
}