.page-container {
  background-color: #ffffff;
  margin: auto;
  text-align: center;
  padding: 0px 30px 30px 30px;
  clear: left;
}

.page-top {
}

.page-container ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.page-container li {
  display: inline-block;
  padding: 0 2px;
  font: bold 18px Arial,Helvetica,sans-serif;
  color: #BBB;
}

.page-container a {
  text-decoration: none;
  padding: 4px;
  color: #444455;
}

.page-container a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #282e3b;
}
body {
  background-color: #eeeeee;
}

.container {
  max-width: 1060px;
  margin: auto;
  
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  box-shadow: 0 0 10px #DDD;
  
  background-color: #fff;
  overflow: hidden;
}

@media screen and (min-width:768px) {
.container {
  width: 1060px;
  }
}

.top-content {
  background-color: #ffffff;
  padding: 10px 10px 0 10px;
}

@media screen and (max-width:768px) {
.top-content {
  margin-top: 40px;
}
}

.bottom-content {
  padding: 0 10px 0px 10px;
  background-color: #fff;
}

.list-title {
  height: 35px;
  text-transform: capitalize;
  background-color: #79799a;
  background-image: url('../images/h3bg.jpg');
  border: 1px solid #333333;
  position: relative;
}

h3 {
  position: relative;
  float: left;
  top: -15px;
  margin: 0 0 30px 0;
  padding-left: 100px;
  color: #ffffff;
  font: bold 35px Arial,Helvetica,sans-serif;
  text-shadow:
      -1px -1px 0 #333333,  
      1px -1px 0 #333333,
      -1px 1px 0 #333333,
      1px 1px 0 #333333,
      0 -2px 0 #333333,  
      0 2px 0 #333333,
      -2px 0 0 #333333,
      2px 0 0 #333333;
  white-space: nowrap;
  overflow-x: hidden;
}

@media screen and (min-width:400px) and (max-width:768px) {
h3 {
  padding-left: 20px;
  top: -15px;
  font-size: 25px;
}
}

@media screen and (min-width:300px) and (max-width:400px) {
h3 {
  padding-left: 10px;
  top: -10px;
  font-size: 18px;
}
}

@media screen and (max-width:300px) {
h3 {
  padding-left: 10px;
  top: -10px;
  font-size: 15px;
}
}

.header-sort-select {
  float: right;
  padding: 7px 10px;
  position: absolute;
  right: 0px;
}

.gallery-content {
  clear: left;
  background-color: #fff;
  text-transform: capitalize;
  overflow: hidden;
  padding: 10px 10px 30px 10px;
}

.gallery-content a {
  text-decoration: none;
  color: inherit;
}
.gallery-content a:visited {
  text-decoration: none;
  color: inherit;
}

.gallery-content a:hover {
  color: #333;
}

.gallery-content h1 a:hover {
  color: inherit;
}


.dj, .cg, .acg, .manga, .anime, .imageset {
  z-index: 0;
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: #fafafa;
}

.dj:last-child, .cg:last-child, .acg:last-child, .manga:last-child, .anime:last-child, .imageset:last-child {
  margin: 0;
}

.dj {
  border: 1px solid #cc9999;
  color: #663333;
}

