/** Import the basic theme file */

@import url("wp-cat-list-theme.css");

/** The li background */

.wp-cpl-widget li {

    border: 1px solid #b9b9b9 !important;

}



/** The thumbnail */

.wp-cpl-widget li span.wp-thumb-overlay {

    background: #e1e1e1 !important;

    border: 1px solid #868686 !important;

}

/** The even and odd */

.wp-cpl-widget li.wp-cpl-even {

    background: #eaeaea !important;

}

.wp-cpl-widget li.wp-cpl-odd {

    background: #fff !important;

}

/** The sticky post */

.wp-cpl-widget li.wp-cpl-sticky {

    background: #fcfecb !important;

    border: 1px solid #f4ec51 !important;

}