@media (min-width: 410px) {
  .backButton {
    float: right; } }

@media (max-width: 409px) {
  .backButton {
    margin-top: 20px; } }

.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
  background-color: rgba(0, 0, 0, 0.44); }

.modal-content {
  background-color: white;
  margin: 15% auto;
  width: 30%;
  min-width: 150px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.33);
  clear: both; }

.close {
  float: right;
  cursor: pointer; }

.modal-text {
  clear: both; }

