#wp-admin-bar-golf-logout i {
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 6px;
	top: 1px;
	position: relative;
	color: #a7aaad;
}

.golf-matrikel table.golf-matrikel-table tbody * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.golf-matrikel.hide_results table {
	display: none;
}
.golf-matrikel .dataTables_wrapper{
	overflow-x: auto;
	overflow-y: hidden;
}
.golf-matrikel.hide_results .dataTables_wrapper .golf-matrikel-table,
.golf-matrikel.hide_results .dataTables_wrapper .dataTables_info,
.golf-matrikel.hide_results .dataTables_wrapper .dataTables_paginate {
	display: none !important;
}

@media(max-width: 782px) {
	#wp-toolbar>ul>li#wp-admin-bar-golf-logout {
		display: block;
	}

	#wp-admin-bar-golf-logout i {
		top: 0;
		position: relative;
		font-size: 24px;
		margin-right: 6px;
	}

	#wp-toolbar>ul>li#wp-admin-bar-golf-logout a {
		display: flex;
		font-size: 0;
		align-items: center;
	}
}