#usernameInputContainer {
        margin:0;
        margin-top: 10px;
        padding: 0;
}
 
#usernameInputContainer #usernameInput {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
 
#usernameInput:focus {
    z-index: 3;   
}

#usernameInput,#info {
    text-align: center;
    font-size: 16px;
}

#info {
    padding-top: 50px;
}

.list-div {
    display: none;
}

body {
    background-color: #262626;
}

li {
    font-size: 18px;
}

.channel,.message {
    color: #ffffff;
}

/* .timestamp {
    color: #ff0202;
} */

.share {
    float: right;
    cursor: pointer;
    color: white;
}

.snowflake-nick {
   color: #e463cf;
}

.mentions {
    margin-top: 50px;
}

li.splitter {
    background-color: #022f57;
    text-align: center;
    padding: 0;
}

body {
    background-color: rgb(8, 8, 8);
    width: 100%;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.timestamp {
    color: #414141;
    padding-right: .3em;
}

.dgg-badge {
    margin-left: .2em;
}

.message {
    color: #B9B9B9;
}

li.dgg {
    /* padding: .2em 1.2em .2em .6em; */
    font-family: "Roboto",Helvetica,"Trebuchet MS",Verdana,sans-serif;
    /* font-size: 16px; */
    /* line-height: 26.4px; */
    text-rendering: optimizelegibility;
    background-color: #000000;
}

li.twitch {
    background-color: #360d3e;
}

li.twitch .timestamp, li.twitch .message, li.splitter .message {
    color: #FFFFFF;
}

.emote {
    z-index: 1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-indent: -999em;
    box-sizing: border-box;
    font-feature-settings: "kern";
    margin-top: -32px;
    overflow-wrap: break-word;
    overflow-x: hidden;
    overflow-y: hidden;
    top: 8px;
}

.nick {
    color: #FFFFFF;
    padding-left: .3em;
}

/* .url {
    color: #02C2FF;
} */

li.highlighted {
    border-color: #1e03ff;
    border-top-width: medium;
    border-bottom-width:medium;
}

.container {
    padding-top: 200px;
    display: none;
}