diff --git a/docs/CodeOverview.rst b/docs/CodeOverview.rst
index 01a9d3bef..5ca2284ce 100644
--- a/docs/CodeOverview.rst
+++ b/docs/CodeOverview.rst
@@ -16,5 +16,5 @@ UPP Functionalities:
relative humidity). A full list of fields that can be generated by the UPP is provided in
:doc:`UPP_GRIB2_Table`.
- - Outputs the results in NWS and WMO standard GRIB2 format (see `Grib documentation
- `_).
+ - Outputs the results in NWS and WMO standard GRIB2 format (see
+ `Grib documentation `_).
diff --git a/docs/Installation.rst b/docs/Installation.rst
index 49d4b7a15..579015ccb 100644
--- a/docs/Installation.rst
+++ b/docs/Installation.rst
@@ -24,17 +24,10 @@ An introduction of each can be found in their respective top level :bolditalic:`
Detailed instructions for building the libraries on various platforms can be found in the repository
**NCEPLIBS-external/doc** directory.
-Certain machines do have the NCEP libraries in a pre-installed location for use to build UPP.
-
-+---------------+----------------------+--------------------------------------------------------------------------------+
-| System | Compiler and Version | Directory where NCEPLIBS-external and NCEPLIBS are installed in |
-+===============+======================+================================================================================+
-| NCAR Cheyenne | Intel 19.1.1 | /glade/p/ral/jntp/GMTB/tools/NCEPLIBS-ufs-v2.0.0/intel-19.1.1/mpt-2.19 |
-| +----------------------+--------------------------------------------------------------------------------+
-| | GNU 9.1.0 | /glade/p/ral/jntp/GMTB/tools/NCEPLIBS-ufs-v2.0.0/gnu-9.1.0/mpt-2.19 |
-+---------------+----------------------+--------------------------------------------------------------------------------+
-| NOAA Hera | Intel 18.0.5.274 | /scratch1/BMC/gmtb/software/NCEPLIBS-ufs-v2.0.0/intel-18.0.5.274/impi-2018.0.4 |
-+---------------+----------------------+--------------------------------------------------------------------------------+
+Certain machines do have the NCEP libraries in a pre-installed location for use to build UPP. Paths to
+these pre-installed libraries are available on the
+`UFS-SRW wiki `_
+and include platform name and compiler version.
============================
Obtaining and Installing UPP
diff --git a/docs/_static/custom.css b/docs/_static/custom.css
index 9984a0bb3..21c91d1e5 100644
--- a/docs/_static/custom.css
+++ b/docs/_static/custom.css
@@ -10,3 +10,13 @@
td {
word-break: break-all;
}
+
+table.align-default {
+ margin-left: 0px;
+ margin-right: auto;
+}
+
+table.align-center {
+ margin-left: 0px;
+ margin-right: auto;
+}