/* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */

.chatsection{
  
  font-family: "Arial";
  font-size: 12px;
  font-weight: normal;
}
.chatsection div {
  max-width: 250px;
  word-wrap: break-word;
  margin-bottom: 5px;
  line-height: 18px;
}

.clear {
  clear: both;
}

.from-me {
  border-radius: 20px 20px 20px 20px;
  margin: 0 15px 10px;
  padding: 5px 20px 0px 20px;
  position: relative;
  margin-right: 10px;
  color: white;
  background: #0F61A1;
  float: right;
}
.from-me:before { 
  border-color: #0F61A1;
  border-radius: 50% 50% 50% 50%;
  border-style: solid;
  border-width: 0 20px;
  bottom: 0;
  clip: rect(20px, 35px, 42px, 0px);
  content: " ";
  height: 40px;
  position: absolute;
  right: -50px;
  width: 30px;
  z-index: 2;
  -webkit-box-sizing:content-box;	
}
.from-me p{
  margin: 0 0 9px;
}

.from-them {
  border-radius: 20px 20px 20px 20px;
  margin: 0 15px 10px;
  padding: 5px 20px 0px 20px;
  position: relative;
  margin-left: 10px;
  color: black;
  background: #E5E5EA;
  float: left;
}
.from-them:before {
  border-color: #E5E5EA;
  border-radius: 50% 50% 50% 50%;
  border-style: solid;
  border-width: 0 20px;
  bottom: 0;
  clip: rect(20px, 35px, 42px, 0px);
  content: " ";
  height: 40px;
  position: absolute;
  right: -50px;
  width: 30px;
  z-index: 2;
  left: -50px;
  transform: rotateY(180deg);
  -webkit-box-sizing:content-box;
}
.from-them p{
  margin: 0 0 9px;
}



.from-system {
  position: relative;
  padding: 5px 20px 1px 20px;
  border-radius: 25px;
  color: white;
  display: block;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}
.from-me p{
  margin: 0 0 9px;
}
.from-system  a{
  cursor:pointer;
}

.msg-date {
  font-size: 10px;
  color: #01A5ED;
}

.msg-name {
  font-size: 10px;
}


.from-me.chatpage {
  margin-right:10px;
  max-width: 90%;
  width: auto;
}
.from-me.chatpage:before {

}

.from-them.chatpage {
  margin-left:10px;
  max-width: 90%;
  width: auto;
}
.from-them.chatpage:before {
 
}

.from-system.chatpage {
  color: black;
}