.dj:hover {border: 1px solid #996666;}
.cg:hover {border: 1px solid #666699;}
.acg:hover {border: 1px solid #669999;}
.manga:hover {border: 1px solid #996699;}
.anime:hover {border: 1px solid #669966;}
.imageset:hover {border: 1px solid #696969;}

.cg {
  border: 1px solid #9999cc;
  color: #333366;
}

.acg {
  border: 1px solid #99cccc;
  color: #336666;
}

.manga {
  border: 1px solid #cc99cc;
  color: #663366;
}

.anime {
  border: 1px solid #99cc99;
  color: #336633;
}

.imageset {
  border: 1px solid #999999;
  color: #696969;
}

.gallery-content h1 {
  white-space: nowrap;
  margin: 0;
  padding-left: 300px;
  color: #ffffff;
  font: bold 22px Arial,Helvetica,sans-serif;
  overflow: hidden;
}

.dj h1 {
  text-shadow:
      -1px -1px 0 #663333,  
      1px -1px 0 #663333,
      -1px 1px 0 #663333,
      1px 1px 0 #663333,
      0 -2px 0 #663333,  
      0 2px 0 #663333,
      -2px 0 0 #663333,
      2px 0 0 #663333;
  background-color: #cc9999;
}

.cg h1 {
  text-shadow:
      -1px -1px 0 #333366,  
      1px -1px 0 #333366,
      -1px 1px 0 #333366,
      1px 1px 0 #333366,
      0 -2px 0 #333366,  
      0 2px 0 #333366,
      -2px 0 0 #333366,
      2px 0 0 #333366;
  background-color: #9999cc;
}

.acg h1 {
  text-shadow:
      -1px -1px 0 #336666,  
      1px -1px 0 #336666,
      -1px 1px 0 #336666,
      1px 1px 0 #336666,
      0 -2px 0 #336666,  
      0 2px 0 #336666,
      -2px 0 0 #336666,
      2px 0 0 #336666;
  background-color: #99cccc;
}

.manga h1 {
  text-shadow:
      -1px -1px 0 #663366,  
      1px -1px 0 #663366,
      -1px 1px 0 #663366,
      1px 1px 0 #663366,
      0 -2px 0 #663366,  
      0 2px 0 #663366,
      -2px 0 0 #663366,
      2px 0 0 #663366;
  background-color: #cc99cc;
}

.anime h1 {
  text-shadow:
      -1px -1px 0 #336633,  
      1px -1px 0 #336633,
      -1px 1px 0 #336633,
      1px 1px 0 #336633,
      0 -2px 0 #336633,  
      0 2px 0 #336633,
      -2px 0 0 #336633,
      2px 0 0 #336633;
  background-color: #99cc99;
}

.imageset h1 {
  text-shadow:
      -1px -1px 0 #696969,  
      1px -1px 0 #696969,
      -1px 1px 0 #696969,
      1px 1px 0 #696969,
      0 -2px 0 #696969,  
      0 2px 0 #696969,
      -2px 0 0 #696969,
      2px 0 0 #696969;
  background-color: #999999;
}

.gallery-content .artist-list {
  white-space: nowrap;
  margin: 0;
  padding: 2px 5px 2px 300px;
  font: bold 18px Arial,Helvetica,sans-serif;
  overflow: hidden;
}

.dj .artist-list {
  color: #663333;
  background-color: #ffcccc;
}

.cg .artist-list {
  color: #333366;
  background-color: #ccccff;
}

.acg .artist-list {
  color: #336666;
  background-color: #ccffff;
}

.manga .artist-list {
  color: #663366;
  background-color: #ffccff;
}

.anime .artist-list {
  color: #336633;
  background-color: #ccffcc;
}

.imageset .artist-list {
  color: #696969;
  background-color: #cccccc;
}

.dj-content {
  padding-left: 300px;
  font: bold 18px Arial,Helvetica,sans-serif;
}

@media screen and (max-width:768px){
.dj-content {
  padding-left: 10px;
  padding-top: 240px;
  font: bold 18px Arial,Helvetica,sans-serif;
}

.gallery-content h1 {
  padding-left: 10px;
}

.gallery-content .artist-list {
  padding-left: 10px;
}
}

.dj-content table {
  width: 100%;
  margin-top: 4px;
}

.dj-content tr:last-child {
  height: 42px;
}

.dj-content td {
  text-align: left;
  vertical-align: top;
  padding: 0;
}

.dj-content td:first-child {
  color: #666666;
  width: 150px;
}

.gallery-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.gallery-content li {
  display: inline-block;
}

.gallery-content li:after {
  content: ", ";
}

.gallery-content li:last-child:after {
  content: "";
}

.tags li, .relatedtags li {
  padding: 4px 0;
  margin: 0 4px 4px 0;
  display: inline-block;
  color: #ffffff;
}

.tags li a, .relatedtags li a {
  padding: 4px;
  background-color: #999999;
  border-radius: 4px;
}

.tags li:after, .relatedtags li:after {
  content: "";
}

.tags li a:hover, .relatedtags li a:hover {
  background-color: #777777;
  color: inherit;
}



.dj-date {
  margin: 10px 0 5px 0;
  color: #cc9999;
  white-space: nowrap;
  padding-bottom: 4px;
}

.cg-date {
  margin: 10px 0 5px 0;
  color: #9999cc;
  white-space: nowrap;
  padding-bottom: 4px;
}

.acg-date {
  margin: 10px 0 5px 0;
  color: #77aaaa;
  white-space: nowrap;
  padding-bottom: 4px;
}

.manga-date {
  margin: 10px 0 5px 0;
  color: #cc99cc;
  white-space: nowrap;
  padding-bottom: 4px;
}

.anime-date {
  margin: 10px 0 5px 0;
  color: #99cc99;
  white-space: nowrap;
  padding-bottom: 4px;
}

.imageset-date {
  margin: 10px 0 5px 0;
  color: #999999;
  white-space: nowrap;
  padding-bottom: 4px;
}

.dj-img-cont img {
  max-height: 100%;
  max-width: 100%;
}

@media only screen and (min-width : 768px) {
  .dj-img-cont {
      perspective-origin: 50% 50%;
      perspective: 750px;
      transform-style: preserve-3d;
      -webkit-transform: translate3d(0,0,0);
  }
  .dj-img1, .anime-img1, .imageset-img1 {
      transform: rotateY(30deg);
      top: -20px;
  }
  .dj-img2 {
      transform: rotateY(30deg);
      top: -15px;
  }
  .dj-img-back {
      transform:  rotateY(30deg);
      top: -8px;
  }
  .cg-img1 {
      transform:  rotateY(30deg);
  }
  .cg-img2, imageset-img2 {
      transform: translateY(20px) translateZ(-30px) rotateY(30deg);
  }
  .anime-img2 {
      transform: translateY(5px) translateZ(0px) rotateY(30deg);
  }
  .dj-img-cont {
      width: 300px;
      top: 15px;
  }
  .dj, .cg, .acg, .manga, .anime, .imageset {
      -webkit-transform: translate3d(0,0,0);
  }
}

@media (max-width : 768px) {
  .dj-img-cont{
      left: -15px;
      top: 60px;
  }
  .dj-img-back {
      left: 50px;
  }
}

.dj-img-cont {
  z-index: 999;
  position: absolute;
  height: 220px;
  width: 300px;
}

.dj-img1, .anime-img1, .imageset-img1 {
  z-index: 4;
  position: absolute;
  right: 2px;
  border: 1px solid #663333;
  background-color: #272733;
  
  outline: 1px solid transparent;
}

.dj-img2 {
  z-index: 3;
  position: absolute;
  left: 85px;
  border: 1px solid #663333;
  background-color: #272733;
  
  outline: 1px solid transparent;
}

.dj-img-back {
  z-index: 2;
  position: absolute;
  left: 35px;
  width: 130px;
  height: 188px;
  background-color: #272733;
  
  outline: 1px solid transparent;  
  border: 1px solid #663333;
}

.cg-img1 {
  z-index: 3;
  position: absolute;
  right: 2px;
  border: 1px solid #663333;
  background-color: #272733;
  
  outline: 1px solid transparent;
}

.cg-img2, .anime-img2, .imageset-img2 {
  z-index: 2;
  position: absolute;
  right: 30px;
  border: 1px solid #663333;
  background-color: #272733;
  
  outline: 1px solid transparent;
}

.tags, .relatedtags {
  font-size: 12px;
  padding: 0;
}

.dj-img1, .imageset-img1 {
  height: 220px;
  max-width: 160px;
  min-width: 140px;
  text-align: center;
}
.anime-img1 {
  height: 220px;
  max-width: 240px;
  text-align: center;
}
.dj-img2, .imageset-img2 {
  height: 205px;
  max-width: 160px;
  min-width: 140px;
  text-align: center;
}


.cg-img1, .cg-img2, .anime-img2 {
  width: 240px;
  height: 180px;
  text-align: center;
}

.gallery-content img {
/* 
  display: block;
*/
  margin: auto;
  position: relative;
  top: 50%;
  
  transform: translateY(-50%);
}

.artist-list .hidden-list-item, .relatedtags .hidden-list-item, .series-list .hidden-list-item {
  display: none;
}

.search-message {
  padding: 0 5px;
  margin: auto;
  text-align: center;
  font: 18px Arial,Helvetica,sans-serif;
  color: #666666;
}

#loader-img {
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}

#loader-content {
  background-color: #fff;
  display: none;
}


iframe {
  border: none;
}

#nozomi-link {
  display: none;
  font-size: 120%;
  height: 50px;
  padding: 15px 10px 10px 10px;
  text-align: center;
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-top: 1px solid #bbbbbb;
  color: #555555;
  width: 100%;
}

#nozomi-link a {
  text-decoration: none;
  color: #226699;
}

#nozomi-link a:hover {
  color: #ee2222;
}

.unread {
  border: 1px solid red;
  margin-left: -10px;
  margin-right: -10px;
}


.dj-img1, .cg-img1, .anime-img1 {
  transition: right 500ms ease;
}
.dj-img-cont:has(.dj-img2:hover) > .dj-img1 {
  right: -100px;
}
.dj-img-cont:has(.cg-img2:hover) > .cg-img1 {
  right: -100px;
}
.dj-img-cont:has(.anime-img2:hover) > .anime-img1 {
  right: -100px;
}

body {
  margin: 0 auto;
}

nav {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font: 18px Arial,Helvetica,sans-serif;
  vertical-align: middle;
  max-height: 100%;
}


@media screen and (max-width:768px) {
nav {
  display: none;
  position: absolute;
  margin: 45px 0px 0px 0px;
  padding: 5px 15px;
  z-index: 99999;
  background-color: #29313d;
  left: 5px;
  right: 5px;
  border-radius: 3px;

}

nav ul li {
  display: block !important;
}

}

nav.active {
  display: block !important;
}

nav ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}

