/**
 * How to override the settings...
 *
 * You may scope custom styling as:
 *   .bakery.settings.override { ... }
 *   .bakery.popup.override { ... }
 *   .bakery.button.override { ... }
 *
 * Because with .override you have a stronger selector!
 */
#bakery_accept_all {
  color: #fff;
  background-color: #e3001b;
  border: 1px solid #EB7978;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  padding: 2px 8px 3px; }

#bakery_close_settings {
  text-decoration: none; }

.bakery .checkbox {
  vertical-align: top;
  margin: 0; }

.bakery.popup.override {
  border-color: #87878a;
  z-index: 10000;
  min-width: 300px; }

.bakery.settings.override {
  color: #000; }

.bakery.settings.override ._tab ._header {
  background-color: #e5e1d9; }

.bakery.settings.override tbody {
  background-color: #e5e1d9;
  color: #000; }

.bakery.settings.override thead {
  background-color: #87878a;
  color: #fff; }

.bakery.popup.override ._buttons button {
  margin: 0;
  margin-right: 2rem;
  margin-bottom: 1rem; }

@media only screen and (max-width: 990px) {
  .bakery.popup.override {
    right: 10px; }

  .bakery.settings.override {
    right: 10px;
    left: 10px; }
    .bakery.settings.override ._tab ._main {
      overflow: scroll; } }

/*# sourceMappingURL=vcat_style_override.css.map */
