.page-title-action {
	color: #0073AA;
}

.fixed .column-member {
	width: 15%;
}

.action-column:not(.disabled):hover,
.page-title-action:hover {
	cursor: pointer;
}

.action-column {
	width: 2.2em;
}

.lh_bexd-delete-icon:before {
	content: "\f182";
	font: 400 20px/.5 dashicons;
	speak: none;
	display: inline-block;
	padding: 0;
	top: 5px;
	left: 8px;
	position: relative;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none !important;
	color: #444;
}

tbody tr:nth-of-type(1) .lh_bexd-delete-icon {
	display: none;
}

#lh_bexd-submit {
	margin-top: 26px;
}

@media screen and (max-width: 782px) {
	body #lh_bexd-table thead .action-column {
		display: table-cell !important;
		width: 30px !important;
	}

	body #wpbody select {
		width: 100%;
	}
}