a {
    color: black;
}

div.viewTop {
    width: 700px;
}

div.viewContent {
    width: 700px;
}

.results {
    clear: both;
    font-family: 'Arial';
    font-size: 14px;
}

div.results-cite {
    width: 21%;
    float: left;
}

div.results-body {
    width: 79%;
    float: right;
}

div.results-body > a.hl {
    font-family: 'Arial';
    font-size: 13px;
    font-weight: 800;
}

div.results-body form a {
    font-weight: bold;
}

div.results-body span {
    font-style: italic;
    font-size: 12px;
}

div.pagination {
    width: 100%;
    min-height: 58px;
    margin-top: 6px;
    border: solid 2px;
    border-left: none;
    border-right: none;
}

.paginationItem {
    margin-right: 4px;
    float: left;
    height: 20px;
    min-width: 20px;
    font-family: 'Arial';
    font-size: 13px;
    border: solid thin;
    text-align: center;
    font-weight: normal;
    overflow: visible;
}

.paginationItemSmall {
    font-size: 9px;
}

.paginationItemSelected {
    font-weight: bold;
}

.debugCode {
    visibility: hidden;
    display: none;
}