@charset "UTF-8";

/* comparison */

.tx-grds-product-comparison .comparisonItem { background-color: #E7E7E7; }

.tx-grds-product-comparison .comparisonItem .itemColumn.left { width: 20%; }
.tx-grds-product-comparison .comparisonItem .itemColumn.center { width: 50%; }
.tx-grds-product-comparison .comparisonItem .itemColumn.right { width: 30%; text-align: center; }


.tx-grds-product-comparison .comparisonItem .buyNow { margin-top: 20px; }
.tx-grds-product-comparison .comparisonItem h3 { padding: 10px; }

.tx-grds-product-comparison .conclusion { margin-top: 40px; }

.tx-grds-product-comparison table.comparisonTable { border-top: solid; }
.tx-grds-product-comparison table.comparisonTable { border-collapse:separate; border-spacing:10px; padding-top:20px; }
.tx-grds-product-comparison table.comparisonTable th { padding-bottom:20px; font-weight:bold; }
.tx-grds-product-comparison table.comparisonTable td { vertical-align:top; padding:10px 30px 10px 0; }

input.f3-form-error { background-color:#FF9F9F; border: 1px #FF0000 solid; }