.single_sidebar_widget {
            background: #fbf9ff;
            margin-bottom: 30px;
            border: 1px solid #eee;
            padding:15px;
        }
.post_category_widget .cat-list li {
            border-bottom: 1px solid #eee;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            padding: 10px;
        }

.post_category_widget .cat-list li:last-child {
            border-bottom: 0;
        }

.post_category_widget .cat-list li a {
            font-size: 14px;
            line-height: 20px;
/*             color: #888888 */
        }

.post_category_widget .cat-list li:hover {
            background-color: #f7f7f7;
        }

.post_category_widget .cat-list li a p {
            margin-bottom: 0px;
            color: #434964;
            font-size: 14px;
        }

.post_category_widget .cat-list li + li {
            padding-top: 15px
        }

li{
list-style:none;
}

.list{

  padding-left:0;

}