Navigation_wev8.css 531 Bytes
.wev-comp-Navigation .wev-table-view{
	background-color: #dedede;
}
.wev-comp-Navigation .wev-icon{
	position: relative;
    top: 1px;
}
.wev-comp-Navigation .wev-table-view-cell.group{
	margin-bottom: 15px;
    border-bottom: none;
}
.wev-comp-Navigation .wev-badge-text{
	line-height: 14px;
	font-size: 14px;
    color: #8f8f94;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
	visibility: visible;
}
.wev-comp-Navigation .wev-badge-text img{
	width: 20px;
    height: 20px;
    vertical-align: middle;
}