#datgui {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: "Ubuntu";
}
#datgui > ul > li.cr.boolean > div > span.property-name {
    width: 80%;
}
#datgui > ul > li.cr.boolean > div > div.c {
    width: 20%;
}
.dg.main.taller-than-window .close-button {
    border-top: 1px solid #ddd;
}

.dg.main .close-button {
    background-color: #E56400;
    color: white;
}

.dg.main .close-button:hover {
    background-color: #E56400;
}

.dg {
    color: #777;
    text-shadow: none !important;
}

.dg.main::-webkit-scrollbar {
    background: #fafafa;
}

.dg.main::-webkit-scrollbar-thumb {
    background: #bbb;
}

.dg li:not(.folder) {
    background: #fafafa;
    border-bottom: 1px solid #E56400;
}

.dg .cr.boolean {
    border-left: none;
}

.dg li.save-row .button {
    text-shadow: none !important;
}

.dg .cr.function:hover,.dg .cr.boolean:hover {
    background: #fff;
}

.dg .c input[type=text] {
    background: #e9e9e9;
}

.dg .c input[type=text]:hover {
    background: #eee;
}

.dg .c input[type=text]:focus {
    background: #eee;
    color: #555;
}

.dg .c .slider {
    background: #e9e9e9;
}

.dg .c .slider:hover {
    background: #eee;
}

#elementlegend {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-height: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-family: "Ubuntu";
}

.elementlabel {
    margin: 5px 5px;
}

#unitCanvas {
    background-color: "#FFF";
    /*border: 3px solid #333;*/
    border-radius: 50%;
    box-shadow: 0px 0px 15px #333;
    overflow: hidden;
}
