/* Milo v0.4.93 — keep delivery/read ticks in the bottom-right corner. */
.msgLine.mine .bubble{position:relative;padding-right:34px!important}
.msgLine.mine .readMark{
  position:absolute!important;
  right:9px!important;
  bottom:7px!important;
  left:auto!important;
  top:auto!important;
  margin:0!important;
  line-height:1!important;
  white-space:nowrap;
  font-size:9.5px!important;
  transform:none!important;
  z-index:4!important;
}
@media(max-width:760px){
  .msgLine.mine .readMark{right:8px!important;bottom:6px!important;font-size:9px!important}
}
