.localMessage {
  width: 80%;
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: ghostwhite;
  color: black;
  border-radius: 15px;
}

.remoteMessage {
  width: 80%;
  margin-left: 20%;
  margin-bottom: 10px;
  padding: 10px;
  background-color: deepskyblue;
  color: black;
  border-radius: 15px;
}

.messageList {
  height: 100%;

  padding: 10px;
  margin-top: 20px;

  overflow-y: auto;
  border-bottom: 1px solid gray;
}

.selectFiles {
  height: 100%;

  padding: 10px;
  margin-top: 20px;

  overflow-y: auto;
  border-bottom: 1px solid gray;
}

.messageBalloon {
  width: 100%;

  text-align: left;
  font-size: smaller;

  margin-bottom: 5px;

  padding: 10px;

  border: 4px solid #666;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 4px #888;
  -moz-box-shadow: 2px 2px 4px #888;
  box-shadow: 2px 2px 4px #888;
}

.messageBalloonSmall {
  width: 100%;

  text-align: left;
  font-size: smaller;
  font-weight: bold;

  margin-bottom: 5px;

  padding: 5px;

  border: 4px solid #666;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 4px #888;
  -moz-box-shadow: 2px 2px 4px #888;
  box-shadow: 2px 2px 4px #888;
}

.localBalloon {
  max-width: 75%;
  min-width: 150px;
}

.localBalloon p {
  background-color: #ffffff;
}

.remoteBalloon {
  max-width: 75%;
  min-width: 150px;
}

.remoteBalloon p {
  background-color: #c0cfff;
}

.sendTypeButton {
  width: 30px !important; 
  height: 30px; 
  margin-top: 30px";
}