@font-face {
    font-family: corbel;
    src: url(corbel_light.ttf);
}

.tdl {
    padding-top:0.5em;
    text-align: right;
    width: 30%;
}

.tdr {
    padding-top:0.5em;
    text-align: left;
    padding-left: 5%;
    width: 30%;
}

body {
    font-family: corbel;
}

.centered {
    text-align: center;
}

.tableheader {
    text-align: center;
    padding-top: 5vh;
    font-size: x-large;
}

table {
    margin-left: auto;
    margin-right: auto;
    width: 60%;

}

.bg {
    /* The image used */
    background-image: url("background.png");
    opacity: 0.05;  

    /* Center and scale the image nicely */
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*background-blend-mode: multiply;*/
    background-color: white;
    position: absolute;
    left: 0px;
    top:0px;
    width:100%;
    /* Full height */
    height: 100%;
    z-index: -1;
}