html {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

body {
    font: 14px/1.4 Lato, Tahoma, sans-serif;
    color: #003a6b;
    background: #f3f7f9 url('../img/background.jpg') repeat-x 50% 100% fixed;
}

.main {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    overflow: auto;
}

.main:before {
    content: " ";
    background: red;
    vertical-align: middle;
    background: transparent;
    display: inline-block;
    width: 10px;
    height: 80%;
    margin-right: -1em;
}

.info {
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    background: rgba(243, 247, 249, 0.8);
    max-width: 640px;
    padding: 15px;
    position: relative
}

.info h2 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
    text-shadow: 0 1px 2px #b8d5e3;
    margin: 24px 0 0;
}

.info h2:first-child {
    margin-top: 0;
}

.info p {
    color: #0f84b7;
    margin: 0;
}

.info p:last-child {
    margin-bottom: 0;
}


@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}