nav > ul > li > a {
  padding: 10px 10px;
  line-height: 40px;
  color: inherit;
  text-decoration: none;
}

nav > ul > li:hover {
  background-color: #29313d;
}

.navbar {
  max-width: 1060px;
  background-color: #30425f;
  background-image: url('../images/navbg.jpg');
  height: 40px;
  margin: auto;
}
/*
@media screen and (min-width:800px) {
  .navbar {
      width: 1060px;
  }
}
*/

#logo {
  width: auto;
  margin: 6px 17px 6px 17px;
  height: 28px;
  display: inline-block;
  float: left;
}

#logo img {
  max-height: 100%;
  max-width: 100%;
}

#lang-drop {
  display: none;
  position: absolute;
  margin: 0px;
  padding: 0px 15px;
  z-index: 99999;
  background-color: #29313d;
  left: 0px;
  right: 0px;
  
  max-height: 500px;
  overflow-y: auto;
}

#lang .active {
  display: block !important;
}

#lang:hover {
  cursor: default;
}

#lang-list {
  list-style: none;
  display: block;
}

#lang-list li {
  color: #aaaaaa;
  display: block;
  position: relative;
  margin-bottom: 10px;
}

#lang-list a {
  padding: 0px;
  color: inherit;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
}

#lang-list a:hover {
  color: #fff;
  font-weight: bold;
}

