/*table {
  border-collapse: collapse;
  border: none;
  width: 100%;
}
th, td {
  padding: 5px 10px;
  text-align: left;
}
th {
  background: #eee;
  border-bottom: 1px solid #ccc;
  font-size: 1.3em;
}
td {
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
}
tr.even td {
  background-color: #fafafa;
}
tr:hover td {
  background-color: #e6f0f5;
}*/
td.right, th.right {
  text-align: right;
}