table {width: 100%; border-collapse: collapse; }
td { border: 1px solid #ccc; padding: 4px; border-color: white;}
.header {color: white; text-align: center; border-color: white;}
.sidebar { color: white; width: 150px; vertical-align: top; }
.main { background: rgba(1,1,1,0.3); vertical-align: top; }
.footer {font-size: smaller; color: white; border-color: rgba(0,0,0,0);}
.rowimage {border: 2px solid rgba(0,0,0,0);}

body {

  background-image: url(https://static.wikitide.net/rainworldwiki/5/5e/The_Exterior_region_screen.png);
  background-size: cover;
  background-attachment: fixed;
  color: white;
  font-family: Verdana;
}