font-size: 150%;\r
}\r
\r
+h3 {\r
+ font-size: 100%;\r
+}\r
+
+h4 {\r
+ font-size: 90%;\r
+}\r
+\r
#getting_started_steps a {\r
text-decoration: none;\r
}\r
form.filter th {\r
background: none;\r
font-weight:bold;\r
-}\r
+}
+
+.list .exitosa {
+ background: #b9ffb9;
+}
+
+.list .noexitosa {
+ background: #ffdddd;
+}
+
+.list .entregaok {
+ background:green;
+}
+
+.list .entregamaso {
+ background:yellow;
+}
+
+.list .entregamal {
+ background:red;
+}
+
+.pruebaok {
+ background: #b9ffb9;
+}
+
+.pruebaok {
+border-collapse: collapse;
+}
+
+.pruebafail {
+border-collapse: collapse;
+}
+
+.pruebaok tr {
+ background: gray;
+}
+.pruebaok th {
+ background: #b9ffb9;
+}
+.pruebaok td {
+ background: #b9ffb9;
+}
+
+.pruebafail th {
+ background: #ffdddd;
+}
+.pruebafail td {
+ background: #ffdddd;
+}
+
+.dp-diff .rojo {
+ color:red;
+}
+
+.dp-diff .chunk {
+ color:blue;
+}
+
+.dp-diff .verde {
+ color:green;
+}