table {
  table-layout: fixed;
}

.filr-container table {
	table-layout: auto !important;
}

/* Column widths are based on these cells */
.column-1 {
  width: 45%;
}
.column-2 {
  width: 15%;
}
.column-3 {
  width: 40%;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #00aab8;
}

.tablepress .row-hover tr:hover td {
  background-color: #e5e5de;
  color: #000000;
}

.ai1ec-calendar-toolbar {
display: none;
}

.ldd-rightbar-single {
display: none;
}

html {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: underline;
}

#thmb {
  width: 150px;
}