

body{background-color:#2f2f2f}
        
        html{
            font-size: 14px;
            
            }
        
        ul {
            display: block;
            list-style-type: decimal;
            margin-top: 0em;
            margin-bottom: 1em;
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            width: 475px;
            /*height: calc(90% - 30px);90%;s*/
            /*max-height: 90%;*/
            overflow-x:hidden;
            overflow-y: scroll;
            height:100%;
            /*--resizable-width: 600px;
            height: var(--resizable-width);*/
            /*height: 600px;*/

        }

        ol {
            display: block;
            list-style-type: decimal;
            margin-top: 0em;
            margin-bottom: 1em;
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            width: 475px;
            /*height: 600px;*/
            overflow-x:hidden;
            overflow-y: scroll;
           
        }


        .chat-flex-top{
            display: flex;
            flex-direction: row;
            flex: 0 0 2rem;
            flex-wrap: wrap;
        }

        .button-flex-container {
            display: flex;
            flex-wrap: wrap-reverse;
        }

        .bottom-flex-area{
            display: flex;
            flex-wrap: wrap;
            flex: 0 0 50px;
        }


        .chatcontainer{
           
        }

        #chatcontainer{
            height:70%;
            flex:1;
        }

        

        .chat-flex-container{
            display: flex;
            flex-direction: column;
            /*height:100%;*/
            height: 100vh;
            
        }
        
        .disconnected{
            background-color:#FF0000;
        }
        
        div.container{
            /*height:100%;*/
        }

        div.containment{
            
            
        }

        #chat-scroll {
            /*height: 90%;*/
        }

        .messagec {
            /*height: 100%;*/
        }

        chat {
            /*height: 100%;*/
        }

        #message {
            /*height: 2em;*/
        }
        
        .rainbow-text {
            background-image: repeating-linear-gradient(45deg, violet, indigo, blue, green, yellow, orange, red, violet);
            text-align: center;
            background-size: 800% 800%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 24px;
            animation: rainbow 8s ease infinite;
        }

        @keyframes rainbow { 
            0%{background-position:0% 50%}
            50%{background-position:100% 25%}
            100%{background-position:0% 50%}
        }

        
        div.messagesc{
         background-color:#0f0f0f;
         background-color:#000000;
         height: 100%;
         overflow-x:hidden;
            overflow-y: scroll;
         
         width:475px;
         color:#cfcfcf;
         
         
        }
        
        li {
            
            width: 475px;
            color: white;
        }
        
        .date {
            padding-left: 5px;
            float: left;
            margin-right: 5px;
        }
        
        .username {
            margin-left: 5px;
            float: left;
            overflow-x:hidden;
            overflow-y:hidden;
            overflow:hidden;
            max-height: 22px;
            max-width: 200px;
        }
        
        
        .channel {
            padding-right: 5px;
            overflow-x:hidden;
            overflow-y:hidden;
            overflow:hidden;
            max-height: 22px;
            float: right;
            display: block;
            background-color:rgba(96,125,139,0.6);
            max-width: 120px;
        }
        
        a {
            color:#2196f3;
        }
        
        message {
        
        
            margin-right: 30px;
            
            width: 380px;
            float: left;
            display: block;
            font-size: 14px;
            font-family:Roboto,sans-serif;
            overflow-wrap: break-word;
            min-height: 30px;
        }

        
        
        .avatar{
            float: left;
            width: 34px;
            height: 34px;
            
        }
        
        .userav{
            width: 34px;
            height: 34px;
            border-radius: 50%;
        }
        
        .material-icons {
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            font-size: 24px;
            line-height: 1;
            letter-spacing: normal;
            text-transform: none;
            display: inline-block;
            white-space: nowrap;
            word-wrap: normal;
            direction: ltr;
            -webkit-font-feature-settings: 'liga';
            -webkit-font-smoothing: antialiased;
        }
        
        h1, h2, h3, h4, h5, h6 {
            line-height: 1.0;
        }
        
        h1 {
            display: block;
            font-size: 2em;
            margin-block-start: 0.67em;
            margin-block-end: 0.67em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
            font-weight: bold;
        }
        
        h1 {
        font-size: 1.375rem;
        font-weight: 700;
        }
        h2 {
        font-size: 1.25rem;
        font-weight: 700;
        }
        h3 {
        font-size: 1.00rem;
        font-weight: 700;
        }
        h4 {
        font-size: 0.875rem;
        font-weight: 500;
        }
        h5 {
        font-size: 0.75rem;
        font-weight: 500;
        }
        h6 {
        font-size: 0.625rem;
        font-weight: 500;
        }
        
        message blockquote p{
            display: block;
            background-repeat: no-repeat;
            padding: 0;
            margin: 0;
            margin-left: 0;
            margin-right:0;
            
            overflow-wrap: break-word;
        }
        
        message  p span{
            
            background-repeat: no-repeat;
            padding: 0;
            margin: 0;
            margin-left: 0;
            margin-right:0;
            
            overflow-wrap: break-word;
            height: 28;
        }
        
        message blockquote {
            display: block;
            background-repeat: no-repeat;
            padding: 0;
            margin: 0;
            margin-left: 0;
            margin-right:0;
            
            overflow-wrap: break-word;
        }
        
         hr {
            
            margin-left: 0;
            margin-right:0;
            width: 380px;
            height: 1px;
            padding: 0;
            margin: 0;
        }
        
        blockquote {
            
            margin-left: 0;
            display: block;
            background-repeat: no-repeat;
            padding: 0;
            margin: 0;
            margin-left: 0;
            margin-right:0;
            
            margin-inline-start: 0;
            margin-inline-end: 0;
            min-height: 30px;
            overflow-wrap: break-word;
        }

        p img {
            height: 28px;
            vertical-align: middle;
        }

        message img {
            max-width:380px; height: auto;
        }
        
        h1 img { 
            max-width:380px; height: auto;
        }
        
        .date {
            user-select: none;
            color: #757575;
        }
        
        .highlight{
            font-weight: bold;
            color: yellow;
        
        }
        
        blockquote p {
            font-weight: 500;
            color: #789922;
            
            margin-left: 0;
            display: block;
            background-repeat: no-repeat;
            padding: 0;
            margin: 0;
            margin-left: 0;
            overflow-wrap: break-word;
        }
        
        .localfag {
            background-color: #f5f5f5;
            color: #bd4147;
        }
        
        code{
            display: inline-block;
            border-radius: 3px;
            white-space: pre-wrap;
            font-size: 85%;
            font-weight: 900;

            background-color: #f5f5f5;
            color: #bd4147;
            box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
            font-family: monospace,monospace;
            overflow-wrap: break-word;
        }
        
        .labelhelper{
            display: inline-block;
            color: #789922;
        }
        
        .chatWrapper{
            display: block;
        }
        
        .chatHelpers{
            clear: left;
        }
        
        .maincont{
            
        }
        
        .hide{
            display: none;
        }
        
        .whisperWindow{
        
        }
        
        .dmWindow{
           
        }
        
        .ttsOptions{
            
        }
        
        .pollArea{
        
        
        }
        
        .fixedCookieNotice{
            position: fixed;
            bottom: 0;
            right: 0;
            width: 300px;
            border: 3px solid #73AD21;
            color: #789922;
            text-align:center;
        }
        
        .alertArea{
            position: fixed;
            top: 30;
            left: 20;
            width: 400;
            height: 300;
            
        
        }
        
        .dmsArea{
            position: fixed;
            top: 30;
            left: 20;
            width: 400;
            height: 300;
            
        
        }
        
        .whispersArea{
            position: fixed;
            top: 30;
            left: 20;
            width: 400;
            height: 300;
            
        
        }
        
        .userlist{
            position: fixed;
            top: 30;
            left: 20;
            width: 400;
            height: 600;
            background-color:#0f0f0f;
        }
        
        .column {
            float: left;
            width: 40.33%;
            padding: 5px;
        }
        
        .column2 {
            float: right;
            width: 40.33%;
            padding: 15px;
        }
        
        .row:after {
            content: "";
            display: table;
            clear: both;
        }
        
        .glow {
            
            color: #fff;
            text-align: center;
            -webkit-animation: glow 1s ease-in-out infinite alternate;
            -moz-animation: glow 1s ease-in-out infinite alternate;
            animation: glow 1s ease-in-out infinite alternate;
        }
        
        .glowgreen {
            
            color: #00ff00;
            text-align: center;
            -webkit-animation: glow 1s ease-in-out infinite alternate;
            -moz-animation: glow 1s ease-in-out infinite alternate;
            animation: glow 1s ease-in-out infinite alternate;
        }

        @-webkit-keyframes glow {
        from {
            text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
        }
        to {
            text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
        }
        }
        
        /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
        @media screen and (max-width:600px) {
            .column {
                width: 100%;
            }
        }
        
        /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

