/*! Copyright by Andreas Pflügl */

* {
    font-family: "PT Sans", serif;
}

a:link {
    color: inherit;
}

a:visited {
    color: inherit;
}

#logo {
    max-width: 500px;
    margin: 20px auto;
}

#logo img {
    max-width: 100%;
}

#text {
    max-width: 750px;
    margin: 20px auto;
}

#text table {
    width: 100%;
    font-weight: bold;
    font-size: 22px;
}

#text table tbody tr td:nth-child(2) {
    text-align: right;
}