
body {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11pt;
    margin: 1em auto;
    padding: 1em;
    width: 1000px;
}

h2.subtitle {
    font-size: 12pt;
    margin: 0;
    padding: 0;
    clear: both;
}

p {
    color: #777;
}

table#orphan_table {
    margin: 2em 0;
}

tbody tr:hover th.distname,
tr:hover {
    background-color: #eaeaea;
    background-color: #E8DCBA;
}

td, th {
    padding: 2px 10px;
}

th {
    background-color: #E8DCBA;
    background-color: #EEF1D0;
    color: #555;
}

td {
    color: #333;
}

.version {
    text-align: left;
}

.distname {
    text-align: left;
}

.author {
    text-align: left;
}

.count {
    text-align: right;
}

.date {
    text-align: left;
}

.score {
    text-align: right;
    font-weight: bold;
    color: #222;
}

a {
    text-decoration: none;
    color: #4452C1;
}

a:hover, a:active {
    color: #3639A1;
    text-decoration: underline;
}

a.other {
    float: right;
}

