body {
  font-size: 10px;
}

table.list td {
  padding: 0;
  padding-top: 1px;
  padding-bottom: 1px;
}

table.list td, table.list th {
  text-align: left;
}
table.list th {
  padding: 0;
  padding-bottom: 4px;
  font-weight: bold;
}

#footer,
#top-menu,
#header,
#sidebar,
.contextual,
h2,
#timesheet-form,
/* hide edit\delete buttons */
#time_entries table td:nth-child(10),
#time_entries table th:nth-child(10),
/* hide checkbox\selection column */
#time_entries table td:first-child,
#time_entries table th:first-child,
/* hide user column */
#time_entries table td:nth-child(3),
#time_entries table th:nth-child(3),
/* hide version column */
#time_entries table td:nth-child(6),
#time_entries table th:nth-child(6) {
  display: none;
}

tr.total td {
  font-weight: bold;
  padding-top: 0;
  height: 24px;
}

#time_entries a {
  color: inherit;
  text-decoration: none;
}

table td *, table th {
  font-weight: normal;
}

section {
  page-break-before: always;
}

section:first-of-type {
  page-break-before: auto;
}

* {
  border: 0 !important;
  background-color: #fff !important;
}

tr.week-number {
	text-align: right;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 10px;
	display: table-row;
}

tr.week-number, div.week-number {
  text-align: right;
  font-weight: bold;
}

tr.week-number td {
  padding-bottom: 5px;
  padding-top: 10px;
}

h3 + div.week-number {
  padding-bottom: 10px;
	text-align: right;
  margin-top: -33px;
  font-size: 16px;
}

table * {
  text-align: left;
}

/* right align hours column */
#time_entries td:nth-child(9),
#time_entries th:nth-child(9)
{
  text-align: right;
}

tr.total {
  border-color: #ddd !important;
  border-style: solid !important;
  border-width: 0px !important;
  border-top-width: 1px !important;
  border-bottom-width: 1px;
  height: 30px;
  display: table-row;
  border-top: 1px solid #ddd !important;
}

tr.week-number {
  text-align: right;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 10px;
  display: table-row;
}

tr.week-number, div.week-number {
  text-align: right;
  font-weight: bold;
}

tr.week-number td {
  padding-bottom: 5px;
  padding-top: 10px;
}

h3 + div.week-number {
  padding-bottom: 10px;
  text-align: right;
  margin-top: -33px;
  font-size: 16px;
  display: block;
}
