.black-btn {
  color: #ffffff;
  display: block;
  background-color: #000000;
  border-color: #000000;
  padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428571429;
	border-radius: 2px;
  text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
  margin: 4px 0;
}

.black-btn:hover {
	background-color: #0066b1;  /*-pm 3/20/2017 */
  border-color: #1e1736;

}

div.member_inactive { 	/* if it's in a custom-created div.member_inactive */
color: #999;
}

div#nonmember_tix, div#banquet_tix, div#lunch_tix, div#enrichment_tix {
  margin-top: 12px;
}

div.byline {
  display: none !important;
}