ul.wpbdp-categories {
	list-style-type: none;
}
.wpbdp-categories .cat-item{
margin: 0px;
width: 170px;
}

.category-label {
	display: block;
        margin: 5px;
	width: 170px;
	color: #0B0725;
	background-color: #E4670E;
	font-size: 16px;
	font: bold;
	padding-left:	5px;
	padding-bottom: 5px;
	padding-top: 5px;
       border-bottom: 5px;
	border-width: 3px;
	border-color: white;
	border-radius: 5px;
        box-shadow: inset 0 0 1px #fff, 1px 1px 2px #000;
	}
.category-label:hover {
        background: #63c8ff;
}

.wpbdp-button {
	display: inline-block;
       margin: 5px;
	width: auto;
	height: auto;
	color: white;
	background-color: #0B0725;
	font-size: 12px;
        padding: 5px;
	font: bold;
	border-color: white;
	border-radius: 5px;
    box-shadow: inset 0 0 1px #fff, 1px 1px 2px #000;
	}
.wpbdp-button:hover {
        background: #63c8ff;
}
.wpbdp-region-sidelist {
       list-style-type: none
       }
div.wpbdp-region-sidelist-wrapper a {
        display: inline-block;
        margin: 5px;
	width: 120px;
	height: 31px;
	color: white;
	background-color: #0B0725;
	font-size: 12px;
        padding: 5px;
	font: bold;
	border-color: white;
	border-radius: 5px;
    box-shadow: inset 0 0 1px #fff, 1px 1px 2px #000;
	}