table.calym {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 570px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.calym caption {
  margin-top: 1em;
  text-align: right;
}

table.calym th,
table.calym td {
  padding: 2px 3px;
}

table.calym th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align: right;
  white-space: nowrap;
}

table.calym td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align: right;
  white-space: nowrap;
}
table.calym td:hover {
  background: #eee;
  cursor:pointer;
}