@charset "UTF-8";

table{
  border-top: 1px solid #c0c0c0;
  border-left:1px solid #c0c0c0;
  empty-cells: show;
}
th{
  border-right:1px solid #c0c0c0;
  border-bottom:1px solid #c0c0c0;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaff), to(#d6d6ff));
  background-image: -webkit-linear-gradient(top, #eaeaff, #d6d6ff); /* Chrome 10+, Safari 5.1+ */
  background-image: -moz-linear-gradient(top, #eaeaff, #d6d6ff);
  background-image: -ms-linear-gradient(top, #eaeaff, #d6d6ff); /* 10+ */
  background-image: -o-linear-gradient(top, #eaeaff, #d6d6ff); /* 11.1+ */
  background-image: linear-gradient(to bottom, #eaeaff, #d6d6ff);
  padding: 0.3em 1em;
  text-align: center;
  vertical-align: middle;
}
td{
  border-right: 1px solid #c0c0c0;
  border-bottom:1px solid #c0c0c0;
  padding: 0.3em 1em;
}
.tax{
  font-size: small;
}