.table td {
    padding: 0 !important;
}

h1 img {
    height: 175px !important;
}

.table {
    display: table !important;
	margin: 0 auto 40px auto !important;
	width: auto !important;
}





/*Modal images*/

#zz_frame::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.85);
    z-index: -1;
}
#zz_frame {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed; 
    text-align: center;
    z-index: 99999;
}
#zz_frame .zz_close {
    color: #fff;
    position: fixed;
    right: 10px;
    top: 10px;
    font-size: 26px;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}
#zz_frame img {
    max-height: 95%;
    max-width: 95%;
    box-shadow: 0px 0px 20px 1px rgb(0,0,0);
}

#zz_helper {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.zz_image {
    cursor: pointer;
}