
.maincontent table{
  padding: 0;
  border: 1px rgb(128,128,128) solid;
  border-bottom-width: 0;
  float: left;
  margin: 0 0 0 20px;
}

.maincontent th{
  background-color: rgb(221,221,221);
  padding: 0 10px 0 10px; 
}

.maincontent td, .maincontent th{
  border-bottom: 1px rgb(128,128,128) solid;
}

.maincontent td{
  padding: 0 10px 0 10px;
  font-size: 85%;
}

.maincontent td.number, .maincontent th.number{
  text-align: right;
}