.modalShow {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5px auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}



/* The Close Button */
.close {
  /* Position it in the top right corner outside of the modal */
  position: absolute;
  right: 25px;
  top: 0; 
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

textarea:invalid {
  border: 2px dashed red;
}

textarea:valid {
   border: 2px solid lime;
}



    .wrapper {
      
      
      cursor: help;
      
      
      
      position: relative;
      text-align: center;
      
      -webkit-transform: translateZ(0); /* webkit flicker fix */
      -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
    }

    .wrapper .tooltip {
      background: #1496bb;
      
      color: #fff;
      display: block;
      left: 0;
      margin-bottom: 1px;
      opacity: 0;
      padding: 10px;
      pointer-events: none;
      position: absolute;
      width: 100%;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
      -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    }
    
        /* This bridges the gap so you can mouse into the tooltip without it disappearing */
    .wrapper .tooltip:before {
      bottom: 0px;
      content: " ";
      display: block;
      height: -20px;
      left: 0;
      position: absolute;
      width: 100%;
      
    }
    
        /* CSS Triangles - see Trevor's post */
    .wrapper .tooltip:after {
      border-left: solid transparent 10px;
      border-right: solid transparent 10px;
      border-top: solid #1496bb -10px;
      bottom: 0px;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0;
      
    }
    
        .wrapper:hover .tooltip {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }

    #tags {
        margin-top:2em;
        height:75px;
        width:90%;
        border:1px solid #000;
        font:"serif";
    }