a {
    color: #01a6e6;
}

body {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    background-image: linear-gradient(to bottom right, #01a6e6, black);
    border-bottom: 1px solid Silver;
    border-top: 1px solid black;
    color: White;
    font-size: 1.75em;
    margin: 0;
    padding: 15px;
    text-align: center;
    width: 100%;
}

input[type=number] {
    border: 1px solid Gray;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
}

table {
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;
}

th {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

th, td {
    text-align: left;
    width: 20%;
    padding: 4px;
}

th.plates, td.plates {
    width: 40%
}

tr.complete {
    color: lightgray;
    text-decoration: line-through;
}

tr.workset {
    font-weight: bold;
}

.center {
    text-align: center;
}

.container {
    padding: 10px;
}

.workSetWeight {
    width: 50px;
}