* {
  /* font-family: "GlacialIndifferenceRegular", Arial, sans-serif; */
  font-family: Arial, sans-serif;
  color: midnightblue;
}

a {
  color: mediumblue;
  text-decoration: none;
}

body {
  background-color: slategray;
  max-width: 1000px;
}

main {
  background-color: silver;
}

p {
  text-align: left;
  margin-block-start: 0.75rem;
}

.innerBody {
  padding: 0 0.5rem;
}

.content p {
  font-size: 1.5rem;
}

.menu li a {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  background-color: whitesmoke;
}

.thumbnail {
  text-align: center;
  padding-bottom: 1.5rem;
}

.thumbnail img {
  max-width: 100%;
}

.list .releaseDate {
  text-align: right;
}

.title {
  text-align: center;
}

.title h1 {
  margin-block-start: 0.25rem;
  margin-block-end: 0;
  font-size: 3rem;
}

.single .releaseDate {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
}

.single .content p:first-child {
  margin-block-start: 0;
}

.videoDetails .detail { padding-bottom: 1rem;
  font-size: 1.25rem;
}

.videoDetails .detail label {
  font-weight: bold;
}

.videoDetails .value {
  float: right;
}

.videoDetails ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.videoDetails li {
  list-style: none;
}

.listItemMini {
  text-align: center;
}

.listItemMini .thumbnail a img {
  vertical-align: bottom;
}

.listTitle {
  font-size: 2rem;
}

.list hr {
  color: slategray;
}

.taxonomyTitle {
  margin-block-end: 0;
}

.taxonomyImage {
  text-align: center;
}

.taxonomyImage img {
  max-width: 100%;
  margin: 1em 0;
}

table {
  border: none;
  width: 100%;
}

table th {
  text-align: left;
}

.detail table tr {
  background-color: transparent;
}

.detail table th {
  text-align: left;
  font-weight: normal;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.people table tr {
  background-color: white;
}

.people th:first-child, .people th:last-child {
  width: 20%;
}

.pagination {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.pagination .currentPage {
  color: grey;
}

div[tabulator-field=thumbnail][role=gridcell] {
  min-height: 200px;
}

div[tabulator-field=thumbnail][role=gridcell] img {
  width: 200px;
}

.tabulator, .tabulator-row, .tabulator-row:nth-child(2n) {
  background-color: transparent;
}

.tabulator .tabulator-tableHolder .tabulator-table {
  width: 100%;
  background-color: transparent;
}

.content p {
  white-space: normal;
}
