.more_info, .more_info:hover, .more_info:active {
  background-color : #fdb813;
  color: #000000;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #fdb813;
  font-family: oswald;
  /*font-family: roboto;*/
  font-weight: bold;
  position: fixed;
  bottom: -4px;
  right: 15px;
  -webkit-transform: none !important;
  transform: none !important;

}

#more_info_button {
  position: fixed;
  bottom: -4px;
  right: 15px;
  -webkit-transform: none !important;
transform: none !important;
z-index: 99999999999999999999999999999999999999999999999999;
}