html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, 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, input,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font: inherit;
}

html,body{
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing:antialiased;
    -o-font-smoothing:antialiased;
    font-smoothing:antialiased;
}

/* TABLE
======*/

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

td{
    vertical-align: top;
}

/* FORM
=====*/

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

button[disabled], input[disabled]{
    cursor: default;
}

input[type="checkbox"], input[type="radio"]{
    box-sizing: border-box;
}

input[type="search"]{
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button{
    -webkit-appearance: none;
}

button,
textarea,
.text input,
.submit input,
label{
	border:0;
	background:none;
	-webkit-appearance: none;
}

button, input, select, textarea, option{
    vertical-align:top;
}

textarea{
    resize: none;
}

/* PRESENTATION
=============*/

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

h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}

a{

}

select,
option,
input,
textarea,
a,
:focus,
:hover,
:focus{
	outline:0;
	text-decoration:none;
}

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

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

b,
strong {
    font-weight: bold;
}

em,
dfn {
    font-style: italic;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.wrapper ol,
.wrapper ul{
	list-style:none;
}

blockquote, q{
	quotes:none;
}

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

img{
	display:block;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

/* PRINT STYLE
============*/

@media print {
    *{background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important;}
    a, a:visited {text-decoration: underline;}
    a[href]:after { content: " (" attr(href) ")";}
    abbr[title]:after { content: " (" attr(title) ")";}
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: "";}
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid;}
    thead { display: table-header-group;}
    tr, img { page-break-inside: avoid;}
    img { max-width: 100% !important;}
    @page { margin: 0.5cm;}
    p, h2, h3 { orphans: 3; widows: 3;}
    h2, h3 { page-break-after: avoid;}
}