div.copy {
    border: none;
    border-top: 1px solid black;
    text-align: right;
    float: none;
    font-size: 10px;
}
body {
    background: white;
}
img {
    border: none;
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    float: none;
}
img.space {
    width: 6px;
}
img.h {
    background: brown;
}
img.c {
    background: cyan;
}
img.b {
    background: blue;
}
img.r {
    background: red;
}
img.y {
    background: yellow;
}
img.f {
    background: #fce;
}
th {
    white-space: nowrap;
    border: none;
    padding: 0 15px;
}
td {
    font-size: 12px;
    white-space: nowrap;
    border: none;
    padding: 0 15px;
}
