.blinkie-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 370px;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff0ff;
  border: 2px dashed #cc99cc;
  transition: all 0.3s ease-in-out;
}

.blinkie-box img {
  width: 150px;
  height: 20px;
  display: inline-block;
}

#statuscafe {
  padding: .5em;
  background-color: #eef3eb;
  border: 1px solid #b0c199;
  text-align: left;
  height: 80px;
  border-radius: 4px;
  color: #6a755d;
  font-size: 12px;
  width:143px;
  vertical-align: top;
  display: inline-block;
}

#statuscafe-username {
  margin-bottom: .5em;
  color: #aac08d;
  font-family: ms pgothic;
}

#statuscafe-content {
  margin: 0 1em 0.5em 1em;
  font-family: ms pgothic;
}

