.dg {
       color: black;
       font: normal 25px/1 "VT323", Helvetica, sans-serif;
       color:rgb(0, 156, 255);
       text-overflow: ellipsis;
       text-shadow: 5px 5px 0 rgba(1, 19, 144, 1) ;
        font-size: 15px;
        z-index:4;

}
.dg .c .slider {
       background: black;
}

.dg .c input[type=text] {
       /*background: white;*/
       border-color:rgb(0, 156, 255);
       border-radius: 2px;
       border-style: solid;
       border-width: 1.1px;
       color: black
}
.dg .c input[type=text]:active {
       /*background: white;*/
       color: black;
       outline-color: rgb(0, 156, 255);
       outline-style: solid;
       outline-width: 1.5px
}
.dg .c input[type=text]:focus {
       /*background: white;*/
       color: black;
       outline-color: rgb(0, 156, 255);
       outline-style: solid;
       outline-width: 1.5px
}
.dg .c input[type=text]:hover {
       /*background: white;*/
       color: black;
       outline-color: rgb(0, 156, 255);
       outline-style: solid;
       outline-width: 1.5px
}
.dg .closed li.title {
       border: 1px solid rgb(0, 156, 255);
       border-radius: 2px;
       box-shadow: inset 1px 0 9px 0 rgb(0, 156, 255);
       color: #777;
       text-shadow: 1px 0 0 white
}
.dg .cr.boolean:hover {
       /*background: white;*/
       border-bottom: 1px solid silver;
       border-right: 1px solid silver
}
.dg .cr.function:hover {
       border-bottom: 1px solid silver;
       border-right: 1px solid silver
}


.dg li.title, .dg closed {
       border: 1px solid rgb(0, 156, 255);
       border-radius: 2px;
       color: black;
}
.dg li.title:hover {
       outline-color: rgb(0, 156, 255);
       outline-style: solid;
       outline-width: 1.5px
}
.dg.main .close-button {

       background: black;
       border-radius: 2px;
       color: rgb(0, 156, 255);
       height: 27px;
       line-height: 27px;
       text-align: center;
}
.dg.main .close-button:hover {
       outline-color: rgb(0, 156, 255);
       outline-style: solid;
       outline-width: 1.5px
}

.dg { z-index:5 !important};

.dg { top:50px !important};
