/* Theme */ #chat-host { background-color: #e2e2e2; font-family: "Ubuntu", sans-serif; font-size: 13px; } #chat-host .main .messages { border: none; margin-right: 1em; background-color: #f8f8f8; } #chat-host .main .userlistWrapper { border-left: 1px solid #d0d0d0; padding-left: 1em; } #chat-host button { background-color: #751b09; color: #ffffff; padding: 1em; } #chat-host h2 { font-size: inherit; text-transform: uppercase; color: #4d4d4d; }