@charset "utf-8";

.fPageFilter {
    height: 100%;
    overflow: hidden;
}
.fPageFilter a {
    margin-right: 10px;
}
.no-list {
    padding: 5em 0;
    text-align: center;
}
table.fListing {
    margin: 10px 0px;
    width: 100%;
}
table.fListing th.sorted {
    text-decoration:underline;
}
table.fListing th {
    border-bottom:2px solid #000000;
    padding:3px
}
table.fListing td {
    padding:3px;
}
table.fListing .primary {
    text-align:left;
}
table.fListing td.primary a {
    display: block;
    font-weight: bold;
}