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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: Arial, sans-serif;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

ol, ul {
    list-style: none;
}

strong {
    font-weight: bold;
}

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

th {
    display: table-cell;
}

tr {
    display: table-row;
    vertical-align: inherit;
}

thead {
    display: table-header-group;
    vertical-align: middle;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.break {
    display: block;
}

.clear {
    clear: both;
}

.centered {
    text-align: center;
}

.hidden {
    display: none !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.group {
    display: block;
}

.group:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* \*/
.group {
    min-height: 1%;
}

* html .group {
    height: 1%;
}

.invisible {
    display: none;
}

.dib {
    display: inline-block !important;
}

.inline-link {
    cursor: pointer;
    text-decoration: underline;
}

.no-wrap {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}