|
|
@@ -246,6 +246,20 @@
|
|
|
font-size: 80%;
|
|
|
}
|
|
|
|
|
|
+ table.simplelist
|
|
|
+ {
|
|
|
+ width: auto !important;
|
|
|
+ margin: 0em !important;
|
|
|
+ padding: 0em !important;
|
|
|
+ }
|
|
|
+ table.simplelist td
|
|
|
+ {
|
|
|
+ margin: 0em !important;
|
|
|
+ padding: 0em !important;
|
|
|
+ text-align: left !important;
|
|
|
+ font-size: 9pt !important;
|
|
|
+ }
|
|
|
+
|
|
|
/*=============================================================================
|
|
|
Blurbs
|
|
|
=============================================================================*/
|
|
|
@@ -432,6 +446,11 @@
|
|
|
background-color: #F0F0F0;
|
|
|
border: 1px solid #DCDCDC;
|
|
|
}
|
|
|
+
|
|
|
+ table.simplelist tr td
|
|
|
+ {
|
|
|
+ border: none !important;
|
|
|
+ }
|
|
|
|
|
|
/* Misc */
|
|
|
span.highlight
|
|
|
@@ -501,6 +520,11 @@
|
|
|
{
|
|
|
border: 1px solid gray;
|
|
|
}
|
|
|
+
|
|
|
+ table.simplelist tr td
|
|
|
+ {
|
|
|
+ border: none !important;
|
|
|
+ }
|
|
|
|
|
|
/* Misc */
|
|
|
span.highlight
|