body {
  font-family:Arial, Helvetica, sans-serif;
  text-align: left;
}

div.basic {
  border-style: solid;
  position: static;
  top: 10px; left:2%;
  width:96%;
  z-index: 1000;
  background-color: rgba(235, 225, 225, 1);
  visibility: visible;
  height: auto;
}

p.basic {
  width:95%;
  word-wrap:break-word;
  margin-left:20px;
}

button.chatbotbutton {
  font-size: larger;
  margin-left: 12pt;
}

button.rightalign {
  float: right;
  margin-right: 12px;
}

input#chatuserinput {
  font-size: larger;
  margin-left: 12pt;
  width: 95%;
}
