/**
 * All of the CSS for your public-facing functionality should be included in this file.
 */
.wplb_priority_badge {
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	background: #da4900;
	display: block;
	padding: 5px 11px;
	min-width: 80px;
	color: #fff;
	border-radius: 0px 5px 5px 0
}
