#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 /*   background: #fff; */
    width: 30%;
    padding: 20px;
}

#blocks { background-color: white; color: red; }

img.center {
    display: block;
    margin: 0 auto;
}

.center { float: left; z-index: 1; }

.bodyTable { /*text-align: center;*/ float: left; z-index: 3; margin-top: -160px; margin-left: 60px; }

.textCentered { text-align: center; float: left; z-index: 3; margin-top: -103px; margin-left: 30px; position: absolute; clear: both; width: 400px; }