.bb-event-list {
	width: 100%;
	overflow-x: auto;
}

.bb-event-table {
	width: 100%;
	border: 0 !important;
	border-collapse: collapse;
	border-spacing: 0;
	background: transparent;
}

.bb-event-table,
.bb-event-table tbody,
.bb-event-table tr,
.bb-event-table td {
	border: 0 !important;
	background: transparent;
}

.bb-event-table td {
	padding: 14px 12px;
	vertical-align: middle;
}

.bb-event-table td:first-child {
	padding-left: 0;
}

.bb-event-table td:last-child {
	padding-right: 0;
}

.bb-event-date {
	width: 150px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.bb-event-title {
	font-size: 18px;
	font-weight: 600;
}

.bb-event-title a {
	color: inherit;
	text-decoration: none;
}

.bb-event-title a:hover {
	text-decoration: underline;
}

.bb-event-action {
	width: 180px;
	text-align: right;
	white-space: nowrap;
}

.bb-event-button {
	display: inline-block;
	padding: 10px 18px;
	border: 1px solid currentColor;
	border-radius: 999px;
	color: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: opacity .2s ease;
}

.bb-event-button:hover {
	opacity: .7;
}

.bb-event-status {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.bb-event-list-empty {
	padding: 20px 0;
}

@media (max-width: 700px) {
	.bb-event-table {
		min-width: 560px;
	}

	.bb-event-table td {
		padding: 11px 8px;
	}

	.bb-event-date {
		width: 105px;
	}

	.bb-event-title {
		font-size: 15px;
	}

	.bb-event-action {
		width: 140px;
	}

	.bb-event-button {
		padding: 7px 12px;
		font-size: 11px;
	}
}
