.float-bottom {
    position: absolute;
    bottom: 0px;
    left: 10px;
}

.action-column {
    width: 2px;
    text-align: right;
}

td.action-column {
    white-space: nowrap;
}

input[type=number] {
    text-align: right !important;
    -moz-appearance: textfield;
}

    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }


.blur {
    text-shadow: 1px 1px 5px #aaa;
    color: transparent;
}