.cc-lightbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
}
.cc-lightbox.show {
    display: block;
}
.cc-lightbox table {
    width: 100%;
    height: 100%;
}
.cc-lightbox td {
    width: 100%;
    height: 100%;
}
.cc-lightbox #img-div {
    margin: auto;
    background-color: #ddd;
    position: relative;
    padding: 10px;
}
.cc-lightbox #image {
    margin: auto;
    display: block;
}

.cc-lightbox .instruction {
    font-family: helvetica, arial;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 17px;
    position: relative;
    bottom: 15px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    margin: auto;
    margin-left: 10px;
    margin-right: 10px;
}
.cc-lightbox .close-button {
    background-image: url("img/close.png");
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
}

