#reciteme-container {
  background-color: #fff;
  box-shadow: 7px 0px 6px 2px #00000025;
  position: fixed;
  width: 140px;
  height: 120px;
  left: 0px;
  bottom: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#reciteme-container.recite-hide {
  width: 20px;
}
#reciteme-container.tb-open {
  display: none;
}
#reciteme-button {
  /* Button Styling and Placement */
  background: #00344c;
  width: 65px;
  height: 65px;
  left: 30px;
  bottom: 65px;
  position: fixed;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
}
.recite-hide #reciteme-button {
  display: none;
}
#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: 45px;
  height: 45px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reciteme-sub {
  position: relative;
  top: 70px;
  font-weight: 700;
  color: #fff;
  font-size: 11px;
  width: 100px;
  text-align: center;
  display: block;
  background-color: #00344c;
  border-radius: 5px;
  right: 18px;
  line-height: 15px;
}

#reciteHide {
  position: fixed;
  bottom: 20px;
  font-weight: 700;
  color: #fff;
  font-size: 11px;
  width: 30px;
  text-align: center;
  display: block;
  background-color: #00344c;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 122px;
  text-orientation: upright;
  writing-mode: vertical-lr;
  text-decoration: none;
  height: 120px;
  line-height: 30px;
}
#reciteHide.tb-open {
  display: none;
}
#reciteHide:hover {
  background-color: red;
}
.recite-hide #reciteHide {
  left: 1px;
}
.ms-dialog #reciteme-trans,
.ms-dialog #reciteme-button {
  display: none;
}
