.register-table {
	display: table;
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
}

.register-table .block:first-child {
	border-left: none;
}

.register-table .block {
	display: table-cell;
	height: 100%;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #eee;
}

.register-table .block .holder {
	height: 100%;
}

.register-table .block .inner {
	height: -moz-calc(100% - 64px);
	height: -webkit-calc(100% - 64px);
	height: calc(100% - 64px);
	display: table;
	width: 100%;
}

.register-table .block .inner > div {
	display: table-cell;
	height: 100%;
	padding: 16px 0;
	vertical-align: middle;
}

.register-table .block header {
	height: 64px;
	white-space: nowrap;
	line-height: 64px;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	background: #f3f3f3;
	border-bottom: 1px solid #eee;
}

.conference_events .secondary-button {
	float: right;
	padding: 5px 30px;
	margin-right: 20px;
	font-weight: 600;
}

@media screen and (max-width: 747px) {
	.register-table .block {
		display: block;
		width: 100%;
		border-left: none;
	}
}