.bm-table-wrap {
	width: 100%;
	overflow-x: auto;
	margin: 1.5em 0;
	-webkit-overflow-scrolling: touch;
}

.bm-table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.4;
}

.bm-table thead th {
	text-align: left;
	background: #23282d;
	color: #fff;
	padding: 10px 12px;
	font-weight: 600;
	white-space: nowrap;
}

.bm-table tbody td {
	padding: 10px 12px;
	border-bottom: 1px solid #e2e2e2;
	vertical-align: middle;
	white-space: nowrap;
}

.bm-table tbody tr:nth-child(even) {
	background: #f8f8f8;
}

.bm-table tbody tr:hover {
	background: #eef4fb;
}

.bm-col-name {
	white-space: normal;
}

.bm-name-link {
	font-weight: 600;
	text-decoration: none;
	display: block;
}

.bm-name-link:hover {
	text-decoration: underline;
}

.bm-position {
	display: block;
	font-size: 13px;
	color: #666;
	margin-top: 2px;
}

.bm-empty {
	font-style: italic;
	color: #666;
}

/* Single Board Member page */
.bm-single {
	max-width: 640px;
	margin-top: 1.5em;
}

.bm-single-photo {
	margin-bottom: 1em;
}

.bm-single-photo-img {
	max-width: 200px;
	height: auto;
	border-radius: 4px;
}

.bm-single-position {
	font-size: 18px;
	font-weight: 600;
	color: #444;
	margin: 0 0 1em;
}

.bm-single-table {
	width: 100%;
	border-collapse: collapse;
}

.bm-single-table th,
.bm-single-table td {
	text-align: left;
	padding: 10px 12px;
	border-bottom: 1px solid #e2e2e2;
}

.bm-single-table th {
	width: 160px;
	color: #555;
	font-weight: 600;
}
