.report-year-buttom a {
  padding: 20px;
  background-color: #fff;
  color: #333e8d;
  background-repeat: no-repeat;
  background-position: 5px;
  padding-left: 70px;
  border: 1px solid #333e8d;
  border-radius: 4px;
}
.pasker-commerce-order-page {
  margin-top: 50px;
}
.report-year-buttom {
  height: 30px;
  margin-bottom: 30px;
}

.pasker-commerce-order-page th {
  font-weight: bold;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background-color: #3b2a99;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

.pasker-commerce-order-page th.cell-first {
   border-top-left-radius: 3px;
}

.pasker-commerce-order-page th.cell-last {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pasker-commerce-order-page tr td {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 3px;
  font-size: 12px;
}

.pasker-order-page-table {
  margin-top: 30px;
}

.pasker-commerce-order-page-date {
  margin-bottom: 10px;
}
