#rifnote-listing {
    max-width: 800px;
    margin: 0 auto;
}

.rifnote-filters {
    margin-bottom: 20px;
}

.rifnote-filters select {
    margin-right: 10px;
}

.rifnote-post {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.rifnote-post-meta {
    font-size: 0.9em;
    color: #666;
    margin-top: 10px;
}

.rifnote-post-actions {
    margin-top: 10px;
}

.rifnote-post-actions a {
    margin-right: 10px;
}

.rifnote-listing-page .wp-list-table {
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.rifnote-listing-page .wp-list-table th {
    font-weight: 400;
    text-transform: uppercase;
    color: #32373c;
}

.rifnote-listing-page .wp-list-table td {
    color: #555;
}

.rifnote-listing-page .wp-list-table .column-title {
    width: 30%;
}

.rifnote-listing-page .wp-list-table .column-author,
.rifnote-listing-page .wp-list-table .column-categories,
.rifnote-listing-page .wp-list-table .column-tags,
.rifnote-listing-page .wp-list-table .column-date {
    width: 15%;
}

.rifnote-listing-page .row-actions {
    color: #ddd;
    visibility: hidden;
}

.rifnote-listing-page tr:hover .row-actions {
    visibility: visible;
}

.rifnote-listing-page .tablenav-pages {
    float: right;
    margin: 1em 0;
}

.rifnote-listing-page .tablenav-pages a,
.rifnote-listing-page .tablenav-pages span {
    padding: 0 10px 3px;
    background: #f3f5f6;
    border: 1px solid #0071a1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.rifnote-listing-page .tablenav-pages .current {
    background: #0071a1;
    border-color: #0071a1;
    color: #fff;
}

.rifnote-pagination {
    text-align: center;
    margin-top: 20px;
}

.rifnote-pagination .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
}

.rifnote-pagination .page-numbers.current {
    background-color: #f0f0f0;
    font-weight: bold;
}

.rifnote-pagination .page-numbers:hover {
    background-color: #f9f9f9;
}