/*                               

  ╦ ╦┌┐ ┬  ╔═╗┌─┐┬─┐┬┌┬┐┌─┐┌─┐    
  ║ ║├┴┐│  ║  ├─┤├┬┘│ │ ├─┤└─┐    
  ╚═╝└─┘┴  ╚═╝┴ ┴┴└─┴ ┴ ┴ ┴└─┘    
  Joomla-template by Egbert Prins 
  Contact: egbertprins@gmail.com
  Version 3.0.13 - Release date 06-07-2024
                
*/
@charset "UTF-8";

table.table {
  width: 100%;
}

table.table thead tr th,
table.table thead tr td,
table.table tbody tr td,
table.table tbody tr th {
  padding: 10px;
  text-align: left;
}

table.table thead tr {
  font-family: var(--font-text);
  font-size: var(--font-text-size);
}

table.table tbody tr th {
  font-weight: 400;
}