﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button
{
    vertical-align: baseline;
    border: 0;
    outline: 0;
    font-size: 100%;
    padding: 0;
    margin: 0;
}
body
{
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
nav ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
ul, ol
{
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    -moz-padding-end: 0;
    padding-inline-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-start: 0;
    -moz-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    -moz-margin-end: 0;
    margin-inline-end: 0;
    padding: 0;
    margin: 0;
}
a
{
    display: inline;
    position: relative;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
a:not([href])
{
    color: inherit;
    cursor: default;
}
a:not([href]):hover
{
    color: inherit;
    text-decoration: inherit;
}/* change colours to suit your needs */
ins
{
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}/* change colours to suit your needs */
mark
{
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del
{
    text-decoration: line-through;
}
abbr[title], dfn[title]
{
    border-bottom: 1px dotted;
    cursor: help;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}/* change border colour to suit your needs */
hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 0;
    padding: 0;
}
input, select
{
    vertical-align: middle;
}
button
{
    letter-spacing: normal;
    white-space: nowrap;
    text-transform: none;
    cursor: pointer;
}
*
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body
{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    word-break: break-word;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
p
{
    font: inherit;
}
a
{
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
img, video
{
    max-width: 100%;
    max-height: 100%;
    -webkit-user-drag: none;
    user-drag: none;
}