#reciteme-button {
  /* Button Styling and Placement */
  background: #00344c;
  width: 100px;
  height: 100px;
  right: 20px;
  bottom: 26px;
  position: fixed;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
}
#reciteme-trans {
  /* Button Styling and Placement */
  background: #00344c;
  width: 100px;
  height: 100px;
  right: 20px;
  bottom: 175px;
  position: fixed;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
}
#reciteme-button:hover,
#reciteme-button:hover span {
  /* Hover Color */
  background: #e9322e;
}
#reciteme-trans:hover,
#reciteme-trans:hover span {
  /* Hover Color */
  background: #e9322e;
}
#reciteme-button img,
#reciteme-trans img {
  /** Button Image Size */
  width: 80px;
  height: 80px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reciteme-sub {
  position: relative;
  top: 105px;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  width: 100px;
  text-align: center;
  display: block;
  background-color: #00344c;
  border-radius: 10px;
}

.ms-dialog #reciteme-trans,
.ms-dialog #reciteme-button {
  display: none;
}