.donate {
  position: relative;
  text-align: center;
  padding: 10px;
  background-color: #30425f;
  background-image: url('//ltn.hitomi.la/navbg.jpg');
  
  margin: auto;
  font: bold 14px Arial,Helvetica,sans-serif;
  color: #fff;
}

.rss-icon {
  display: none;
  position: absolute;
  right: 30px;
}

.drop-button {
  display: none;
  float: right;
  background-color: #29313d;
  padding: 7px 10px;
  margin: 5px 5px 0px 5px;
  border-radius: 2px;
}

.drop-button:hover {
  cursor: pointer;
}

@media (max-width:768px) {
.drop-button {
  display: block;
}
}
.drop-button .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  margin-top: 2px;
  margin-bottom: 2px;
}

.header-table {
  width: 300px;
  display: table;
  float: right;
  padding: 5px;
}

@media screen and (max-width:800px) {
.header-table {
  width: 98%;
  display: table;
  float: right;
  padding: 5px;
  margin-left: 4px;
}
}
.search-input {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  position: relative;
}

.search-input #search-suggestions {
  display: none;
  position: absolute;
  margin: 0px;
  margin-top: 5px;
  outline: 1px solid #4488bb;
  padding: 0px;
  width: 100%;
  z-index: 99999;
}

#search-button {
  background-color: #f0f0f0;
  border: 1px solid #999;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  width: 65px;
  height: 30px;
  line-height: 16px !important;
  font: bold 14px Arial,Helvetica,sans-serif;
  color: #555555;
  margin-left: 10px;
  -webkit-appearance: none;
  box-sizing: border-box;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
  line-height: 16px !important;
}

#search-button:hover {
  background-color: #fff;
}

#search-button:active {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;  
}

#search-button em {
  vertical-align: middle;
  margin: 0 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('//ltn.hitomi.la/ajax-loader.gif');
  background-position: center;
  background-size: 90%;
}

