#ajaxFeedbackFeed {
  position: fixed;
	top: 9%;
  left: 20%;
  max-width: 60%;
  width: 70%;
  z-index: 2000;
}

#ajaxFeedbackFeed .alert {
	position: relative;
	margin-bottom: 5px;
	padding: 7px;
  border: 2px solid black;
  box-shadow: #00000047 4px 4px 2px 0;
}

#ajaxFeedbackFeed .alert > p {
	white-space: break-spaces;
	margin: 0;
}

.alert .cancel {
  float: right;
  padding: 3px;
  margin-right: 20px;
}