.tbpTableWrapper .dt-buttons{
	display: inline-block;
}
.tbpTableWrapper .dataTables_filter{
	display: inline-block;
}
.tbpTableWrapper .dataTables_filter input{
	display: inline-block;
	width: 70%;
}
.tbpTableWrapper .tbpTitle{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}
.tbpTableWrapper .tbpDescription{
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
}
.tbpTableWrapper .tbpSignature{
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.tbpTableWrapper a{
	box-shadow: none!important;
}
.tbpTableWrapper thead .sorting {
	background-position: left!important;
}
.tbpHidden{
	display: none;
}
.tbpVisibilityHidden{
	visibility: hidden;
}
.tbpTableWrapper {
	position: relative;
}
.tbpTableWrapper .tbpLoader{
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tbpTableWrapper .tbpLoader > div {
	visibility: visible;
}