/* Null */

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: transparent;
}

ol,
ul {
    list-style-position: outside;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}


img {
    border: none;
}

p {
    margin: .8em 0 0;
}

p:first-child {
    margin: 0;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


article, aside, figcaption, figure, footer, header, hgroup, nav, section, main, time, canvas {
    display: block;
}

/* Common */

html,
body {
    width: 100%;
    background: #fff;
}

body {
    width: 21cm;
    height: 29.7cm;
    padding: 1.5cm;
    color: #1a1818;
    background: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 3mm;
    line-height: 1.33em;
    font-weight: 300;
    letter-spacing: 0.1mm;
}

/* Links */


.fulltextnull {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    word-spacing: -1px;
}

.fulltextnormal {
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: normal;
    word-spacing: normal;
}

