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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    display: block;
}

h1 {
    font-size: 190%;
}

h2 {
    font-size: 160%;
}

h3 {
    font-size: 140%;
}

h4 {
    font-size: 130%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

ul,
ol {
    padding: 0px 0 10px 27px;
}

p {
    display: block;
    width: 100%;
    padding: 10px 0;
}

input[type="submit"] {
    cursor: pointer;
}

textarea,
select,
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="button"],
input[type="number"],
input[type="tel"],
input[type="submit"],
button {
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#tabs {
    position: fixed;
    top: 100px;
    right: 0;
    background: #5687c2;
    z-index: 9999;
    padding: 5px 10px;
}

#tabs ul,
#tabs ul li {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border: 0;
}

#tabs ul li a {
    border: 0;
    background: transparent;
    color: #ffffff;
    padding: 10px;
    margin: 5px 0;
    display: block;
}

#tabs ul li a:hover {
    background: #456c9b;
}
