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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: black;
}





/*    START HERE      */




td {
    text-align: left !important;
    padding: 1em;
}

html, body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.9em;


    color: black !important;
    text-transform: uppercase;
    text-align: left !important;
    letter-spacing: 0.025em;

    width: 100%;
}
a {
    text-align: left !important;
    display: block;
    line-height: 1.2em;
    color: #7f8b43 !important;
}
a:hover {
    color: #e9404f !important;
}

h3, h2 {
    font-size: 1.3em;
    font-weight: 500;
    color: #536571;
}

p {
    text-align: left !important;
}

div {
    text-align: left !important;
}

.results-table {
    width: 100%;
    background-color: #536571;
}

.title1 {
    font-size: 1.5em;
    font-weight: 700;
    background-color: #536571;
    color: white;
}
table {
    margin-bottom: 4em;
    width: 100%;
}
tr {
    border-top: 1px solid black;
}
.norow {
    border: 0 !important;
}

.nagovor {
    padding: 3rem;
    font-size: 1.5em;
}
.nagovor a {
    margin-bottom: 1em;
}

.content {
    width: 90%;
    margin: 0 auto;
    background-color: white;
    max-width: 1200px;
}
.header {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}
.header img {
    width: 100%;
    height: auto;
}
.header a {
    display: block;
    margin-bottom: 0;
    padding: 0;
    line-height: 0;
}
iframe {
    width: 100%;
}
.background {
    background-color: #7f8b43;
}
.nagovor2 {
    padding: 3rem;
    font-size: 1.2em;
}
.nagovor2 a {
    margin-bottom: 1em;
}