:root{--page-background: hsla(203, 58%, 25%, 1);--text-color: hsla(205, 100%, 90%, 1);--input-background: hsla(32, 100%, 49%, .8);--light-cornflower-blue: hsla(199, 64%, 73%, 1);--blue-green: hsla(192, 70%, 43%, 1);--prussian-blue: hsla(200, 95%, 14%, 1);--selective-yellow: hsla(43, 100%, 51%, 1);--tangerine: hsla(32, 100%, 49%, 1)}body{font-family:Verdana,Geneva,Tahoma,sans-serif;color:var(--text-color);background-color:var(--page-background);overflow:hidden}a{color:var(--text-color)}#canvasDiv{position:absolute;left:0;top:0;z-index:1}#deltaDiv{position:fixed;top:1em;left:1em;z-index:3}#usersDiv{position:fixed;left:.5em;bottom:.25em;width:100%;z-index:2}.userDiv{display:flex;width:100%}.userIdDiv{display:flex;width:10em;justify-content:right}.djLegendDiv{display:flex;gap:1em;padding-bottom:.5em;font-size:.9em}.djNameDiv{font-weight:700}.chartDivContainer{display:flex}.chartDiv{background-color:#555;height:18px}.chartDivNoPlays{background-color:#222}.chartDivGotData{background-color:#436441}.chartDivActive{background-color:#0f7809;font-size:small;color:#ece7b2;z-index:3}.nodeLabel{position:absolute;display:flex;width:300px;font-size:8pt;color:#fffee5;z-index:4;text-shadow:0px 0px 4px #222222;justify-content:center;font-size:12pt;pointer-events:none}#newUserDiv{display:flex;padding-bottom:.25em}#addUserMessage{padding-left:.25em}#showAboutButton{position:absolute;right:.5em;top:.5em;transition-duration:1s;z-index:5}#aboutDiv{position:absolute;left:10%;top:5%;width:40%;padding:.5em;background-color:var(--input-background);color:#7ad9d9;z-index:5;transition-duration:2s;border-radius:6px}#aboutDiv .aboutTopBar{display:grid;grid-template-columns:20% 80%;background-color:var(--input-background);color:#000;border-radius:6px}#topUnlistenedDiv{position:fixed;top:.5em;right:.5em;z-index:3}.transparent{opacity:0;transition-duration:2s}.hidden{display:none}input{background-color:var(--input-background);color:var(--text-color);border-radius:6px;font-weight:700}.about{margin:2em 2em 4em;max-width:50em}#rankButton{padding:0 2em;margin:0 10em 0 12em}#nodeSearchText{width:6em}
