#submitbutton{

	background: #00CDCD !important;
	border: 1px solid #00CDCD !important;
}
/* Style the pagination container */
.dataTables_paginate {
    margin-top: 20px;
    text-align: center;
}

/* Style the pagination buttons */
.dataTables_paginate .paginate_button {
    display: inline-block;
    padding: 6px 12px;
    margin: 2px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #333;
    cursor: pointer;
}

/* Style the active pagination button */
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: #00CDCD !important;
    color: white !important;
}
