ul.nfc-category-list, ul.nfc-tag-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.nfc-category-list li, ul.nfc-tag-list li {
    display: block;
    padding: 10px 0;
    font-size: 17px;
}
.nfc-my-category-list li{
    margin-left: 10px;
}
.login-section .nfc-all-category-list > .row > li{
     margin-left: 20px;
}
.nfc-all-category-list > .row > li{
     margin-left: 10px;
}
.nfc-category-list, .nfc-tag-list {
    height: 500px;
   /* overflow-y: scroll;*/
}

.nfc-all-category-list, .nfc-all-tags-list {
    margin-top: 25px;
}

.nfc-category-list .follow-cat:a, .nfc-tag-list .follow-cat:a {
    color: #FFF;
    background: #e84722;
    display: inline-block;
    padding: 5px;
    text-transform: capitalize;
    opacity: 0;
    /*visibility: hidden;*/
}

.nfc-category-list li:hover .follow-cat, .nfc-tag-list li:hover .follow-cat {
/*    visibility: visible;
    opacity: 1;
    background: #e84722;*/
}
.nfc-all-category-list li span, .nfc-my-category-list li .follow-cat{
    display: none;
}
.follow-cat{
 color: #000 !important;
 /*border-radius: 30px;*/
  background-color: #f2f2f2;
    padding: 10px;
    border-radius: 10px;
}
.follow-cat:hover{
 color: #000 !important;
}
.login-section .follow-cat{
 color: #FFF !important;
 /*border-radius: 30px;*/
  background-color: #dc3522;
    padding: 10px;
    border-radius: 10px;
}
.login-section .follow-cat:hover{
 color: #FFF !important;
}
.following-category{
    color: #000 !important;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 10px;
}
.following-category:hover{
    color: #000 !important;
    /*background-color: #ccc;*/
    padding: 10px;
    border-radius: 10px;
}
.cate{
color: #000 !important;
}