@charset "utf-8";
/* CSS Document */


@media (min-width: 1220px) {
.lab-product-button {
	border: 2px solid #c0c0c0;
	border-radius: 7px;
	padding: 10px;
	margin: 0 150px;
}

.base-lab-item-list .comment-s {
  size: 1.5;
}
}

@media (max-width: 1220px) {
.lab-product-button {
	border: 2px solid #c0c0c0;
	border-radius: 7px;
	padding: 10px;
	margin: 0 10px;
}
.base-lab-item-list .comment-s {
  size: 2;
}
}
