.form-submit-button { 

  display: none !important; 
  
  } 

  /* Hide Print Button */ 

#print-preview { 

  display: none !important; 
  
  } 
/*edd logo to left*/

.eddlogo {
  float: left;

}

#form-element-wrapper_20
{
  visibility: hidden !important;
}

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 30px !important;
}


.L1right {   width:100%;

  }

/*Phone numbers to center in table*/

ul,ol{
  margin-right:25px;
}


.divTableCell {
  display: table-cell;
  width:55%;
  padding: 3px ;
}
.L1right {
  float: right;
  width: 60%;}
.L1left {
  width: 50%;
  margin-left: 120px;
}


@media only screen and (max-width: 768px) {
  
  .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

  .divTableCell {
    display: table-cell;
    padding: 3px;
  }
  .divTableCell1 {
    
    padding-right: 61px;
}
.L1left, .L1right {
  float: none; /* Remove float */
  width: 80%; /* Adjust width as needed */
  margin: 0 auto; /* Center both divs */
  display: block; 

}

#form-element-wrapper_21{
  padding-left:0px;
}

.special-padding {
  padding-left: 0px; /* Adjust the padding as needed */
}
.special-padding1 {
  padding-left: 5px; /* Adjust the padding as needed */
}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 768px) 
  and (min-device-height: 1024px) 
  and (max-device-height: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) 

{ .header_container {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
}
.L1right {
  float: right;
  width: 50%;}
.L1left {
  width: 50%;

}




}