table {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    border-spacing: 2px;
    border-collapse: separate;
}

caption {
    text-align: left;
    color: silver;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
}

thead {
    background: SteelBlue;
    color: white;
}

th,
td {
    padding: 5px 10px;
}

tbody tr:nth-child(even) {
    background: #BCBCBC;
}

tbody tr td:nth-child(2) {
    text-align:center;
}



tfoot {
    background: SteelBlue;
    color: white;
    text-align: right;
}

tfoot tr th:last-child {
    font-family: monospace;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}