﻿
table {
/*  width: 100%; */
}
th {
 text-align: left;
}
th * {
 display: block;
 padding: 0.5em;
 font-weight: normal;
}
th a {
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}


td {
 border-bottom: 1px solid #ccc;
}
tr:hover td {
 border-color: #000;
}

td + td {
 font-family: monospace;
 font-size: 1.2em;
 text-align: right;
}

