
#miran-chat-box {
  font-family: monospace;
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  max-width: 600px;
}
#miran-chat-history {
  margin-bottom: 10px;
}
#miran-chat-input {
  width: 100%;
}
#miran-chat-send, #miran-chat-clear {
  background: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  padding: 8px 12px;
  cursor: pointer;
}
#miran-chat-send:hover,
#miran-chat-clear:hover {
  background: #fff !important;
}
