/* Order list styles */
.wc_actions .button.wclabels:after {
	content: "\f524";
}

/* Settings page styles */
#wpo-wclabels-settings .custom {
	margin-top: 10px;
}

#wpo-wclabels-settings table.font td {
	padding: 0;
}

#wpo-wclabels-settings .font-preview-list {
	position: absolute;
	display: inline-block;
	overflow-y: auto;
	overflow-x: hidden;
	width: 180px;
	height: 200px;
	background-color: white;
	border: 1px solid #ccc;
	margin: 0;
	white-space: nowrap;
}

#wpo-wclabels-settings .font-preview-list li {
	margin: 0;
	padding: 4px 10px;
}
#wpo-wclabels-settings .font-preview-list li:hover {
	background-color: #0073aa;
	color: white;
}

#wpo-wclabels-settings .page-layout-setting td {
	padding: 4px;
	text-align: center;
}

#wpo-wclabels-settings .wclabels-preview {
	line-height: 0;
	width: 210px;
	height: 297px;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: separate;
}

#wpo-wclabels-settings .wclabels-preview,
#wpo-wclabels-settings .wclabels-preview td {
	border: 1px solid grey;
	background-color: white;
}

#wpo-wclabels-settings .wclabels-preview .zero-spacing {
	border-collapse: collapse;
}

#wpo-wclabels-settings td.margin-settings {
	vertical-align: top;
	text-align: left;
}

#wpo-wclabels-settings .page-margins {
	margin-bottom: 16px;
}

#wpo-wclabels-settings .margin-settings h4 {
	/*padding: 0;*/
	margin: 0;
	margin-bottom: 4px;
}

#wpo-wclabels-settings .margin-settings td,
#wpo-wclabels-settings .margin-settings th {
	padding: 0;
	font-weight: normal;
	width: 100px;
}

#wpo-wclabels-settings .page-margins th,
#wpo-wclabels-settings .between-margins th {
	vertical-align: middle;
}

#wpo-wclabels-settings .page-layout-setting > tbody > tr > td:first-child {
	width: 190px;
	text-align: right;
}