replication support add-on, re-do support contract info
[www.git] / css / cssfreeside2.css
index 79de37b..b22981d 100644 (file)
@@ -934,3 +934,34 @@ 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;
+  border-style:none;
+  text-align: center;
+}
+
+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;
+}