/* background */
body {
  background-color: #0d1117;
  background-image: url('../gfx_main/background_3d.png');
}

/* font */
body {
  color: rgb(248, 249, 253);
}

/* thumbnails hover */
img.thumb:hover {
  border-color: #bb0022;
}

/* back button hover */
img.back:hover {
  border-color: #bb0022;
}

table.story{
  border-bottom-color: #446655;
}
td.tableft1x {
  background-image: url('../gfx_main/tabs/tab_3d__left.png');
}
td.tableft2x {
  background-image: url('../gfx_main/tabs/tab_3d__left_2x.png');
}
td.story {
  background-color: rgb(144, 155, 143);
}
