.chatWidth{
    display: inline-block;
    padding: 5px;
    background: rgb(0, 64, 128);
    color:white;
    margin: 5px 0;
    border-radius: 10px;
}

.chatWidthOppo{
	padding: 5px;
    background: rgb(229, 229, 229);
    margin: 5px 0;
    border-radius: 10px;
}

.alternateChat:nth-child(even) {
  background-color: rgb(192, 192, 192);
}

.readBGColor{
	background-color: rgb(192, 192, 192);
}

.noReadBGColor{
	background-color: rgb(255, 128, 64);
}

.reactionFont{
	font-family: 'Noto Color Emoji', sans-serif;
}

.readSize{
	font-size: 15px;
}