/* Index only. Keep the original fixed-width stage and extend the footer. */
.dr-home-stage > tbody > tr > td { background-repeat: repeat-x; }
.dr-home-backdrop { background-repeat: no-repeat; }
.dr-home-latest-title {
  position: relative;
  width: 345px;
  margin: 0 0 0 5px;
  text-align: center;
  font: 700 15px/26px "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}
.dr-platform-windows .dr-home-latest-title { top: -1px; }
/* The gray tab in main.jpg spans approximately x=773..869. */
.dr-home-latest-title > a { display: block; width: 94px; }
.dr-home-latest-title a:link,
.dr-home-latest-title a:visited { color: #285780; }
.dr-home-latest-title span { position: absolute; right: 0; top: 0; font-weight: 400; }
.dr-home-latest table table { width: 345px; table-layout: fixed; }
.dr-home-latest table table td:nth-child(3) { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.dr-home-latest table table td:nth-child(3) > a:first-child { display: inline-block; max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; vertical-align: bottom; }
.dr-home-latest-title a:focus-visible { outline: 2px solid #80bfff; outline-offset: 3px; }
