body {
    font-family: "helvetica neue";
    font-size: 16px/18px;
    margin: 10px;
}
h1 {
    margin-bottom: 1em;
    font-size: 90%;
}
ul {
    margin: 0;
    padding: 0;
}
.main {
    display: flex;
}
.pkg span {
    font-size: smaller;
    display: inline-block;
    width: 100px;
}
li {
    list-style-type: none;
    min-width: 310px;
}
td {
    padding: 2px 0.25em;
}
th {
    padding: 1em;
}
.col {
    flex: 0 1 20%;
}
.col.left {
    flex: 0 3 80%;
    margin-right: 1em;
    min-width: 520px;
}
.stats-table img {
    height: 30px;
    width: auto;
    margin-right: 5px;
    vertical-align: middle;
}
.stats-table {
    border: 0;
    border-collapse:collapse;
    padding-top: 1em;
    margin-bottom: 1em;
    clear: both;
}
.stats-table tr:nth-child(odd) {
    background-color: #EEE;
}
.stats-table tr:nth-child(odd) > td:nth-child(even) {
    background-color: #ddd;
}
th {
    font-size: smaller;
}
.stats-table td {
    text-align: right;
}
td:first-child,
td.tweet  {
    text-align: left;
}
.stats-table col:nth-child(even) {
    background-color: #F0F0F0;
}
td.date {
    font-size: smaller;
    white-space: nowrap;
}
tfoot tr {
    border: 1px solid black;
}
tfoot td {
    padding: 1em;
}
