                html,
                body {
                        height: 100%;
                }

                body {
                        padding-top: 90px;
                }

                .chat-content-monospaced {
                        font-family: 'Courier New', Courier, monospace;
                        background: rgba(0, 0, 0, 0.75);
                        border: 8px solid transparent;
                }

                .chat-content {
                        white-space: pre-wrap;
                }

                .chat-content div:after {
                        content: '\200b';
                }

                #multiaccount-responses .hide {
                        display: none;
                }

                #multiaccount-responses.hideIP .hide {
                        display: inline-block !important;
                }

                #multiaccount-responses.hideIP .show {
                        display: none !important;
                }
                tab:before
                {
                    content: "\00a0\00a0\00a0\00a0";
                }
