/* Icons styling */
button > i {
    font-size: 1.5em;
}

td button, td a {
    transition: transform 0.2s !important;
}

td button:hover, td a:hover {
    transform: scale(110%);
}

.icon-enabled {
    color: green;
}

.icon-disabled {
    color: red;
}

a.disabled {
    background-color: #56b0ff;
    pointer-events: none;
}

a.disabled:hover {
    background-color: #56b0ff;
    cursor: default;
}