.dialog-left {
    background: #FDE8E7;
    margin: 0 40px;
    height: 90px;
    position: relative;
    width: auto;
}

.dialog-left::before {
    border-color: transparent #FDE8E7 transparent transparent; 
    border-style: solid; 
    border-width: 5px;
    content: "";
    height: 0px;
    left: -10px;
    position: absolute;
    top: 5px;
    width: 0px;
}

.dialog-right {
    background: #EBEBEB;
    margin: 0 40px;
    height: 90px;
    position: relative;
    width: auto;
}

.dialog-right::before {
    border-color: transparent transparent transparent #EBEBEB; 
    border-style: solid; 
    border-width: 5px;
    content: "";
    height: 0px;
    right: -10px;
    position: absolute;
    top: 5px;
    width: 0px;
}

.scoreDate {
  margin: 5px;
  position: absolute;
  bottom: 0;
  right:0;
}

.response {
  margin: 5px;
  position: absolute;
  top: 0;
  left:0;
}




