table thead {
    background: none!important;
    color: #0a0a0a;
}

.address-table--address .webform-multiple-table--address{
  color: #0a0a0a;
}

table thead th {
    color: #0a0a0a!important;
  font-size: 1.0rem;
padding:0;
}
table tbody th, table tbody td{
 padding:0!important; 
}
.address-table--address{
  margin-top:15px; 
  padding:0!important; 
}

.address-table--postal_code{
  margin-top:15px; 
   padding:0!important; 
}

.webform-multiple-table table {
    margin-bottom: 2px;
    margin-top: 13px;
    font-size: 1.0rem;
}

table tbody tr:hover {
    background-color: none;
}

table td{
 border-bottom:0!important; 
  
}

#edit-address-add-more-items{
	display:none
}
[id^="edit-address-add-more-items"] {
	display: none!important;
}
@media (min-width: 769px) {
	[id^="edit-address-items"] th:first-child,
	[id^="edit-address-items"] td:first-child {
		width: 75%;
	}
	[id^="edit-address-items"] td:first-child > div {
		padding-right: 1rem;
	}
}
@media (max-width: 768px) {
  #address_table .table-wrapper table {
		min-width: 0;
  .table-wrapper table {
		min-width: 0;
      
	}
}