/* STORE EDITOR */

body > center table {
	width: auto;
	margin: 0;
	line-height: 1;
}

body > center tbody {
	border: 0;
}

body > center td {
	border: 0;
}

.awp-publish-status {
	border: 4px solid #000;
	text-align: center;
	margin: 10px auto;
	font-weight: bold;
	color: #fff;
        width: 50%;
}
.publish-yes {
	background-color: #1DA35E;
}
.publish-no {
	background-color: #96281B;
}
.publish-yes div, .publish-no div {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.publish-yes, .publish-no{
	padding: 10px 0;
}
.publish-help {
	background-color: #000;
	font-size: 16px;
	padding: 5px;
}
#awp-dnp-variable {
	text-align: left;
	margin-left: 50px;
}

/* END store editor */

