body {}
h1 {color:#eee;}
.toolbar .tool {background:#2B2B40;color:#eee;}
.toolbar .tool:hover {color:#2B2B40;}
.message .info {background:#001;}
.message .info:hover {background:#ee9;color:#001}
.btn-primary, .btn-primary:disabled {background:#eee;}
.chat-display {border: 3px solid #2B2B40;background:#2B2B40;}
.chat-display .message {color:#eee;background:#2B2B40;}
.chat-display .message a {color:#99e;}
.chat-display .message a:hover {color:#ee9;}
.chat-display .message:nth-child(even) {background:#232333;}
.chat-display .message .sender {color:#eee;}
.chat-form input {background:#2B2B40;color:#eee;}
.chat-form button {background:#2B2B40;color:#eee;}
.chat-form input:disabled {color:#888;}
.chat-form button:disabled {color:#888;}
.load-older .load-links a{background:#001;}
.load-older .load-links a:hover{background:#ee9;color:#001}
.load-older .clickable-text {color:#eee;}
.load-older .abort {color:#eee;}