.bcwsf-variation-img {
	max-height: 75px;
}

.bcwsf-variation table {
	width: auto;
	border: 1px solid #ccc;
	margin: 10px 0px;
	border-radius: 5px;
	border-collapse: collapse;
}
th.bcwsf-variation-image, td.bcwsf-variation-title {
	max-width: 200px !important;
}

.bcwsf-variation-header th {
	border: 1px solid #f0f0f0;
	background: #686868;
	color: #FFF;
}

th.bcwsf-variation-image {
	background: #FFF;
	border: 1px solid #686868 !important;
}

.bcwsf-variation-title {
	color: #000;
}

.bcwsf-divider {
	min-height: 50px;
	border-bottom: 1px dotted #848383;
	margin-bottom: 50px;
}
.bcwsf-divider {
	min-height: 50px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 50px;
}


.custinfo-field label {
	justify-content: left;
	color: #000;
	display: inline-block !important;
	min-width: 150px;
	width: 150px;
	font-size: 15px;
}

.custinfo-field {
	display: inline-block;
	width: 48%;
	margin: 10px 5px;
}

.custinfo-field input {
	width: 60%;
}

.custinfo-field textarea {
	width: 70%;
}

.err-response-holder {
	background: #FFE8E8;
	margin: 20px 0px;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #F00;
}

.success-response-holder {
	background: #EFFFE8;
	margin: 20px 0px;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #096806;
	text-align: center;
}