﻿body {
    font-family: "Open Sans";
    text-align: center;
    margin: 0;
    padding: 0;
}

.center {
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
}

#info td:nth-child(2n) {
    font-weight: bold;
    text-align: left;
    padding-right: 15px;
}

#info td:nth-child(2n+1) {
    text-align: right;
    padding-right: 15px;
}

.background {
    height: 611.297px;
    background: #38ab4d;
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

h1 {
    margin: 0;
    padding: 15px;
}

.background .left-corner {
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: 'Open Sans', florifont;
    color: #666666;
    font-weight: 300;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 80%;
    content: url("https://www.florisoft.nl/Content/media/images/icons/Printplaten_1.svg");
    bottom: 0;
    left: 0;
}

.background .right-corner {
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: 'Open Sans', florifont;
    color: #666666;
    font-weight: 300;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 80%;
    content: url("https://www.florisoft.nl/Content/media/images/icons/Printplaten_1.svg");
    top: 0;
    right: 0;
    transform: rotate(180deg);
}

.background .content {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}