﻿html, body, form, #body_ctl01 {
    height: 100%;
    width: 100%;
    margin: 0;
}

span#body_StatusLabel {
    margin-left: 15px;
}


#body_container {
    font-size: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin-left: 15px;
}

    #body_container > div > img {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: contain;
        margin: 0 auto;
    }


    #body_container > div {
        display: inline-block;
        width: calc(33.3% - 4px);
        height: calc(33.3% - 4px);
        vertical-align: bottom;
    }

form input {
    width: 100%;
    height: 100%;
    padding: 0px;
    border: none;
    background-color: white;
}



.top {
    border-top: 2px solid black;
}

.bottom {
    border-bottom: 2px solid black;
}

.left {
    border-left: 2px solid black;
}

.right {
    border-right: 2px solid black;
}