.xdebug-var-dump{
    background-color:orange !important;
    color:black !important;
    text-align:left !important;
}
.xdebug-error{
    color:black !important;
}

body,.body,textarea,a,a:visited{
    color:white;
    border-color:white;
}
a:hover, a:focus, a:active,
a.active, a:visited.active{
    background-color:white;
    color:black;
    border-color:black;
}

h1,h2,h3,h4,h5,h6{
    font-family:Times New Roman, Georgia;
}

header,
footer,
section{
    border:1px solid black;
}

.serverClock .tick{
    opacity:1;
}
.serverClock .tock{
    opacity:0.2;
}
#copyright, #vanity{
    position:fixed;
    bottom:-1px;
    opacity:0.5;
}
#copyright{ left:3px; }
#vanity{ right:3px; }

.message{
    text-align:center;
    color:white;
    display:inline-block;
    padding:.33em;
}
.message.success{
    background-color:green;
}
.message.error{
    background-color:red;
    padding:1em;
}
.message.warn{
    background-color:yellow;
    color:black;
}
