
/* CENTER TEXT ALIGN */
.center-text {
    text-align: center;
}

.export-button {
    padding-top: 0.2em !important; 
    padding-bottom: 0.2em !important; 
    padding-left: 0.5em !important; 
	padding-right: 0.5em !important; 

}



div.dataTables_filter {
	/* float: right; */
    text-align: center !important;

}

input[type="search"] {
    text-align: center;
  }



a.buttons-collection {
	margin-left: 1em;
}

.table td {
    padding: 0.3rem 0.5rem !important;
}	

.dataTables_info {
    text-align: center;
}

