@charset "UTF-8";


.wp-browsing-history {

}

.wp-browsing-history .history-header {
    display: none;
}

.wp-browsing-history .history-list {
    margin: -5px 0 0 0;
    padding: 0;
    list-style-type: none;
    border: none;
}

.wp-browsing-history .history-list .history-record {
    margin: 5px 0 0 0;
    padding: 0;
    border: none;
    border-bottom: none;
    line-height: 1.2;
    padding-left: 1.2em;
    position: relative;        
}

.wp-browsing-history .history-list .history-record:first-child {
    border-top: none
}

.wp-browsing-history .history-list .history-record .history-date {
    display: none;
}

.wp-browsing-history .history-list .history-record .history-date:before {
    content: none;
}

.history-record-report:before {
    content: "";
    width: 1em;
    height: 1.2em;
    position: absolute;
    top: 0;
    left: 0;
    background:url("/adm/wp-content/themes/holisticr/img/common/icn-report-solid.svg") no-repeat center center;
    background-size: 9.75 auto;
}

.history-record-info:before {
    content: "";
    width: 1em;
    height: 1.2em;
    position: absolute;
    top: 0;
    left: 0;
    background:url("/adm/wp-content/themes/holisticr/img/common/icn-folder.svg") no-repeat center center;
    background-size: 13.76px auto;
}
    
