/* Print CSS for Modesta website           */
/* Overrides the styles declared elsewhere */
body, h1, h3, h4, h5, h6 {
    color: #000000;
    font-family:  "Open Sans" !important;
}

h2, h4, main, .page-content {
    font-family:  "Open Sans" !important;
}

h2, h4 {
    font-weight: 600;
}

.well, .bg-grayscale-lightest {
    background-color: #FFFFFF !important;
}

@media print {
    body {
        margin: 0;
    }
    .container {
        max-width: 1200px;
    }
    @size {
        size: A4 portrait;
    }
}

.well {
    padding-top: 10px;
}

@page {
    margin: 15mm;
}

.col-xs-12 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    /* max-width: 50%; */
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: unset;
    flex: unset;
    -webkit-flex-direction: unset;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    justify-content: space-between;
}

.row>[class*=col] {
    flex-basis: unset;
}

.print-footer {
    font-size: 12px;
    line-height: 14px;
}

