#speechtext {
  display: inline-block;
  background-color: #35353573;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 10px;
  right: 50px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  z-index: 1000;
  font-size: 0.9em;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
}
#speechtext.show {
  opacity: 1;
  visibility: visible;
}

#speechbutton {
  display: inline-block;
  background-color: #35353573;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  z-index: 1000;

  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 30px;
  color: #fff;
}
/*#speechbutton::after {
  content: "\f130";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 30px;
  color: #fff;
}*/
#speechbutton:hover {
  cursor: pointer;
  background-color: #333;
}
#speechbutton:active {
  background-color: #555;
}
#speechbutton.show {
  opacity: 1;
  visibility: visible;
}

#mdbutton {
  display: inline-block;
  background-color: #35353573;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  z-index: 1000;

  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 30px;
  color: #fff;
}
/*#speechbutton::after {
  content: "\f130";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 30px;
  color: #fff;
}*/
#mdbutton:hover {
  cursor: pointer;
  background-color: #333;
}
#mdbutton:active {
  background-color: #555;
}
#mdbutton.show {
  opacity: 1;
  visibility: visible;
}

#homebutton {
  display: inline-block;
  background-color: #35353573;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  top: 10px;
  left: 10px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  z-index: 1000;

  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 30px;
  color: #fff;
}
/*#homebutton::after {
  content: "\f015";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 30px;
  color: #fff;
}*/
#homebutton:hover {
  cursor: pointer;
  background-color: #333;
}
#homebutton:active {
  background-color: #555;
}
#homebutton.show {
  opacity: 1;
  visibility: visible;
}
