@charset "utf-8";
/* CSS Document */

.contact_table {
	border: 1px;
	align-content: center;
	background-color: white;
	border-spacing: 0;
	border-collapse: collapse; 
}

.contact_table tr {
  border-bottom: 1px solid black;
}

.contact_table tr:first-child {
	background-color: #F5B80A; 
}

.contact_table tr:first-child:hover{
	background-color: #F5B80A; 
}

.contact_table tr:hover {
  background-color: #DAD9D6;
}


.contact_table th, td {
  padding: 10px 5px;
}