﻿.talkify .playing {
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #ccc !important;
  color: black !important;
}

.talkify-highlight {
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.talkify-highlight:hover {
  background-color: #A49FA2 !important;
  color: white !important;
}

.talkify-word-highlight {
  color: white !important;
  border-radius: 30%;
  background-color: #A4A3A3 !important;
}
