#renderScene {
    position: fixed;
    top: 2.5%   ;
    left: 2.5%;
    width: 95%;
    height: 95%;
    border: 1px solid green;
    background-color: white;
}

#renderScene #tdTexChanger {
    color: #916422;
    font-weight: bold;
    font-family: "Open Sans", monospace;
}

#renderScene canvas {
    margin: 10px 20px 10px 20px;
    border-right: 1px solid black;
}

#tdTexChanger {
    float: right;
    width: 49%;
}

.td-texture-row {
    float: right;
    overflow: auto;
    width: 97%;
    margin: 10px;
    overflow: hidden;
}

.texChangeChild {
    float: left;
    width: 50px;
    height: auto;
    margin: 2px;
    padding: 2px;
    text-overflow: ellipsis;
}

.texChangeChildSelected {
    border: 1px solid brown;
}

.texChangeChild img, .texChangeChild div {
    width: 100%;
    height: auto;
}

#canvasCapsule {
    float: left;
    position: relative;
    height: 100%;
}

#tdControls {
    position: absolute;
    bottom: 2.5%;
    left: 23%;
}

#tdControls>div {
    margin-left: 8px;
    float: left;
}
#tdControls>div * {
    color: black;
}