:root {
  --body-background: #333;
  --body-color: #ccc;
  --white-color: #fff;
  --primary-color: #111;
}

#content {
  background-color: #252525;
}

#content .mg_filter-bar,
#content .applied-filters ul li,
#content .property-listing, #sidebar .sidebar-content,
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border-color: #444;
}

#content .property-listing h4 a,
#mg_property_show h1,
#mg_property_show h2 a:hover {
  color: #ccc;
}

#mg_property_show #files ul li a {
  color: var(--white-color);
}
