.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color:white; /* new */
  padding-top: 10px; /* new */
}
.fixed-bottom > p {
	width: 100%; /* new */
	text-align: center; /* new */
	font-size: 12px; /* new */
}
.fixed-bottom > p > input[type=button]{
	padding: 2px 3px; /* new */
	font-size: 12px; /* new */
	cursor: pointer; /* new */
}
