.tag-deletion-header {
    margin-bottom: 30px;
}

.tag-deletion-cancel-button {
    margin-right: 10px;
}

.tag-display-name-input {
    width: 20%;
}

.tag-description-input {
    margin-left: 1%;
    width: 79%;
}

.add-tag-description-input {
    margin-left: 1%;
    width: 65%;
}

.add-tag-button {
    margin-left: 1%;
    width: 13%;
}

.autotag-row {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.autotag-row:hover {
    background-color: var(--primary-hover-color);
}