table {
  border-left-width:1px;
  border-left-style:solid;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-right-width:2px;
  border-right-style:solid;
  border-top-width:2px;
  border-top-style:solid;
  border-color:blue;
  border-spacing:0px;
}
td {
  border-left-width:1px;
  border-left-style:solid;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-color:blue;
  border-spacing:0px;
  text-align:right;
}
th {
  border-left-width:1px;
  border-left-style:solid;
  border-bottom-width:2px;
  border-bottom-style:solid;
  border-color:blue;
  border-spacing:0px;
  text-align:center;
}
