2019
[www.git] / css / cssfreeside2.css
index 79de37b..25bc935 100644 (file)
@@ -934,3 +934,78 @@ table.selfserv td {
   padding: 2px;
 }
 
+table.support-plans {
+  padding-left: 32px;
+}
+
+table.support-plans th {
+  background-color:#FFFFFF;
+  border-style:none;
+  text-align: center;
+  padding: 10px;
+}
+
+table.support-plans td {
+  background-color:#FFFFFF;
+  text-align: center;
+  border-top: none;
+  border-left: none;
+  border-right: none;
+  border-bottom: 1px solid #CCCCCC;
+}
+
+table.support-plans .yes {
+    color: #008000;
+    font-size: 26px;
+}
+
+table.support-plans .smyes {
+    color: #004000;
+    font-weight: bold;
+}
+
+table.support-plans .no {
+    color: #800000;
+    font-size: 20px;
+}
+
+table.comparison th {
+  background-color:#FFFFFF;
+  border-right: 1px solid #999999;
+  border-bottom: 1px solid #DDDDDD;
+  padding-top: 8px;
+  vertical-align: middle;
+/*
+  border-style:none;
+  padding: 10px;
+*/
+}
+
+table.comparison td {
+  background-color:#FFFFFF;
+  text-align: center;
+  border-top: none;
+  border-left: none;
+  border-bottom: 1px solid #DDDDDD;
+  border-right: 1px solid #999999;
+}
+
+table.comparison .yes {
+    color: #008000;
+    font-size: 26px;
+}
+
+table.comparison .smyes {
+    color: #004000;
+    font-weight: bold;
+}
+
+table.comparison .no {
+    color: #800000;
+    font-size: 20px;
+}
+
+table.comparison .maybe {
+    color: #CCCC00;
+    font-weight: bold;
+}