﻿
@font-face {
    font-family: "Open Sans Light";
    src: url("../Fonts/OpenSans/OpenSans-Light.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Regular";
    src: url("../Fonts/OpenSans/OpenSans-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@page {
    size: A4;
    margin: 1.32cm;
}

html, body {
    width: 210mm;
    height: 297mm;
}

.nav-bar, .search-more, .search-results-all, .search-results-opts-top, .search-results-steps, .popup-container {
    display: none !important;
}

.header-text h1 {
    font-size: 25px;
    float: right;
    position: absolute;
    top: 0;
    right: 20px;
}

.header-more, .header-list, .header-desc {
    display: none !important;
}

.result-inner-box a {
    display: none !important;    
}

.header-logo {
    margin: 26px;    
}

.header {
    background-color: white;
    height: 80px;
}

body {
    background: #F3F3F3;
    margin: 0;
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    position: relative;
}

.search-results-header {
    padding-bottom: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #BFBFBF;
    overflow: hidden;
}

.search-hits {
    float: left;
    margin-left: 40px;
}

.search-results-content {
    font-size: 16px;
    margin-left: 40px;
}

.search-inner-box {
    margin: 26px;
}

.bold {
    font-weight: bold;
}

.result-box-text {
    font-size: 14px;
    white-space: pre-wrap;
    font-family: monospace;
}

.result-inner-box {
    margin: 26px 0;
}

.body-text {
    margin-top: 40px;
    margin-bottom: 40px;
}

.container {
    height: 100%;
    margin: auto;
}

.main {
    background: white;
    margin-bottom: 8px;
}

.main {
    margin-bottom: 80px;
}