

#lightdebugger {
                    background: silver;
                    padding:0.5em;
                    font-size:14px;
                    position: absolute;
                    top: 0;
                    right: 0;
}

#lightdebugger .lightblock              {
                    margin-top: 1em;
}

#lightdebugger .digit {
                    width:3em
}

#lightdebugger .l-name {

}

#lightdebugger .triad input {   width: 3em;}
#lightdebugger .triad
                    input:nth-child(1)  {   background: #aeffba;   }
#lightdebugger .triad
                    input:nth-child(2)  {   background: #68c1ff;   }
#lightdebugger .triad
                    input:nth-child(3)  {   background: #ffd8de;   }

#lightdebugger .color
                    input:nth-child(1)  {   background: #ff4443;   }
#lightdebugger .color
                    input:nth-child(2)  {   background: #1b9c15;   }
#lightdebugger .color
                    input:nth-child(3)  {   background: #2125ff;   }

#lightdebugger button {
                    margin-top: 1em;

}