.property-title {
    font-size: 14px;
    margin-bottom: 0.8rem;
}

.property {
    position: relative;
    height: 1.8rem;
}

.property-left {
    position: absolute;
    left: 0;
}

.property-right {
    position: absolute;
    right: 0;
}

.additional-property {
    padding: 0.5rem;
    margin: 0.5rem 0;
    background-color: #cecece;
}

.additional-property-title {
    font-size: 14px;
    margin-bottom: 0.8rem;
}

input[type="color"] {
    width: 3rem;
    padding: 0;
    border: none;
}

input[type="text"] {
    width: 2.5rem;
}

#model-file-path, #export-name {
    width: 120px;
    text-align: right;
}

.playback-track > input[type="range"] {
    width: 100%;
    margin-bottom: 0.5rem;
}

.playback-selection {
    float: right;
}

.playback-buttons {
    float: left;
}

.playback-buttons > button {
    width: 4rem;
}

.large-button {
    width: 100%;
}
