body {background:#111;}
h1 {color:#eee;}
/*
h1 {color:#eee;padding-left:40px;}
h1 .logo {background-image:url("dark/logo.png");border:2px solid #eee;border-radius:5px;}
h1 .logo {display:inline-block;width:32px;height:32px;background-size:32px 32px;}
*/
.toolbar .tool {background:#111;color:#eee;}
.toolbar .tool:hover {background:#111;color:#ee9;}
.message .info {background:#111;}
.message .info:hover {background:#ee9;color:#111}
.btn-primary, .btn-primary:disabled {background:#eee;}
.chat-display {border: 3px solid #333;background:#333;}
.chat-display .message {color:#eee;background:#333;}
.chat-display .message a {color:#99e;}
.chat-display .message a:hover {color:#ee9;}
.chat-display .message:nth-child(even) {background:#2a2a2a;}
.chat-display .message .sender {color:#eee;}
.chat-form input {background:#333;color:#eee;}
.chat-form button {background:#333;color:#eee;}
.chat-form input:disabled {color:#888;}
.chat-form button:disabled {color:#888;}
.load-older .load-links a{background:#111;}
.load-older .load-links a:hover{background:#ee9;color:#111}
.load-older .clickable-text {color:#eee;}
.load-older .abort {color:#eee;}