.tools_template {
    display: none;
}

.tools .tool {
    display: flex;
    margin-top: 5px;
}

.tools .tool > label {
    width: 100%;
}

.tools .tool > *:not(:first-child) {
    margin-left: 5px;
}