#advSearch a img {
	transition: transform .3s;
	margin-bottom: 3px;
}
#advSearch a[aria-expanded='false'] img {
	transform: rotate(-90deg)
}
#teamlist-filters {
	margin-bottom: 10px;
	max-width: 36rem;
	border: 2px solid #cfd3d8;
	border-radius: 0;
	padding: 1rem 1.5rem 1.5rem;
}
#teamlist-filter-section {
	padding-bottom: 20px;
}
#teamlist-filter-section select {
	width: 100%;
}
.go-group-list-portlet #golist-table_wrapper {
	overflow: hidden;
}
.go-group-list-portlet .table-wrapper {
	overflow: auto;
}
.go-group-list-portlet #golist-table {
	min-width: 600px;
	width:100%;
}
.go-group-list-portlet .dataTables_wrapper .dataTables_processing {
	top: 19px;
}
.dataTables_wrapper .dataTables_paginate ul.pagination {
	margin-right: .3rem;
}

.dataTables_wrapper .dataTables_info {
	display: inline-block;
	width: 40%;
}
.dataTables_wrapper #golist-table_info small {
	font-size: 1rem;
}
.dataTables_wrapper .dataTables_paginate {
	display: inline-block;
	width: 60%;
}