.ConfirmationModal {
  z-index: 11; /* put notification modal above other modals */
}

.ConfirmationModal h1 {
  font-size: 20px;
  margin-bottom: 20px;
}

.Content {
  padding: 20px;
}

.Message {
  font-size: 16px;
}
