TemplateContainer {
    flex-grow: 1;
}

Label {
    color: rgb(255, 255, 255);
    -unity-text-align: upper-center;
}

TextField {
    -unity-background-image-tint-color: rgb(255, 255, 255);
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

Button {
    border-left-width: 3px;
    border-right-width: 3px;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: rgb(255, 255, 255);
    background-color: rgb(118, 189, 29);
}

ObjectField {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

ObjectFieldSelector {
    -unity-background-image-tint-color: rgb(118, 189, 29);
}

.droparea {
    position: relative;
    background-color: rgb(55, 55, 55);
    flex-direction: column;
    width: auto;
    flex-grow: 1;
}

.droparea:hover {
    background-color: rgb(46, 51, 51);
}

.box {
    position: relative;
    width: 64px;
    height: 64px;
    background-color: rgb(118, 189, 29);
    color: rgb(255, 255, 255);
    white-space: normal;
    border-width: 2px;
    border-color: rgb(21, 21, 21);
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: auto;
}

.box:hover {
    background-color: rgb(97, 169, 10);
}

.buttons {
    min-width: auto;
    min-height: 35px;
}
