th{
text-align: right;
}
.extra{
display: flex;
flex-direction: column;
width: 100%;
max-width: 500px;
margin: 20px;
}
.extra h3{
font-weight: bold;
font-size: 18px;
margin-bottom: 0;
}
select {
background: none;
border: none;
}

/* jquery.dataTables.min.css | https://emekmaianot.localhost/content/jquery.dataTables.min.css?v=11 */

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
  /* text-align: left; */
  text-align: right!important;
}
