#files_table {
	width: 600px;
	position: relative;
	top: 0px;
	left: -10px;
}

#files_table_info {
	top: 25px;
}


#files_table_wrapper .dataTables_paginate {
	position: absolute;
	top: -36px;
	left: 150px;
	font-size: 10px;
	text-align: right;
}

#pages_table_wrapper .dataTables_paginate {
	position: relative;
	top: 0px;
	left: 350px;
	width: 600px;
	height: 100px;

	color: #333333;
}

.paginate_button, .paginate_active{
	padding: 0px 5px;
	border-right: 1px solid #000;
}


.paginate_button.previous:before {
	content: "";
}

.paginate_button.previous:after {
	content: "";
}

.paginate_button.next:before {
	content: "";
}

.paginate_button.last:before {
	content: "";
}

.paginate_button:before {
	content: "";
}

.paginate_active:before {
	content: "";
}