/** Content Overview **/
#post-query-clear {
    margin-top: -2px;
    margin-left: 4px;
}

header h2 span {
    color: #999999;
}

header h2 form {
    display: inline;
    position: relative;
}

header h2 form input {
    display: none;
}

header h2 a.change-date {
    display: inline-block;
}

header h2 a.change-date,
header h2 a.change-date-cancel {
    font-size: 14px;
}

.postbox-container {
    float: left;
    padding-right: 0;
}

.postbox {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.postbox .inside {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-overview thead tr th {
    background: #f1f1f1 !important;
}

.pp-updated {
    background-color: #FFFFE0;
    border-color: #E6DB55;
    -moz-border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    margin: 5px 15px 2px;
    padding: 0 0.6em;
}

.wrap .pp-updated {
    margin: 5px 0 15px;
}

.pp-updated p {
    line-height: 1;
    margin: 0.5em 0;
    padding: 2px;
}

#start_date, #end_date {
    width: 100px;
}

#wpbody-content .metabox-holder {
    overflow: hidden;
}

#pp-content-filters-hidden,
#pp-content-filters {
    float: left;
}

#pp-content-overview-wrap .handlediv {
    height: 6px;
}

@media (max-width: 782px) {

    #post-query-clear {
        margin-top: 5px;
        margin-left: 0;
    }

    #pp-content-filters-hidden,
    #pp-content-filters {
        float: none;
    }

    table.content-overview .column-post_date,
    table.content-overview .column-post_modified,
    table.content-overview tr.alternate td:nth-child(4),
    table.content-overview tr.alternate td:nth-child(5) {
        display: none;
    }

    .fixed .column-author,
    .fixed .column-title,
    .fixed .column-status {
        width: 33%;
    }
}
