#meerkat-wrap {
  z-index: 999 !important;
}
#status div table td span .strong {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.5px;
  vertical-align: middle;
  margin: -8px 2px 0 0;
  color: #28c8ff;
}
#status div .comment .strong {
  color: #28c8ff;
  font-weight: bold;
  font-size: 188%;
  font-weight: bold;
}
#status div .more-contents .strong {
  color: #28c8ff;
  font-weight: bold;
  font-size: 188%;
  font-weight: bold;
}
#status div .comment {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Roboto','Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.clamp {
  -webkit-line-clamp: 3;
}
#status div .more-contents {
  line-height: unset;
}
footer div ul {
  display: flex;
  justify-content: center;
}
footer div ul li {
  padding-left: 5px;
  padding-right: 5px;
}

.footer-min-div {
  height: 84px;
  padding: 5px;
}
.footer-min-div-ul {
  display: contents;
}
.footer-min-div-ul-li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.footer-min-div-ul-li-a {
  line-height: 14px;
}

.div-notification {
  position: fixed;
  bottom: -140px;
  right: 10px;
  text-align: right;
  width: 100%;
  z-index: 1001;
  opacity: 0;
}
.blink {
  animation: blink-animation 1s step-end infinite;
  line-height: 10px;
  border: 2px solid transparent;
}
@keyframes blink-animation {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: #ff5096;
  }
}

.msg-reverse {
  display: flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
