.NewLabel    {
                height:4px;
                transition: height 1s;
                }
.NewLabel:hover    {
                height:30px;
                }
.NewLabel input {
                    padding:5px;
                    display:none;
                    width:200px;
                    display:none;
                }
.NewLabel img   {
                    height:22px;
                    position:relative;
                    left:30px;
                    top:5px;
                    display:none;
                }
.NewLabel:hover input {
                    display:inline;
                    opacity:0.7;
                }
.NewLabel:hover input:focus {
                    opacity:1;
                }
.NewLabel input::placeholder
                {
                    font-style:italic;
                    opacity:0.5;
                }
.TreeNode       {
                    margin-right:35px;
                    line-height:25px;
                }
.TreeNode img   {
                    height:20px;
                    margin-right:6px;
                    cursor:pointer;
                }
.TreeNode img:first-of-type
                {
                    margin-right:30px;
                }
.TreeNode span img
                {
                    opacity:0.1;
                    vertical-align:middle;
                }
.TreeNode span:hover img
                {
                    opacity:0.5;
                }
.TreeNode span img.on
                {
                    opacity:1;
                }
#editText       {
                    position:absolute;
                    transform:translateX(-100%);
                    width:300px;
                    height:130px;
                    border:solid 2px #CDA4C2;
                    padding:10px;
                    border-radius:20px;
                    background-color:#B06B33;
                    color:white;
                }

.TreeNode input[type='checkbox']
{
    height:10px;
}

.TreeNode input[type='checkbox']:checked
{
}