/* cs:ignore EnqueuedStylesScope */
table.shoutbox_table,
table#shoutbox-shouts-table,
table.shoutbox_table td {
  border: none !important;
}

div#shoutbox-shouts {
  scroll-behavior: smooth;
}

table.shoutbox_table {
  width: 100%;
}

table.shoutbox_table tr td {
  padding: 4px;
  white-space: normal;
  border: none !important;
}

.shoutbox_time {
  color: gray;
  float: right;
}

.shoutbox_avatar {
  border: 0px;
  margin: 0px 5px 0px 0px;
}

.shoutbox_emol {
  width: 40%;
}

.shoutbox_emor {
  width: 60%;
}

#shoutbox-smilies-button_menucontent {
  border: 1px solid;
  height: 320px;
  width: 200px;
  overflow: auto;
}

#shoutbox-smilies-button_menucontent table {
  border-bottom: 0px;
}

.input_text {
  padding: 2px;
}

.input_submit {
  font-weight: bold;
  font-size: 0.85em;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  padding: 3px 9px;
  overflow: visible;
  cursor: pointer;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

#shoutbox-smilies-container {
  display: none;
  position: static;
  z-index: 1000;
  border: 1px solid;
  margin: 10px;
  padding: 10px;
  max-height: 200px;
  overflow-y: scroll;
}

#shoutbox-smilies-container > img {
  margin: 10px;
  padding: 10px;
  cursor: pointer;
}

#shoutbox-smilies-container > button {
  float: right;
}

.shout-row-user {
  vertical-align: top;
  max-width: 100px;
  min-width: 100px;
  display: inline-block;
}

.shout-row-message {
  vertical-align: top;
}

/* -------------------- */

/* Loading Spinner */
.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
