.wpda {
	line-height: 1.2;
}

.wpda-widget {
	margin: 12px auto 36px auto;
	overflow: hidden;
}

.wpda-widget * {
	border: none;
	padding: 0;
	margin: 0;
}

.wpda-left {
	float: left;
}

.wpda-right {
	float: right;
}

.wpda-clear {
	clear: both;
}

.wpda-widget table {
	border: none;
	border-spacing: 0px;
}

.wpda-progress {
	height: 18px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.wpda-progress-status {
	float: left;
	height: 100%;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: white;
	text-align: center;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.wpda-widget-title {
	font-size: 16px;
	font-weight: bold;
	padding: 6px 3px;
	border-bottom: 1px solid #c0c0c0;
}

.wpda-widget-image {
	text-align: center;
	padding-top: 8px;
}

.wpda-widget-image img {
	max-width: 200px;
	max-height: 90px;
}

.wpda-widget-offer {
	padding: 4px 8px;
	line-height: 15px;
	font-size: 12px;
	border-bottom: 1px solid #c0c0c0;
}

.wpda-widget-legal {
	font-size: 10px;
	border: none;
}

.wpda-widget-more {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: black;
	padding: 2px 6px;
}

.wpda-widget-more a {
	color: white;
}

.wpda-widget-buy {
	text-align: center;
}

.wpda-widget-design-boxed {
	max-width: 240px;
	border: 1px solid #c0c0c0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: inset 0 0 10px #c0c0c0;
	-moz-box-shadow: inset 0 0 10px #c0c0c0;
	-webkit-box-shadow: inset 0 0 10px #c0c0c0;
	padding: 6px 10px;
	background-color: white;
	color: black;
}

.wpda-widget-design-blank {
	max-width: 280px;
	padding: 6px 10px;
}

@media(max-width: 700px) {

}
