|
@@ -284,12 +284,21 @@
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
-.summary-tabs-item:nth-of-type(odd) {
|
|
|
+.summary-tabs-item:nth-of-type(1) {
|
|
|
background: rgba(0, 145, 255, 0.2);
|
|
|
}
|
|
|
-.summary-tabs-item:nth-of-type(even) {
|
|
|
+.summary-tabs-item:nth-of-type(2) {
|
|
|
background: rgba(68, 215, 182, 0.2);
|
|
|
}
|
|
|
+.summary-tabs-item:nth-of-type(3) {
|
|
|
+ background: rgba(255, 236, 232, 1);
|
|
|
+}
|
|
|
+.summary-tabs-item:nth-of-type(4) {
|
|
|
+ background: rgba(255, 247, 232, 1);
|
|
|
+}
|
|
|
+.summary-tabs-item:nth-of-type(5) {
|
|
|
+ background: rgba(245, 232, 255, 1);
|
|
|
+}
|
|
|
.summary-table td,
|
|
|
.summary-table th {
|
|
|
text-align: center;
|
|
@@ -307,12 +316,21 @@
|
|
|
padding: 10px;
|
|
|
line-height: 20px;
|
|
|
}
|
|
|
-.summary-table tr:nth-of-type(odd) {
|
|
|
+.summary-table tr:nth-of-type(1) {
|
|
|
background: rgba(0, 145, 255, 0.2);
|
|
|
}
|
|
|
-.summary-table tr:nth-of-type(even) {
|
|
|
+.summary-table tr:nth-of-type(2) {
|
|
|
background: rgba(68, 215, 182, 0.2);
|
|
|
}
|
|
|
+.summary-table tr:nth-of-type(3) {
|
|
|
+ background: rgba(255, 236, 232, 1);
|
|
|
+}
|
|
|
+.summary-table tr:nth-of-type(4) {
|
|
|
+ background: rgba(255, 247, 232, 1);
|
|
|
+}
|
|
|
+.summary-table tr:nth-of-type(5) {
|
|
|
+ background: rgba(245, 232, 255, 1);
|
|
|
+}
|
|
|
.compare-charts {
|
|
|
font-size: 0;
|
|
|
}
|