body {
   margin:20
}
table.Table {
  width: 680px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: 1px solid #E3E3E3;
  background-color: #FFFFFF;
  border-collapse: collapse;
}
table.Table td, table.Table th {
  font-weight: 400;
  border: 1px solid #E3E3E3;
  padding: 5px 5px;
}
table.Table tbody td {
  font-size: 13px;
  color: #000000;
}
table.Table tr:nth-child(even) {
  background: #F7F8F9;
}
table.Table thead {
  background: #EEEEEE;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #efefef 66%, #EEEEEE 100%);
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #efefef 66%, #EEEEEE 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #efefef 66%, #EEEEEE 100%);
}
table.Table thead th {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  border-left: 1px solid #1C6EA4;
}
table.Table thead th:first-child {
  border-left: none;
}