
TABLE {
    clear: both;
    margin-top: 20px;
    border: 1px dotted #88171a;
}

TR.odd {
    background-color: #ffffff;
}

TR.even {
    background-color: #eeeeee;
}

TH {
    padding: 3px;
    color: #88171a;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

TD {
    padding: 3px;
    white-space: nowrap;
}

FORM {
    clear: both;
    margin-top: 20px;
    border: 1px dotted #88171a;
    padding: 5px;
}

.menu {
    clear: right;
    float: right;
    margin-bottom: 10px;
}

A {
    text-decoration: none;
}

A:visited,
A:hover,
A:link,
A:active {
    color: #88171a;
}

.vpn-note {
    color: #88171a;
    clear: both;
    margin-top: 25px;
}

.site-header {
    color: #88171a;
    float: right;
}

.flashes {
    color: #88171a;
    list-style-type: none;
}

.content-container {
    width: 100%;
}

.qrcode-config,
.text-config {
    padding: 5px;
    float: left;
    border: 1px solid #88171a;
}
