@import url(center.css);

TABLE.entry {
  border-collapse:collapse;
  margin-top: 6px;
  page-break-inside: avoid;
}

TABLE.entry TD {
  border-style: solid;
  border-width: thin;
  border-color: #A1B8DA;
  vertical-align: middle;
}

TABLE.entry TD.number {
   text-align:     right;
   padding-right: 6px;
}

TABLE.entry TD.date {
	white-space: nowrap;
}

TABLE.entry TD.total {
   text-align:     right;
   padding-right: 6px;
   font-weight:    bold;
}

TABLE.entry TH {
  border-style: solid;
  border-width: thin;
  border-color: #A1B8DA;
}

