.woocommerce-ccas-table {
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
}
.woocommerce-ccas-table h3 {
	font-weight: inherit;
}
.woocommerce-ccas-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce-ccas-20 {
	flex: 1 0 20%;
	width: auto;
}
.woocommerce-ccas-30 {
	flex: 1 0 30%;
	width: auto;
}
.woocommerce-ccas-60 {
	flex: 1 0 60%;
	width: auto;
}
.woocommerce-ccas-70 {
	flex: 1 0 70%;
	width: auto;
}
.woocommerce-ccas-80 {
	flex: 1 0 80%;
	width: auto;
}
.woocommerce-ccas-100 {
	flex: 1 0 100%;
	width: auto;
}
.woocommerce-ccas-iw {
	padding-top: 20%;
	position: relative;
}
.woocommerce-ccas-iw img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.woocommerce-ccas-center {
	text-align: center;
}
.woocommerce-ccas-inner > div:not(:first-child) no {
	border-left-width: 1px;
	border-left-style: solid;
}
.woocommerce-ccas-inner:not(:first-child) {
	border-top-width: 1px;
	border-top-style: solid;
}
.woocommerce-ccas-table > div img, .woocommerce-ccas-notes {
	display: inline-block;
	padding: 10px;
}
.wcccas-blink {
	animation: wcccas-blinker 0.5s linear infinite;
}
@keyframes wcccas-blinker {
	50% {
		opacity: 0;
	}
}
@media all and (max-width: 767px) {
	.woocommerce-ccas-inner {
		display: block;
	}
	.woocommerce-ccas-inner > div {
		text-align: center;
		margin-bottom: 10px;
	}
	.woocommerce-ccas-inner > div:not(:first-child) {
		border-left-width: 0;
		border-left-style: none;
	}
}