﻿/* BUTTONS*/
button[name]::before {
    font-family: "FontAwesome";
    font-size: 12px;
    color: inherit;
    margin-right:5px;
}

button[name="revalidate"]::before {
    content: "\f560";
}

button[name="recalculate"]::before {
    content: "\f1ec";
}

button[name="editValue"]::before {
    content: "\f044";
}

button[name="confirmValue"]::before {
    content: "\f046";
}

button[name="addToValue"]::before {
    content: "\f055";
}

button[name="saveChanges"]::before {
    content: "\f0c7";
}

button[name="discardChanges"]::before {
    content: "\f05e";
}

button[name="refresh"]::before {
    content: "\f021";
}


