﻿@page {
    size: A4;
}

body {
    background-color: white;
}

hr {
    border-color: lightgrey;
}

.print-hide {
    display: none;
}

.producer-logo, .page-footer {
    display: none;
}

.centered-wrapper {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.centered-container {
    display: table-cell;
    vertical-align: middle;
}

.content-container {
    padding: 5px;
}

.fit-max-width {
    width: 100%;
    max-width: 100%;
}

.producer-logo {
    margin: auto;
    margin-top: 5px;
}

.glyphicon-asterisk {
    font-size: xx-small;
}

.new-page-before {
    page-break-before: always;
}

.dl-horizontal dt {
    display: inline-block;
    white-space: normal;
    float: left;
    clear: left;
}

.dl-horizontal dd {
    margin-left: 5px;
}

.dl-vertical dd {
    margin-left: 5px;
}

@media print and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */

    .dl-horizontal dd {
        margin-bottom: 0;
    }

    .dl-vertical dd {
        margin-bottom: 0;
    }
}
