
        
        .scrollbox {
          padding: 12px;
          border: 2px dashed #bd994d;
          width: 300px;
          height: 300px;
          overflow-y: scroll;
          overflow-x: hidden;
          list-style: inside;
          text-align: left;
          font-size: 0.85em;
          background-color: #1d1c13;
        }
        
        .scrollbox2 {
          padding: 12px;
          border: 2px dashed #bd994d;
          width: 300px;
          height: 300px;
          overflow-y: scroll;
          overflow-x: hidden;
          list-style: inside;
          text-align: left;
          font-size: 0.85em;
          background-color: #1d1c13;
        }
        
        .scrollbox3 {
          padding: 12px;
          border: 2px dashed #bd994d;
          width: 300px;
          height: 300px;
          overflow-y: scroll;
          overflow-x: hidden;
          list-style: inside;
          text-align: left;
          font-size: 0.85em;
          background-color: #1d1c13;
        }
        
        #scrollboxlegend {
          border: 2px dashed #bd994d;
          background-color: #1d1c13;
          padding: 8px;
          font-size: 1.2rem;
        }
        
        #scrollboxlegend2 {
          border: 2px dashed #bd994d;
          background-color: #1d1c13;
          padding: 8px;
          font-size: 1.2rem;
        }
        
        #scrollboxlegend3 {
          border: 2px dashed #bd994d;
          background-color: #1d1c13;
          padding: 8px;
          font-size: 1.2rem;
        }
        
        .scrollbox::-webkit-scrollbar {
          width: 16px;
          height: 16px;
        }

        .scrollbox::-webkit-scrollbar-track {
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
          image-rendering: pixelated;
          -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          -ms-filter: grayscale(100%);
          -o-filter: grayscale(100%);
          filter: grayscale(100%);
        }

        .scrollbox::-webkit-scrollbar-track:active {
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAEElEQVQIW2No6+pjgAAgCwAWogM9VKrgGQAAAABJRU5ErkJggg==");
          -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          -ms-filter: grayscale(100%);
          -o-filter: grayscale(100%);
          filter: grayscale(100%);
        }

        .scrollbox::-webkit-scrollbar-thumb {
          border-top: 1px solid #cccccc;
          border-left: 1px solid #cccccc;
          border-right: 1px solid black;
          border-bottom: 1px solid black;
          box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
          width: 16px;
          height: 16px;
          background-color: #cccccc;
          z-index: 1;
        }

        .scrollbox::-webkit-scrollbar-corner {
          background-color: #cccccc;
        }

        .scrollbox::-webkit-resizer {
          width: 16px;
          height: 16px;
          background-color: #cccccc;
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAN0lEQVR4Ae3MgQUAMBRDwU5fFF05lb/CARTBw2Ulof0DxPtcwp3hNuEYnjbcEW4TjuFpwx3h9gMWGgZ2Y/PT2gAAAABJRU5ErkJggg==");
          background-position: bottom right;
          background-repeat: no-repeat;
          image-rendering: pixelated;
        }

        .scrollbox::-webkit-scrollbar-button {
          border-top: 1px solid #cccccc;
          border-left: 1px solid #cccccc;
          border-right: 1px solid black;
          border-bottom: 1px solid black;
          box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
          display: block;
          width: 16px;
          height: 16px;
          background-color: #cccccc;
          image-rendering: pixelated;
          background-repeat: no-repeat;
          background-position: center center;
        }

        .scrollbox::-webkit-scrollbar-button:active {
          background-position: 2px 2px;
        }
        
        .scrollbox::-webkit-scrollbar-button:horizontal:decrement {
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHklEQVQY02NgoBT8xyX8H5fwf1zCpOjAYwceV1EEAAO2D/HsQ4vsAAAAAElFTkSuQmCC");
        }

        .scrollbox::-webkit-scrollbar-button:horizontal:increment {
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHUlEQVQY02NgIB/8xy3xH7fEf9wS/0nUQZqrKAYAK44P8ZRmzLQAAAAASUVORK5CYII=");
        }

        .scrollbox::-webkit-scrollbar-button:vertical:decrement {
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGklEQVR4AWMYxuA/SYphmETFhDX9x4mHGQAAcL4P8dQiMq8AAAAASUVORK5CYII=");
        }

        .scrollbox::-webkit-scrollbar-button:vertical:increment {
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAF0lEQVQY02NgoBf4jwJxSOHQhcNAOgMAWWAP8Rv2U3UAAAAASUVORK5CYII=");
        }

        .scrollbox::-webkit-scrollbar-button:horizontal:increment:start {
          display: none;
        }

        .scrollbox::-webkit-scrollbar-button:horizontal:decrement:end {
          display: none;
        }
        
        .scrollbox::-webkit-scrollbar-button:vertical:increment:start {
          display: none;
        }

        .scrollbox:-webkit-scrollbar-button:vertical:decrement:end {
          display: none;
        }

        .scrollbox::-webkit-scrollbar-button:active {
         border-top: 1px solid #868a8e;
          border-left: 1px solid #868a8e;
          border-bottom: 1px solid #868a8e;
          border-right: 1px solid #868a8e;
          box-shadow: none;
        }

        .scrollbox p {
          margin:0;
        }
        
        .scrollbox ul {
          padding-left:20px;
          margin-top:8px;
        }
        
        .scrollbox li {
          margin-bottom:5px;
          }