.edit-new-template-link {
    font-size: 22px;
}

.btn-flat {
    border: none;
    margin: 0;
    background: none;
    color: inherit;
    cursor: pointer;
}

.edit-template-link {
    padding: 8px;
}

.edit-template-cancel:hover {
    color: red;
}

.edit-template-save:hover {
    color: green;
}

.new-template-cancel:hover {
    color: red;
}

.new-template-save:hover {
    color: green;
}

