body {
  min-width: 1300px;
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
}

a {
  color: #00f;
}

a:hover {
  color: #00f;
}

#filter {
  width: 100px;
  height: 28px;
  padding: 0 6px 0 24px;
  border: 1px solid #6b6b6b;
  background-image: url("../img/lupe.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  color: #000;
  font-size: 12px;
  text-align: right;
}

#filter::placeholder {
  color: #666;
}

.request-mark {
  padding: 0 !important;
  color: #f00;
}

.legacy-page {
  padding: 0 0 24px;
}

.hero {
  margin: 0 0 76px 24px;
}

.hero-title {
  display: block;
  width: 700px;
  max-width: calc(100vw - 48px);
  height: auto;
}

.legacy-status {
  margin: 0 0 8px 2px;
}

.update-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.update-line-main {
  display: inline-block;
}

.status-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-right: 6px;
  font-size: 14px;
  white-space: nowrap;
}

.status-menu-link {
  font-weight: 700;
  text-decoration: none;
}

.status-menu-link:hover {
  text-decoration: underline;
}

.notice {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.notice-danger {
  color: #f00;
}

#firstList {
  width: calc(100% - 4px);
  margin-left: 2px;
  border: 1px solid #7f7f7f;
  border-collapse: separate;
  border-spacing: 1px;
  background: #7f7f7f;
  table-layout: fixed;
}

#firstList thead th,
#firstList tbody td {
  padding: 3px 4px;
  border: 0;
  background: #fff;
  vertical-align: middle;
}

#firstList thead th {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

#firstList tbody tr.online td {
  background: #caffff;
}

#firstList tbody tr.offline:hover td {
  background: #d8d0e4;
}

#firstList tbody tr.is-filter-hidden {
  display: none;
}

#firstList th:nth-child(1),
#firstList td:nth-child(1) {
  width: 17%;
}

#firstList th:nth-child(2),
#firstList td:nth-child(2) {
  width: 6.8%;
}

#firstList th:nth-child(3),
#firstList td:nth-child(3) {
  width: 5.2%;
}

#firstList th:nth-child(4),
#firstList td:nth-child(4) {
  width: 12.4%;
}

#firstList th:nth-child(5),
#firstList td:nth-child(5) {
  width: 24.3%;
}

#firstList th:nth-child(6),
#firstList td:nth-child(6) {
  width: 2.3%;
}

#firstList th:nth-child(7),
#firstList td:nth-child(7) {
  width: 3.4%;
}

#firstList th:nth-child(8),
#firstList td:nth-child(8) {
  width: 10.9%;
}

#firstList th.log,
#firstList th.social {
  padding-left: 0;
  padding-right: 0;
}

td.name {
  font-size: 20px;
}

td.name a {
  text-decoration: none;
}

tr.online td.name a {
  font-weight: bold;
}

td.name a:link,
td.name a:visited,
td.name a:hover {
  color: #00f;
  border-bottom: dotted 1px #00f;
}

td.name a:active {
  color: #f00;
  border-bottom: dotted 1px #f00;
}

td.viewers {
  font-family: "Archivo Black", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  white-space: nowrap;
}

tr.online td.viewers {
  text-align: right;
}

tr.offline td.viewers {
  text-align: center;
}

td.status,
td.logs,
td.twitter,
td.archives {
  text-align: center;
}

td.status a,
td.archives a,
td.twitter a {
  display: inline-block;
  margin: 1px 2px;
  line-height: 0;
}

td.status a img,
td.archives a img,
td.twitter a img {
  display: block;
  width: auto;
}

td.status a img {
  height: 24px;
}

td.archives a img,
td.twitter a img {
  height: 16px;
}

td.lastDate {
  text-align: center;
}

td.lastDate .duration {
  font-family: "Archivo Black", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
  white-space: nowrap;
}

td.lastDate .online,
td.lastDate .offline {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

td.topic {
  font-size: 13px;
  line-height: 1.35;
  word-break: break-word;
}

td.topic .topic-platform-link {
  display: inline-block;
  margin-right: 2px;
  vertical-align: baseline;
}

td.topic .topic-platform-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.12em;
}

td.logs img {
  width: 18px;
  height: 18px;
}

.viewers_popup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 4px 6px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(80, 80, 80, 0.45);
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

.viewers_popup_icon {
  flex-shrink: 0;
}
.viewers_popup_icon img {
  display: block;
  width: auto;
  height: 16px;
}

.viewers_popup_count {
  flex-grow: 1;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}

.thumbnail {
  max-width: 320px;
  max-height: 180px;
}

@media (max-width: 1400px) {
  body {
    min-width: 1180px;
  }
}
