diff --git a/_data/full-altarchlist.csv b/_data/full-altarchlist.csv
index ae9a0a8..a07f5e4 100644
--- a/_data/full-altarchlist.csv
+++ b/_data/full-altarchlist.csv
@@ -72,5 +72,3 @@
 "US","TX","XygenHosting","http://www.xygenhosting.com/","http://dallas.tx.mirror.xygenhosting.com/centos-altarch/","","rsync://dallas.tx.mirror.xygenhosting.com/centos-altarch/"
 "US","UT","University of Utah","http://www.chpc.utah.edu/","http://mirror.chpc.utah.edu/pub/centos-altarch/","https://mirror.chpc.utah.edu/pub/centos-altarch/","rsync://mirror.chpc.utah.edu/pub/centos-altarch/"
 "US","VA","Virginia Commonwealth University","http://www.vcu.edu/","http://mirror.vcu.edu/pub/gnu_linux/centos-altarch/","https://mirror.vcu.edu/pub/gnu_linux/centos-altarch/","rsync://mirror.vcu.edu/centos-altarch/"
-
-Fri 26 Jun 13:30:01 UTC 2020
diff --git a/_data/full-mirrorlist.csv b/_data/full-mirrorlist.csv
index 0b0749d..ccf5825 100644
--- a/_data/full-mirrorlist.csv
+++ b/_data/full-mirrorlist.csv
@@ -2,6 +2,7 @@
 "Africa","Botswana","Retention Range (PTY) Ltd","http://www.retentionrange.co.bw/","http://mirror.retentionrange.co.bw/centOS/","",""
 "Africa","Kenya","Liquid Telecom","https://www.liquidtelecom.com/","http://centos.mirror.liquidtelecom.com/","https://centos.mirror.liquidtelecom.com/","rsync://centos.mirror.liquidtelecom.com/centos/"
 "Africa","Morocco","MARWAN","http://www.marwan.ma/","http://mirror.marwan.ma/centos/","https://mirror.marwan.ma/centos/","rsync://mirror.marwan.ma/centos/"
+"Africa","South Africa","   psychz.net","http://www.psychz.net/","http://repos-jnb.psychz.net/centos/","","rsync://repos-jnb.psychz.net/Centos/"
 "Africa","South Africa","Internet Solutions","http://www.is.co.za/","http://ftp.is.co.za/mirror/centos/","","rsync://ftp.is.co.za/mirror/centos/"
 "Africa","South Africa","KVM.NET","http://www.kvm.net/","http://jnb.mirror.kvm.net/centos/","",""
 "Africa","South Africa","Openserve","http://www.openserve.co.za/","http://www.ftp.saix.net/linux/distributions/centos/","https://www.ftp.saix.net/linux/distributions/centos/",""
@@ -606,5 +607,3 @@
 "US","WA","Voiland College of Engineering and Architecture, Washington State University","https://vcea.wsu.edu/","http://mirrors.vcea.wsu.edu/centos/","","rsync://mirrors.vcea.wsu.edu/centos/"
 "US","WI","TDS Internet Services","http://mirrors.tds.net/","http://centos.mirrors.tds.net/pub/linux/centos/","","rsync://centos.mirrors.tds.net/centos/"
 "US","WI","University of Wisconsin-Parkside Computer Science Department","http://www.cs.uwp.edu/","http://mirror.cs.uwp.edu/pub/centos/","https://mirror.cs.uwp.edu/pub/centos/",""
-
-Fri 26 Jun 13:30:01 UTC 2020
diff --git a/download/cloud.md b/download/cloud.md
index ab49314..c771fca 100644
--- a/download/cloud.md
+++ b/download/cloud.md
@@ -14,22 +14,26 @@ Basic info on Amazon images here
 
 <input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for image...">
 
-<table id="myTable">
+<table id="myTable" class="table table-borderless">
+<thead class="thead-dark">
   <tr>
-    <th>Version</th>
-    <th>Region</th>
-    <th>Architecture</th>
-    <th>AMI ID</th>
-    <th>Deploy link</th>
+    <th class="col-1">Version</th>
+    <th class="col-1">Region</th>
+    <th class="col-1">Architecture</th>
+    <th class="col-7">AMI ID</th>
+    <th class="col-1 text-nowrap">Deploy link</th>
   </tr>
+</thead>
+<tbody>
 {% for row in site.data.aws-images %}
   <tr>
     <td>{{ row["Version"] }}</td>
     <td>{{ row["Region"] }}</td>
     <td>{{ row["Architecture"] }}</td>
     <td>{{ row["AMI ID"] }}</td>
-    <td><a href="{{ row["Deploy link"] }}"><i class="fab fa-aws"></i> Deploy link</a></td>
+    <td class="text-nowrap"><a href="{{ row["Deploy link"] }}"><i class="fab fa-aws"></i> Deploy link</a></td>
   </tr>
 {% endfor %}
+</tbody>
 </table>
 
diff --git a/download/mirrors-altarch.md b/download/mirrors-altarch.md
index aa2cb33..bd17891 100644
--- a/download/mirrors-altarch.md
+++ b/download/mirrors-altarch.md
@@ -12,7 +12,8 @@ that your mirror is consistent with the other mirror sites.
 
 <input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for mirror...">
 
-<table id="myTable" class="table">
+<table id="myTable" class="table table-borderless">
+<thead class="thead-dark">
   <tr>
     <th class="col-1">Location</th>
     <th class="col-1">Region</th>
@@ -21,6 +22,8 @@ that your mirror is consistent with the other mirror sites.
     <th class="col-1">HTTPS</th>
     <th class="col-1">Rsync</th>
   </tr>
+</thead>
+<tbody>
 {% for row in site.data.full-altarchlist %}
   <tr>
     <td class="text-nowrap">{{ row["Location"] }}</td>
@@ -31,4 +34,5 @@ that your mirror is consistent with the other mirror sites.
     <td class="text-nowrap">{% if row["Rsync link"] != "" %}<a href="{{ row["Rsync link"] }}"><i class="fas fa-link"></i> Link</a>{% endif %}</td>
   </tr>
 {% endfor %}
+</tbody>
 </table>
diff --git a/download/mirrors.md b/download/mirrors.md
index 980ca24..349ba6b 100644
--- a/download/mirrors.md
+++ b/download/mirrors.md
@@ -14,7 +14,8 @@ armfhp) please use [this link](/download/mirrors-altarch/).
 
 <input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for mirror...">
 
-<table id="myTable" class="table">
+<table id="myTable" class="table table-borderless">
+<thead class="thead-dark">
   <tr>
     <th class="col-1">Location</th>
     <th class="col-1">Region</th>
@@ -23,6 +24,8 @@ armfhp) please use [this link](/download/mirrors-altarch/).
     <th class="col-1">HTTPS</th>
     <th class="col-1">Rsync</th>
   </tr>
+</thead>
+<tbody>
 {% for row in site.data.full-mirrorlist %}
   <tr>
     <td class="text-nowrap">{{ row["Location"] }}</td>
@@ -33,4 +36,5 @@ armfhp) please use [this link](/download/mirrors-altarch/).
     <td class="text-nowrap">{% if row["Rsync link"] != "" %}<a href="{{ row["Rsync link"] }}"><i class="fas fa-link"></i> Link</a>{% endif %}</td>
   </tr>
 {% endfor %}
+</tbody>
 </table>