 .browse-links-cat:hover {
        background: #f4f4f4;
        color: #009DDC !important;
        cursor: pointer;
    }

    .browse-links-cat {
        background: #009DDC;
        color: white !important;
        padding: 10px 10px;
		float: left;
		width: 20% !important;
		font-size: 12px;
		margin-bottom: 20px;
    }
	
    .browse-links {
        font-size: 11px;
    }

    ul ul {
        margin-left: 8px;
        width: 100%;
    }
	
	.browse-links a {
    color: #337ab7 !important;
    text-decoration: none;
	}
	
	.browse-links i {
    color: #337ab7 !important;
	}
	
	
	@media only screen and (max-width: 767px) {
    .col-xs-2{
            width:100% !important;
        }
    
	
	.col-xs-3{
            width:100% !important;
        }
	.browse-links-cat {
        width:100% !important;
		margin-bottom: 2px;
    }

	}