/* Hide Submit Button */
.form-submit-button {
  display: none !important;
}

#form-element-wrapper_14
{
   /* display: none !important;*/
   visibility: hidden !important;
}

/* Hide Print Button */
#print-preview {
  display: none !important;
}

.eddlogo {
    float: left;

}

.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    width:55%;
    padding: 3px ;
}

.L1left{
   width:42%;
}
.L1right {
    float:right;
width:65%;
}


.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

@media only screen and (max-width: 768px) {
    #form-element-wrapper_1{
        float: none;
        text-align: center;
        display: block;
    
    }
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

.L1left, .L1right {
    float: none; /* Remove float */
    width: 80%; /* Adjust width as needed */
    margin: 0 auto; /* Center both divs */
    display: block; 

}



}