@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;
}

/* Icon sets */
.icon-none {
    background-color: #666;
}
.f-iconset {
}
.f-iconset > .item {
    box-sizing: border-box;
    display: inline-block;
    padding: .25em;
    text-align: center;
    width: 12.5%;
}
.f-iconset > .item > .icon {
    display: inline-block;
    height: 3em;
    margin-bottom: .5em;
    width: 3em;
}
.f-iconset > .item > .label {
    display: block;
    height: 2.5em;
    overflow: hidden;
}