#fixed-sign {
  position: fixed;
  bottom: 0;
  text-align: center;
  background: rgba(250,250,250,0.85);
  border-top: 1px lightgrey solid;
  width: 100%;
  z-index: 99;
  padding: 10px;
  margin: 0 -15px 0 -15px;
}

#fixed-sign  button.btn-primary {
  margin-top: 7px !important;
  font-size: 16px !important;
  padding: 6px !important;
}

#speakout_widget {
	border: none;
	width:100%;
	max-width:600px;
}
