.modalLastItem h2 {
    text-align: center;
    line-height: 20px;
    color: #333333;
}
.modalLastItem p {
    text-align: center;
    color: #333333;
}
.modalLastItem img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
}
.modalLastItem #close-x {
    float: right;
    font-weight: bold;
    height: 28px;
    padding: 0 10px;
    position: relative;
    z-index: 99;
}
#close-modal-button {
    border-radius: 0;
}