701d97e546b188346f35aced8bd2661279eb5a5b
max
  Sat Mar 21 07:22:11 2020 -0700
adding covid css

diff --git src/hg/htdocs/covid19/covid.css src/hg/htdocs/covid19/covid.css
new file mode 100644
index 0000000..5504b49
--- /dev/null
+++ src/hg/htdocs/covid19/covid.css
@@ -0,0 +1,47 @@
+/* Style for Ebola Portal */
+
+table {
+    border-style: none
+}
+
+td {
+    border-style: none;
+    vertical-align: top;
+}
+
+/* override visited img links in HGStyle */
+.screenshot {
+    display: block;
+    width: 100%;
+    margin: 15px 0 !important;
+}
+
+.screenshot:hover {
+    outline: 1px solid ActiveBorder;
+}
+
+.header {
+    color: #00457c;
+    font-size: 25px;
+    margin-top: 25px;
+    margin-bottom: 15px;
+}
+
+.header span {
+    vertical-align: middle;
+    width: 30%;
+}
+
+.subHeader {
+    font-size: 15px;
+    background-color: #efefef;
+}
+
+.bar {
+    height: auto;
+    padding-bottom: 4px;
+}
+
+.wrapper {
+    border: none;
+