#search-suggestions:empty {outline: none;}

.active #search-suggestions { 
  display: block;
}

.search-input #query-input {
  display: inline-block;
  line-height: 14px;
  padding: 4px 4px 4px 8px;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}

.search-input ul {
  list-style: none;
  display: block;
}

#search-suggestions li {
  background-color: #ffffff;
  position: relative;
}

#search-suggestions li a {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  padding: 4px 8px;
  display: block;
  width: 170px;
}

.search-ns {
  color: #999999;
}

.search-suggestion_total {
  position: absolute;
  right: 8px;
  top: 4px;
  color: #999999;
}

.search-suggestion strong {
  color: #226699;
}

.selected {
  background-color: #ddddee !important;
}

#search-button {
  display: table-cell;
  width: 65px;
  height: 30px;
  line-height: inherit !important;
  font: bold 14px Arial,Helvetica,sans-serif;
  color: #555555;
  margin-left: 2px;
}

#search-button em {
  vertical-align: middle;
  margin: 0 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('//ltn.hitomi.la/ajax-loader.gif');
  background-position: center;
  background-size: 90%;
}




body {
  background-color: #eeeeee;
}

a {
  text-decoration: none;
}

.container {
  margin: auto;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  box-shadow: 0px 0px 10px #ddd;
}

.content {
  background-color: #ffffff;
  padding: 10px;
  padding-right: 24px;
  overflow: hidden;
  text-transform: capitalize;
}

.cover-column {
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  float: left;
  overflow: hidden;
}

.cover-column h1 {
  margin: 0px;
  margin-top: 4px;
  padding: 0px;
  color: #ffffff;
  font: bold 18px Arial,Helvetica,sans-serif;
  text-align: center;
  text-shadow:
      -1px -1px 0 #29313e,  
      1px -1px 0 #29313e,
      -1px 1px 0 #29313e,
      1px 1px 0 #29313e,
      0px -2px 0 #29313e,  
      0px 2px 0 #29313e,
      -2px 0px 0 #29313e,
      2px 0px 0 #29313e;
  background-color: #53617b;
  border: 1px solid #29313e;
}

.cover-column h1:hover {
  background-color: #29313e;
}

.cover img {
  max-height: 240px;
  max-width: 300px;
  margin-bottom: -4px;
  border: 1px solid #29313e;
}

.reader-link {
  clear: left;
}

.gallery {
  padding: 0px;
  font: 16px Arial,Helvetica,sans-serif;
  border-radius: 6px;
}

@media screen and (min-width:768px) {
.gallery {
      overflow: hidden;
} 
}
.gallery a {
  text-decoration: none;
  color: inherit;
}

.gallery-info a:hover {
  color: #333333;
}

.dj-gallery {
  color: #663333;
}

.cg-gallery {
  color: #333366;
}

.acg-gallery {
  color: #336666;
}

.manga-gallery {
  color: #663366;
}

.anime-gallery {
  color: #336633;
}

.imageset-gallery {
  color: #696969;
}

.gallery-info {
  position: relative;
  padding-left: 12px;
}

.gallery h1 {
  margin: 0px;
  padding: 0px 0px 0px 15px;
  color: #ffffff;
  font: bold 22px Arial,Helvetica,sans-serif;
}

.dj-gallery h1 {
  text-shadow:
      -1px -1px 0 #663333,  
      1px -1px 0 #663333,
      -1px 1px 0 #663333,
      1px 1px 0 #663333,
      0px -2px 0 #663333,  
      0px 2px 0 #663333,
      -2px 0px 0 #663333,
      2px 0px 0 #663333;
  background-color: #cc9999;
}

.cg-gallery h1 {
  text-shadow:
      -1px -1px 0 #333366,  
      1px -1px 0 #333366,
      -1px 1px 0 #333366,
      1px 1px 0 #333366,
      0px -2px 0 #333366,  
      0px 2px 0 #333366,
      -2px 0px 0 #333366,
      2px 0px 0 #333366;
  background-color: #9999cc;
}

.acg-gallery h1 {
  text-shadow:
      -1px -1px 0 #336666,  
      1px -1px 0 #336666,
      -1px 1px 0 #336666,
      1px 1px 0 #336666,
      0px -2px 0 #336666,  
      0px 2px 0 #336666,
      -2px 0px 0 #336666,
      2px 0px 0 #336666;
  background-color: #99cccc;
}

