h1 {
  padding: 10px;
}

p {
  margin-top: 0;
}

/* force contact cell width */
tbody td:nth-child(3) {
  min-width: 300px;
}

thead th {
  padding: 10px;
  border: 1px solid #f1f1f1;
  vertical-align: center;
  border-collapse: collapse;
}


tbody td {
  padding: 25px 15px;
  border: 1px solid #f1f1f1;
  border-collapse: collapse;
  vertical-align: top;
}

.tribe-country-name {
  display: none;
}

table {border-spacing: 0 !important;}


/*Print All Page Pulls in WP Styles, trying to align with city print pages*/

body#print-all {
	padding: 10px;
}

body#print-all h1, 
body#print-all a {
	color: black !important;
}


body#print-all,
body#print-city {
	font-family: Georgia, Times New Roman, serif;
}

body#print-all h1,
body#print-city h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 32px !important;
	padding: 30px 0 !important;
}