
body {
    background: black;
}

/*.container {
    max-width:800px;
}*/
.website .container {
    background: white;
}

.title {
    margin: 0 -15px;
}

.subtitle {
    margin: 2em .5em;
}

.content table.tdRight tr > td:first-child {
    text-align: right;
}

.website .footer {
    text-align: center;
}

footer .navbar-nav>li>a:hover,
footer .navbar-nav>li>a:focus,
footer .navbar-nav>li>a:active {
    background: none;
    color: black;
    text-decoration: underline;
}

.back {
    margin-top: 5em;
    margin-bottom: 1em;
    text-align: center;
}

.error {
    color: red;
    font-weight: bold;
    text-align: center;
}
.msg {
    color: green;
    font-weight: bold;
    text-align: center;
}
h2.websiteHomeText {
    text-align: center;
}