.manga-gallery h1 {
  text-shadow:
      -1px -1px 0 #663366,  
      1px -1px 0 #663366,
      -1px 1px 0 #663366,
      1px 1px 0 #663366,
      0px -2px 0 #663366,  
      0px 2px 0 #663366,
      -2px 0px 0 #663366,
      2px 0px 0 #663366;
  background-color: #cc99cc;
}

.anime-gallery h1 {
  text-shadow:
      -1px -1px 0 #336633,  
      1px -1px 0 #336633,
      -1px 1px 0 #336633,
      1px 1px 0 #336633,
      0px -2px 0 #336633,  
      0px 2px 0 #336633,
      -2px 0px 0 #336633,
      2px 0px 0 #336633;
  background-color: #99cc99;
}

.imageset-gallery h1 {
  text-shadow:
      -1px -1px 0 #696969,  
      1px -1px 0 #696969,
      -1px 1px 0 #696969,
      1px 1px 0 #696969,
      0px -2px 0 #696969,  
      0px 2px 0 #696969,
      -2px 0px 0 #696969,
      2px 0px 0 #696969;
  background-color: #999999;
}

.gallery h2 {
  margin: 0px;
  padding: 2px 0px 2px 14px;
  font: bold 18px Arial,Helvetica,sans-serif;
}

.dj-gallery h2 {
  color: #663333;
  background-color: #ffcccc;
}

.cg-gallery h2 {
  color: #333366;
  background-color: #ccccff;
}

.acg-gallery h2 {
  color: #336666;
  background-color: #ccffff;
}

.manga-gallery h2 {
  color: #663366;
  background-color: #ffccff;
}

.anime-gallery h2 {
  color: #336633;
  background-color: #ccffcc;
}

.imageset-gallery h2 {
  color: #696969;
  background-color: #cccccc;
}

.comma-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}

table .comma-list {
  width: 350px;
  display: block;
}

.comma-list li{
  display: inline;
}

.comma-list li:after {
  content: ", ";
}

.comma-list li:last-child:after {
  content: "";
}

.tags {
  font: bold 12px Arial,Helvetica,sans-serif;
  margin: 0px;
  padding: 0px;
}

.tags li {

  padding: 4px 0px;
  margin: 0px 4px 4px 0px;
  display: inline-block;
  color: #ffffff;
}

.tags li:after {
  content: "";
}

.tags a {
  padding: 4px;
  background-color: #999999;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
}

.tags a:hover {
  background-color: #777777;
  color: inherit;
}

.tags a:visited {
  text-decoration: none;
  color: inherit;
}

.gallery table {
  width: 100%;
  margin-top: 4px;
}

.gallery td {
  text-align: left;
  vertical-align: top;
  padding: 0px;
}

.gallery td:first-child {
  font: bold 16px Arial,Helvetica,sans-serif;
  color: #666666;
  width: 120px;
}

span.date {
  top: 4px;
  right: 4px;
  color: #999999;
}

@media screen and (min-width:768px) {
span.date {
  position: absolute;
}
}

.gallery-preview {
  padding: 5px;
  margin-top: 5px;
}


.video_backdrop {
  margin: 0;
  padding: 5px;
  outline: 1px solid #999999;
  background-color: #eeeeee;
  clear: both;
}

.hitomi_video {
  width: 100%;
  object-fit: cover;
}


.thumbnail-list {
  list-style: none;
  margin: 0;
  padding: 5px;
  outline: 1px solid #999999;
  background-color: #eeeeee;
}

.thumbnail-list li { 
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.thumbnail-container {
  background-color: #eee;
  display: inline-block;
  margin: 2px 2px 2px 2px;
  vertical-align: bottom;
  position: relative;
}

.thumbnail-container img {
  border: 1px solid black;
  max-height: 150px;
  max-width: 100%;
}

.thumbnail-container img:hover {
  opacity: 0.8;
}

#progressbar {
  margin-top: 5px;
  height: 21px;
  background: #fff;
}

#progressbar  > div {
  background: #50d08a;
  border: #40c070;
}

.badge {
min-width: 12px;
height: 11px;
border-radius: 20%;
border: 1px solid #000;
font: bold 10px Arial,Helvetica,sans-serif;
color: #fff;
line-height: 12px;
text-align: center;
background: #bb2244;
position: absolute;
top: 2px;
z-index: 999;
}