@media screen and (max-width:740px){
	.post-type-shop_order .wp-list-table tr:not(.is-expanded) td.column-order_number a.order-view{
		width:100%!important;
	}
}

.vendorBadges{
	position:absolute;
	top:0;
	left:0;
/*	height:100%; */
	width:100%;
}
.badgeSection{
	margin-left:4px;
	margin-top:2px;
	position:relative;
	height:44px;
	width:92px;
}
.category-label{
	border-radius:4px;
	border:1px solid #aaa;
	width:92px;
}
.cat-actives{
	background-color:dodgerblue!important;
}
.cat-gourmet{
	background-color:maroon!important;
}
.cat-merchandise{
	background-color:forestgreen!important;
}
.cat-supplies{
	background-color:indianred!important;
}
.vendor_list_info p{
	margin-bottom:4px;
}
.vendor_list{
	position:relative;
/* 
	border:1px solid #333;
	border-radius:8px;
 */
}
