



html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
input,
textarea,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    background: transparent;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    color: inherit;
    text-decoration: none;
    vertical-align: baseline;
    resize: none;
}


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


img {
    width: auto;
    max-width: 100%;
}


img {
    height: auto;
}


blockquote,
q {
    quotes: none;
}

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


table {
    border-collapse: collapse;
}

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

thead th,
thead td {
    font-weight: bold;
    vertical-align: bottom;
}


a img,
th img,
td img {
    vertical-align: top;
}


button,
input,
select,
textarea {
    margin: 0;
}

textarea {
    overflow: auto;
}


button {
    width: auto;
    overflow: visible;
}


input[type=button],
input[type=submit],
button {
    cursor: pointer;
}


input[type="radio"],
input[type="checkbox"] {
    font-size: 110%;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
}
 
 

.clear {
    clear: both !important;
}

.hide {
    display: none;
}


.left {
    float: left !important;
}

.right {
    float: right !important;
}


.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

.fixed {
    position: fixed !important;
}


.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-border {
    border: 0 !important;
    outline: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.no-border-left {
    border-left: 0 !important;
}

