/*
* Extra Styles: you can insert extra classes for customizing the site.
*
*/

.table.table1 {
    border:0;
}
.table.table1 th {
    background-color: var(--bs-tertiary);
    color:var(--bs-primary);
    border:0;
}
.table.table1 tr td,
.table.table1 tr:nth-child(even) td,
.table.table1 tr:nth-child(odd) td{
    background-color: transparent;
    color:var(--bs-primary);
    border:0;
}

.table.table2 th {
    background-color: var(--bs-quaternary, #AA9689);
}
.table.table2 tr:nth-child(even) td {
    background-color: unset;
}
.table.table2 tr:nth-child(odd) td {
    background-color: var(--bs-tertiary, #BAC7CF);
}
.table.table3 {

}
header#masthead.fixed .main-navigation .header-widget-buttons ul .menu-item.register-btn.mail-btn a {
  padding: 0.75rem;
  max-height: 52px;
}