/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_1{
      visibility: hidden !important;
    }
#form-element-wrapper_2{
    display: none;
}


/* Styling Phone numbers only*/
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.phonenumbers {
   
    width: 38%;
}
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    padding: 3px;
    width:55%;
}
.legendsstyle {
    padding-left: 3px;
   
}

.mailingDate {
    width:89%;
}
/* Styling EDD logo and Seal */
/* Include media query */
.seal {
   width:56.3%;
    
}
ul,ol{ margin-right:20px;}



.divTableCell1 {
    display:inline;
        
       }


       .divTableCellT {
        display: inline;
        width:10%;
        padding: 2px;
    }   
@media only screen and (max-width: 768px) {
 
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .seal {
        width: 70%;
        padding-top:20px;
    }
    .phonenumbers {
        width: 82%;
    }
    
.mailingDate {
    width:72%;
}
}


  /* Media Query for iPad Mini */
  @media only screen 
  and (min-width: 768px) 
  and (max-width: 768px) 
  and (min-height: 1024px) 
  and (max-height: 1024px)
  {
  
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    
    .seal {
        width: 45%;
    }
    
    .phonenumbers {
        width: 48%;
    }
       
.mailingDate {
    width:50%;
}
}
