@media (min-width: 576px) {
  .modal-dialog {
    max-width: 510px;
  }
}

.modal.show {
	display: block
}

.modal-backdrop {
    display: none;
}

.modal-backdrop.show {
	display: block;
}

.text-center {
    text-align: center;
}

#modalTitle {
    width: 100%;
    font-weight: bold;
}

.warning {
    margin-right: 0.5rem;
    font-size: 3.0rem;
    vertical-align: middle;
    color: orangered;
}

.modal-content > .text-justify > p {
    margin-bottom: 2rem;
}
