.wccm-empty-compare {
	background-color: #faa;
	padding: 10px;
	color: black;
}

.wccm-compare-table {
	margin: 20px 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.wccm-table-wrapper {
	margin: 0 0 0 150px;
	overflow: hidden;
}

.wccm-table {
	border-spacing: 0px;
    border-collapse: separate;
	margin: 0;
	table-layout: fixed;
}

.wccm-thead .price del {
	display: block;
}

.wccm-tbody .wccm-th,
.wccm-tbody .wccm-table-wrapper {
	border-top: 1px dotted #ddd;
}

.wccm-tr {
	position: relative;
}

.wccm-table td {
	vertical-align: top;
	padding: 10px 0;
	border: none;
}

.wccm-th {
	width: 130px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	font-weight: bold;
	padding: 10px;
}

.wccm-td {
	text-align: center;
	width: 200px !important;
}

.wccm-td p:first-child {
	margin-top: 0;
}

.wccm-td p:last-child {
	margin-bottom: 0;
}

.wccm-thumb {
	margin: 0 auto;
	position: relative;
	display: inline-block;
}

.wccm-thumb a {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 24px;
	height: 24px;
	font-size: 24px;
	color: red;
}