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

/* font */
body {
  color: #cdfd2e;
}

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

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

table.story{
  border-bottom-color: #112711;
}
td.tableft1x {
  background-image: url('../gfx_main/tabs/tab_2d__left.png');
}
td.tableft2x {
  background-image: url('../gfx_main/tabs/tab_2d__left_2x.png');
}
td.story {
  background-color: rgb(2, 54, 17);
}
