.modal {
	width: 200px;
	position: absolute;
	margin-left: -100px;
	font-size: 16px;
  
  border-radius: 0;
  box-shadow: none;
}

.modal-footer {
  background-color: white;
  text-align: center;
  border-top: none;
  padding-top: 0;
}