#main { max-width: 800px; margin-left: auto; margin-right: auto; }
.pure-table--entries { width: 100%; }
.pure-table--entries th { white-space: nowrap; }
.pure-table--entries td:nth-child(1) { width: 1%; text-align: center; }
.pure-table--entries td:nth-child(2) { width: 1%; text-align: right; padding-right: 8%; white-space: nowrap; }
.pure-table--entries td:nth-child(3) { width: 1%; text-align: center; }
.pure-table--entries td:nth-child(4) { width: 1%; text-align: right; padding-right: 10%; }
.pure-table--entries td:nth-child(5) { white-space: nowrap; }
.pure-table--entries th:hover { cursor:pointer; }
