body {
  padding: 10px;
}
.markerMap {
  background: rgb(87, 81, 170);
  color: white;
  display: inline;
  font-weight: bold;
  padding: 3px;
  border: 2px solid rgba(70, 51, 17, 0.192);
  border-radius: 10px;
}

.chatMsg1 {
  display: block;
  margin-bottom: 10px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #39f;
  margin-left: 10px;
  color: #fff;
}

.chatMsg2 {
  display: block;
  margin-bottom: 10px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #eee;
  margin-left: 10px;
  color: #000;
}

.dropdown-menu-dialog {
  min-width: 640px;
}

.dropdown-menu-dialog .dropdown-menu-content {
  height: 480px;
  overflow-y: auto;
}
