div.article {
  padding-bottom: 5px;
  width: 100%;
  margin-left: 0px; }
div.article table {
  width: 100%; }
div.article td.icon, div.article td.icon img {
  width: 22px;
  height: 22px; }
div.article td.details {
  border-bottom: 1px dashed #B2BECC;
  font-size: 9pt;
  padding: 2px 0 5px 0; }
div.article td.details a {
  font-weight: bold; }
div.article td.details span.date {
  color: #516077; }
div.last td.details, div.article td.simple {
  border: 0; }

table.calender {
  margin: 5px 0 5px 20px;
  width: 270px;
  border-bottom: 1px dashed #B2BECC;
  border-top: 1px dashed #B2BECC; }
table.calender td {
  width: 15%;
  text-align: center; }
table.calender td a {
  font-weight: bold; }
table.calender td.today {
  font-weight: bold;
  background: #F9F9FA; }
table.calender tr.header {
  color: #516077; padding: 2px 0 5px 0; }

p.shift {
  margin-left: 35px; }

