table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 80%;
}

.headerIssue {
    width: 80px;
}

td {
    vertical-align: middle;
}

.moreLink {
    text-align: right;
    margin-bottom: 60px;
}

.bar {
    background-color: rgb(85,181,74);
    border-bottom: 1px solid black;
    height: 12px;
    float: left;
}

h3 {
    text-align: center;
}

.evenMore {
    text-align: center;
    background-color: #ccc;
    -moz-border-radius: 5px 5px 5px;
    padding: 5px;
}
