td {
    border: none;
    padding: 0;
}

input {
    border: 1px solid #d0a7d7;
    display: inline-block;
    padding: 5px;
}

input:focus {
    border: 1px solid #3498db;
}

button.remove-row {
    background: transparent;
    color: #bc89ee;
    border: 1px solid #cc99fe;
    border-radius: 2px;
    cursor: pointer;
    margin: 2px;
    font-size: 12px;
    padding: 0;
    height: 25px;
    width: 25px;
}

button.remove-row:hover {
    background: #cc99fe;
    color: #fff;
}

button.remove-row:focus {
    background: #cc99fe;
    color: #fff;
    outline: none;
}

button.remove-row::-moz-focus-inner {
    border: 0;
}

button.add-row {
    background: transparent;
    color: #bc89ee;
    border: 1px solid #cc99fe;
    border-radius: 2px;
    cursor: pointer;
    margin: 2px;
    font-size: 15px;
    height: 25px;
    padding: 0 6px;
}

button.add-row:hover {
    background: #cc99fe;
    color: #fff;
}

button.add-row:focus {
    background: #cc99fe;
    color: #fff;
    outline: none;
}

button.add-row::-moz-focus-inner {
    border: 0;
}
