/** Import the basic theme file */
@import url("wp-cat-list-theme.css");
/** The li background */
.wp-cpl-widget li {
    border: 1px solid #818181 !important;
}

/** The thumbnail */
.wp-cpl-widget li span.wp-thumb-overlay {
    background: #4f4f4f !important;
    border: 1px solid #303030 !important;
}
/** The even and odd */
.wp-cpl-widget li.wp-cpl-even {
    background: #242424 !important;
}
.wp-cpl-widget li.wp-cpl-odd {
    background: #373737 !important;
}
/** The sticky post */
.wp-cpl-widget li.wp-cpl-sticky {
    background: #626400 !important;
    border: 1px solid #463d15 !important;
}