body {
    background-image: url('/gui/img/watermark.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;
    background-size: contain;
}

.gui-bg {
    background-color: #184c94;
}

.gui-text {
    color: #184c94;
}

.gui-title {
    border-top: 1px white solid;
}

.gui-border {
    border: 1px solid #184c94;
}

.gui-text a:hover, a.gui-text:hover {
    text-shadow: 1px 1px 5px;
}

.gui-bg .gui-text, .gui-bg.gui-text {
    color: #fff;
}

.gui-bg .gui-text a, .gui-bg.gui-text a, a.gui {
    color: #fff !important;
    text-decoration: none;
}

a.gui:hover {
    text-shadow: 1px 1px 5px;
}

.gui-box {
    border-left: 1px solid #91afe0; 
    border-bottom: 1px solid #91afe0; 
}

.gui-box:last-child {
    border-bottom: none;
}

tr.gui th {
    background-color: #184c94;
    color: #fff;
}