* {
  padding: 0;
  background-clip: padding-box;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -GtkToolButton-icon-spacing: 4;
  -GtkTextView-error-underline-color: #c0392b;
  -GtkPaned-handle-size: 1;
  -GtkCheckButton-indicator-size: 20;
  -GtkCheckMenuItem-indicator-size: 16;
  -GtkScrolledWindow-scrollbar-spacing: 0;
  -GtkScrolledWindow-scrollbars-within-bevel: 1;
  -GtkToolItemGroup-expander-size: 11;
  -GtkExpander-expander-size: 16;
  -GtkTreeView-expander-size: 11;
  -GtkTreeView-horizontal-separator: 4;
  -GtkMenu-horizontal-padding: 0;
  -GtkMenu-vertical-padding: 0;
  -GtkWidget-link-color: #2980b9;
  -GtkWidget-visited-link-color: #8e44ad;
  -GtkWidget-focus-padding: 2;
  -GtkWidget-focus-line-width: 1;
  -GtkDialog-button-spacing: 4;
  -GtkDialog-action-area-border: 0;
  -GtkStatusbar-shadow-type: none;
  outline-style: solid;
  outline-width: 2px;
  outline-color: alpha(currentColor,0.2);
  outline-offset: -4px;
  outline-radius: 2px; }

/***************
 * Base States *
 ***************/
.background {
  background-color: #333333;
  color: #eeeeee; }

.background:backdrop {
  color: rgba(238, 238, 238, 0.8); }

/*
   These wildcard seems unavoidable, need to investigate.
   Wildcards are bad and troublesome, use them with care,
   or better, just don't.
   Everytime a wildcard is used a kitten dies, painfully.
*/
*:insensitive {
  -gtk-image-effect: dim; }

.gtkstyle-fallback {
  background-color: #333333;
  color: #eeeeee; }
  .gtkstyle-fallback:insensitive {
    color: rgba(238, 238, 238, 0.4); }
  .gtkstyle-fallback:selected {
    background-color: #2980b9;
    color: #ffffff; }

.gtkstyle-fallback, .view, column-header .button, column-header .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode column-header .button.suggested-action,
column-header .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode column-header .button.suggested-action, .list-row.button, .titlebar.selection-mode .list-row.button.suggested-action,
.header-bar.selection-mode .list-row.button.suggested-action {
  background-image: -gtk-gradient(radial, center center, 0, center center, 0.75, to(alpha(currentColor,0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0)); }
  .gtkstyle-fallback:hover, .view:hover, column-header .button:hover, column-header .titlebar.selection-mode .button.suggested-action:hover, .titlebar.selection-mode column-header .button.suggested-action:hover,
  column-header .header-bar.selection-mode .button.suggested-action:hover,
  .header-bar.selection-mode column-header .button.suggested-action:hover, .list-row.button:hover, .titlebar.selection-mode .list-row.button.suggested-action:hover,
  .header-bar.selection-mode .list-row.button.suggested-action:hover {
    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor,0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0.05)); }
  .gtkstyle-fallback:active, .view:active, column-header .button:active, column-header .titlebar.selection-mode .button.suggested-action:active, .titlebar.selection-mode column-header .button.suggested-action:active,
  column-header .header-bar.selection-mode .button.suggested-action:active,
  .header-bar.selection-mode column-header .button.suggested-action:active, .list-row.button:active, .titlebar.selection-mode .list-row.button.suggested-action:active,
  .header-bar.selection-mode .list-row.button.suggested-action:active {
    background-image: -gtk-gradient(radial, center center, 0, center center, 0.75, to(alpha(currentColor,0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0)); }

.view {
  background-color: #444444;
  color: #eeeeee; }
  .view:backdrop {
    color: rgba(238, 238, 238, 0.8); }
  .view:selected:backdrop {
    color: rgba(255, 255, 255, 0.8); }

.rubberband {
  border: 1px solid #2980b9;
  background-color: rgba(41, 128, 185, 0.2); }

.overshoot {
  background-color: rgba(41, 128, 185, 0.2); }

GtkLabel.separator, .sidebar GtkLabel.separator:backdrop,
.sidebar .view GtkLabel.separator:backdrop {
  color: #eeeeee; }
  GtkLabel.separator:backdrop, .sidebar GtkLabel.separator:backdrop,
  .sidebar .view GtkLabel.separator:backdrop {
    color: rgba(238, 238, 238, 0.8); }
GtkLabel:insensitive {
  color: rgba(238, 238, 238, 0.4); }
  GtkLabel:insensitive:backdrop {
    color: rgba(238, 238, 238, 0.32); }

.dim-label, GtkLabel.separator, .sidebar GtkLabel.separator:backdrop,
.sidebar .view GtkLabel.separator:backdrop, .titlebar .subtitle,
.header-bar .subtitle {
  opacity: 0.5; }

GtkAssistant .sidebar {
  padding: 6px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  GtkAssistant .sidebar:dir(ltr) {
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
  GtkAssistant .sidebar:dir(rtl) {
    border-left: 1px solid rgba(0, 0, 0, 0.2); }
GtkAssistant.csd .sidebar {
  border-top-style: none; }
GtkAssistant .sidebar GtkLabel {
  opacity: 0.5;
  padding: 5px 12px 6px;
  font-weight: bold; }
GtkAssistant .sidebar GtkLabel.highlight {
  opacity: 1; }

GtkTextView {
  background-color: #3c3c3c; }

GtkFlowBox .grid-child {
  outline-offset: -2px;
  padding: 4px;
  border-radius: 2px; }

.app-notification,
.app-notification.frame, .floating-bar, .tooltip.background, .osd {
  opacity: 0.9; }

/*********************
 * Spinner Animation *
 *********************/
@keyframes spin {
  to {
    -gtk-icon-transform: rotate(1turn); } }
.spinner {
  background-color: blue;
  background-image: none;
  opacity: 0;
  -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
  .spinner:active {
    opacity: 1;
    animation: spin 1s linear infinite; }
    .spinner:active:insensitive {
      opacity: 0.4; }
    .spinner:active:backdrop {
      opacity: 0.8; }
      .spinner:active:backdrop:insensitive {
        opacity: 0.32; }

/****************
 * Text Entries *
 ****************/
.entry {
  padding: 7px 6px 8px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #444444;
  color: #eeeeee; }
  .entry.flat, .notebook .entry {
    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#2980b9), to(transparent)) 0 0 0/0 0 0px;
    border-radius: 0;
    box-shadow: inset 0 -1px alpha(currentColor,0.2);
    background-color: transparent;
    color: #eeeeee; }
  .entry:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .entry.flat:focus, .notebook .entry:focus {
    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(#2980b9), to(transparent)) 0 0 2/0 0 2px;
    box-shadow: inset 0 -1px alpha(currentColor,0.2); }
  .entry:insensitive {
    background-color: #3c3c3c;
    color: rgba(238, 238, 238, 0.4); }
  .entry.flat:insensitive, .notebook .entry:insensitive {
    box-shadow: inset 0 -1px alpha(currentColor,0.2);
    background-color: transparent;
    color: rgba(238, 238, 238, 0.4); }
  .entry:backdrop {
    color: rgba(238, 238, 238, 0.8); }
  .entry:backdrop:insensitive {
    color: rgba(238, 238, 238, 0.32); }
  .entry.image.left {
    margin-right: 6px;
    padding: 4px; }
  .entry.image.right {
    margin-left: 6px;
    padding: 4px; }
  .entry.error {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #c0392b;
    color: #ffffff; }
    .entry.error.flat, .notebook .error.entry {
      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#c0392b), to(transparent)) 0 0 0/0 0 0px;
      border-radius: 0;
      box-shadow: inset 0 -1px #c0392b;
      background-color: transparent;
      color: #eeeeee; }
    .entry.error:focus {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .entry.error.flat:focus, .notebook .error.entry:focus {
      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(#c0392b), to(transparent)) 0 0 2/0 0 2px;
      box-shadow: inset 0 -1px #c0392b; }
    .entry.error:insensitive {
      background-color: #3c3c3c;
      color: rgba(238, 238, 238, 0.4); }
    .entry.error.flat:insensitive, .notebook .error.entry:insensitive {
      box-shadow: inset 0 -1px alpha(currentColor,0.2);
      background-color: transparent;
      color: rgba(238, 238, 238, 0.4); }
  .entry.warning {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #d35400;
    color: #ffffff; }
    .entry.warning.flat, .notebook .warning.entry {
      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#d35400), to(transparent)) 0 0 0/0 0 0px;
      border-radius: 0;
      box-shadow: inset 0 -1px #d35400;
      background-color: transparent;
      color: #eeeeee; }
    .entry.warning:focus {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .entry.warning.flat:focus, .notebook .warning.entry:focus {
      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(#d35400), to(transparent)) 0 0 2/0 0 2px;
      box-shadow: inset 0 -1px #d35400; }
    .entry.warning:insensitive {
      background-color: #3c3c3c;
      color: rgba(238, 238, 238, 0.4); }
    .entry.warning.flat:insensitive, .notebook .warning.entry:insensitive {
      box-shadow: inset 0 -1px alpha(currentColor,0.2);
      background-color: transparent;
      color: rgba(238, 238, 238, 0.4); }
  .entry.progressbar {
    margin: 2px;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: #2980b9;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: none; }
  .linked .entry.flat, .linked .notebook .entry, .notebook .linked .entry, .linked.vertical .entry.flat, .linked.vertical .notebook .entry, .notebook .linked.vertical .entry {
    border-radius: 0; }

/***********
 * Buttons *
 ***********/
@keyframes needs_attention {
  from {
    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#2980b9), to(transparent)); }
  to {
    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#2980b9), to(transparent)); } }
.button, .titlebar.selection-mode .button.suggested-action,
.header-bar.selection-mode .button.suggested-action {
  padding: 7px 10px 8px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #4e4e4e;
  background-image: -gtk-gradient(radial, center center, 0, center center, 0.75, to(alpha(currentColor,0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0));
  color: #eeeeee; }
  .button.flat, .entry.image, .inline-toolbar .button, .inline-toolbar .button:backdrop, .menuitem.button.flat, *:link, .spinbutton .button, .osd .toolbar .button, .toolbar.osd .button, .titlebar .button, .titlebar.selection-mode .button.suggested-action,
  .header-bar .button,
  .header-bar.selection-mode .button.suggested-action, .titlebar.selection-mode .suggested-action.entry.image, .titlebar.selection-mode .suggested-action:link, .titlebar.selection-mode GtkTreeView.suggested-action.view.expander, .titlebar.selection-mode .suggested-action.notebook.arrow, .titlebar.selection-mode GtkExpander.suggested-action,
  .header-bar.selection-mode .suggested-action.entry.image,
  .header-bar.selection-mode .suggested-action:link,
  .header-bar.selection-mode GtkTreeView.suggested-action.view.expander,
  .header-bar.selection-mode .suggested-action.notebook.arrow,
  .header-bar.selection-mode GtkExpander.suggested-action, GtkTreeView.view.expander, .notebook tab .button, .notebook.arrow, .scrollbar .button, GtkExpander, GtkCalendar.button, .message-dialog.csd .dialog-action-area .button, .scale-popup .button, .header-bar .button.titlebutton,
  .titlebar .button.titlebutton {
    outline-offset: -2px;
    box-shadow: none;
    background-color: alpha(currentColor,0);
    color: #eeeeee; }
  .button:hover, .titlebar.selection-mode .button.suggested-action:hover,
  .header-bar.selection-mode .button.suggested-action:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor,0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0)); }
  .button.flat:hover, .entry.image:hover, .inline-toolbar .button:hover, :hover:link, .spinbutton .button:hover, .osd .toolbar .button:hover, .toolbar.osd .button:hover, .titlebar .button:hover, .titlebar.selection-mode .button.suggested-action:hover,
  .header-bar .button:hover,
  .header-bar.selection-mode .button.suggested-action:hover, .titlebar.selection-mode .suggested-action.entry.image:hover, .titlebar.selection-mode .suggested-action:hover:link, .titlebar.selection-mode GtkTreeView.suggested-action.view.expander:hover, .titlebar.selection-mode .suggested-action.notebook.arrow:hover, .titlebar.selection-mode GtkExpander.suggested-action:hover,
  .header-bar.selection-mode .suggested-action.entry.image:hover,
  .header-bar.selection-mode .suggested-action:hover:link,
  .header-bar.selection-mode GtkTreeView.suggested-action.view.expander:hover,
  .header-bar.selection-mode .suggested-action.notebook.arrow:hover,
  .header-bar.selection-mode GtkExpander.suggested-action:hover, GtkTreeView.view.expander:hover, .notebook tab .button:hover, .notebook.arrow:hover, .scrollbar .button:hover, GtkExpander:hover, GtkCalendar.button:hover, .message-dialog.csd .dialog-action-area .button:hover, .scale-popup .button:hover {
    outline-color: alpha(currentColor,0.1);
    box-shadow: none;
    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor,0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0.1)); }
  .button:active, .titlebar.selection-mode .button.suggested-action:active,
  .header-bar.selection-mode .button.suggested-action:active {
    background-image: -gtk-gradient(radial, center center, 0, center center, 0.75, to(alpha(currentColor,0.2)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0)); }
  .button.flat:active, .entry.image:active, .inline-toolbar .button:active, :active:link, .spinbutton .button:active, .osd .toolbar .button:active, .toolbar.osd .button:active, .titlebar .button:active, .titlebar.selection-mode .button.suggested-action:active,
  .header-bar .button:active,
  .header-bar.selection-mode .button.suggested-action:active, .titlebar.selection-mode .suggested-action.entry.image:active, .titlebar.selection-mode .suggested-action:active:link, .titlebar.selection-mode GtkTreeView.suggested-action.view.expander:active, .titlebar.selection-mode .suggested-action.notebook.arrow:active, .titlebar.selection-mode GtkExpander.suggested-action:active,
  .header-bar.selection-mode .suggested-action.entry.image:active,
  .header-bar.selection-mode .suggested-action:active:link,
  .header-bar.selection-mode GtkTreeView.suggested-action.view.expander:active,
  .header-bar.selection-mode .suggested-action.notebook.arrow:active,
  .header-bar.selection-mode GtkExpander.suggested-action:active, GtkTreeView.view.expander:active, .notebook tab .button:active, .notebook.arrow:active, .scrollbar .button:active, GtkExpander:active, GtkCalendar.button:active, .message-dialog.csd .dialog-action-area .button:active, .scale-popup .button:active {
    outline-color: alpha(currentColor,0);
    background-image: -gtk-gradient(radial, center center, 0, center center, 0.75, to(alpha(currentColor,0.2)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0)); }
  .button:insensitive, .titlebar.selection-mode .button.suggested-action:insensitive,
  .header-bar.selection-mode .button.suggested-action:insensitive {
    box-shadow: none;
    background-color: alpha(currentColor,0.08);
    color: #eeeeee; }
    .button:insensitive > GtkLabel, .titlebar.selection-mode .button.suggested-action:insensitive > GtkLabel,
    .header-bar.selection-mode .button.suggested-action:insensitive > GtkLabel, .button:insensitive GtkImage, .titlebar.selection-mode .button.suggested-action:insensitive GtkImage,
    .header-bar.selection-mode .button.suggested-action:insensitive GtkImage {
      color: inherit; }
    .button:insensitive > GtkLabel, .titlebar.selection-mode .button.suggested-action:insensitive > GtkLabel,
    .header-bar.selection-mode .button.suggested-action:insensitive > GtkLabel, .button:insensitive GtkImage, .titlebar.selection-mode .button.suggested-action:insensitive GtkImage,
    .header-bar.selection-mode .button.suggested-action:insensitive GtkImage {
      opacity: 0.4; }
  .button.flat:insensitive, .entry.image:insensitive, .inline-toolbar .button:insensitive, :insensitive:link, .spinbutton .button:insensitive, .osd .toolbar .button:insensitive, .toolbar.osd .button:insensitive, .titlebar .button:insensitive, .titlebar.selection-mode .button.suggested-action:insensitive,
  .header-bar .button:insensitive,
  .header-bar.selection-mode .button.suggested-action:insensitive, .titlebar.selection-mode .suggested-action.entry.image:insensitive, .titlebar.selection-mode .suggested-action:insensitive:link, .titlebar.selection-mode GtkTreeView.suggested-action.view.expander:insensitive, .titlebar.selection-mode .suggested-action.notebook.arrow:insensitive, .titlebar.selection-mode GtkExpander.suggested-action:insensitive,
  .header-bar.selection-mode .suggested-action.entry.image:insensitive,
  .header-bar.selection-mode .suggested-action:insensitive:link,
  .header-bar.selection-mode GtkTreeView.suggested-action.view.expander:insensitive,
  .header-bar.selection-mode .suggested-action.notebook.arrow:insensitive,
  .header-bar.selection-mode GtkExpander.suggested-action:insensitive, GtkTreeView.view.expander:insensitive, .notebook tab .button:insensitive, .notebook.arrow:insensitive, .scrollbar .button:insensitive, GtkExpander:insensitive, GtkCalendar.button:insensitive, .message-dialog.csd .dialog-action-area .button:insensitive, .scale-popup .button:insensitive {
    outline-offset: -2px;
    box-shadow: none;
    background-color: alpha(currentColor,0);
    color: #eeeeee; }
  .button:checked, .titlebar.selection-mode .button.suggested-action:checked,
  .header-bar.selection-mode .button.suggested-action:checked {
    background-color: #2980b9;
    color: #ffffff; }
  .button:insensitive:checked, .titlebar.selection-mode .button.suggested-action:insensitive:checked,
  .header-bar.selection-mode .button.suggested-action:insensitive:checked {
    background-color: alpha(currentColor,0.08);
    color: #2980b9; }
  .button:backdrop > GtkLabel, .titlebar.selection-mode .button.suggested-action:backdrop > GtkLabel,
  .header-bar.selection-mode .button.suggested-action:backdrop > GtkLabel, .button:backdrop GtkImage, .titlebar.selection-mode .button.suggested-action:backdrop GtkImage,
  .header-bar.selection-mode .button.suggested-action:backdrop GtkImage {
    opacity: 0.8; }
  .button:backdrop:insensitive > GtkLabel, .titlebar.selection-mode .button.suggested-action:backdrop:insensitive > GtkLabel,
  .header-bar.selection-mode .button.suggested-action:backdrop:insensitive > GtkLabel, .button:backdrop:insensitive GtkImage, .titlebar.selection-mode .button.suggested-action:backdrop:insensitive GtkImage,
  .header-bar.selection-mode .button.suggested-action:backdrop:insensitive GtkImage {
    color: inherit; }
  .button:backdrop:insensitive > GtkLabel, .titlebar.selection-mode .button.suggested-action:backdrop:insensitive > GtkLabel,
  .header-bar.selection-mode .button.suggested-action:backdrop:insensitive > GtkLabel, .button:backdrop:insensitive GtkImage, .titlebar.selection-mode .button.suggested-action:backdrop:insensitive GtkImage,
  .header-bar.selection-mode .button.suggested-action:backdrop:insensitive GtkImage {
    opacity: 0.32; }
  .button.osd.image-button, .inline-toolbar .button.osd, .inline-toolbar .titlebar.selection-mode .osd.button.suggested-action, .titlebar.selection-mode .inline-toolbar .osd.button.suggested-action,
  .inline-toolbar .header-bar.selection-mode .osd.button.suggested-action,
  .header-bar.selection-mode .inline-toolbar .osd.button.suggested-action, .spinbutton .button.osd, .spinbutton .titlebar.selection-mode .osd.button.suggested-action, .titlebar.selection-mode .spinbutton .osd.button.suggested-action,
  .spinbutton .header-bar.selection-mode .osd.button.suggested-action,
  .header-bar.selection-mode .spinbutton .osd.button.suggested-action, .titlebar.selection-mode .osd.image-button.button.suggested-action, .titlebar.selection-mode .notebook tab .osd.button.suggested-action, .notebook tab .titlebar.selection-mode .osd.button.suggested-action, .titlebar.selection-mode GtkVolumeButton.osd.button.suggested-action,
  .header-bar.selection-mode .osd.image-button.button.suggested-action,
  .header-bar.selection-mode .notebook tab .osd.button.suggested-action,
  .notebook tab .header-bar.selection-mode .osd.button.suggested-action,
  .header-bar.selection-mode GtkVolumeButton.osd.button.suggested-action, .notebook tab .button.osd, GtkVolumeButton.button.osd, .header-bar .button.osd.titlebutton,
  .titlebar .button.osd.titlebutton {
    padding: 16px; }
  .button.osd:insensitive, .titlebar.selection-mode .osd.button.suggested-action:insensitive,
  .header-bar.selection-mode .osd.button.suggested-action:insensitive {
    opacity: 0; }
  .button.suggested-action, .titlebar.selection-mode .suggested-action.button,
  .header-bar.selection-mode .suggested-action.button {
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #2980b9;
    background-image: -gtk-gradient(radial, center center, 0, center center, 0.75, to(alpha(currentColor,0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0));
    color: #ffffff; }
    .button.suggested-action.flat, .suggested-action.entry.image, .inline-toolbar .suggested-action.button, .suggested-action:link, .spinbutton .suggested-action.button, .osd .toolbar .suggested-action.button, .toolbar.osd .suggested-action.button, .titlebar .suggested-action.button, .titlebar.selection-mode .suggested-action.button,
    .header-bar .suggested-action.button,
    .header-bar.selection-mode .suggested-action.button, .titlebar.selection-mode .suggested-action.entry.image, .titlebar.selection-mode .suggested-action:link, .titlebar.selection-mode GtkTreeView.suggested-action.view.expander, .titlebar.selection-mode .suggested-action.notebook.arrow, .titlebar.selection-mode GtkExpander.suggested-action,
    .header-bar.selection-mode .suggested-action.entry.image,
    .header-bar.selection-mode .suggested-action:link,
    .header-bar.selection-mode GtkTreeView.suggested-action.view.expander,
    .header-bar.selection-mode .suggested-action.notebook.arrow,
    .header-bar.selection-mode GtkExpander.suggested-action, GtkTreeView.suggested-action.view.expander, .notebook tab .suggested-action.button, .suggested-action.notebook.arrow, .scrollbar .suggested-action.button, GtkExpander.suggested-action, GtkCalendar.suggested-action.button, .message-dialog.csd .dialog-action-area .suggested-action.button, .scale-popup .suggested-action.button {
      outline-offset: -2px;
      box-shadow: none;
      background-color: alpha(currentColor,0);
      color: #2980b9; }
    .button.suggested-action:hover, .titlebar.selection-mode .suggested-action.button:hover,
    .header-bar.selection-mode .suggested-action.button:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor,0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0)); }
    .button.suggested-action.flat:hover, .suggested-action.entry.image:hover, .inline-toolbar .suggested-action.button:hover, .suggested-action:hover:link, .spinbutton .suggested-action.button:hover, .osd .toolbar .suggested-action.button:hover, .toolbar.osd .suggested-action.button:hover, .titlebar .suggested-action.button:hover,
    .header-bar .suggested-action.button:hover, .titlebar.selection-mode .suggested-action:hover:link, .titlebar.selection-mode GtkExpander.suggested-action:hover,
    .header-bar.selection-mode .suggested-action:hover:link,
    .header-bar.selection-mode GtkExpander.suggested-action:hover, GtkTreeView.suggested-action.view.expander:hover, .notebook tab .suggested-action.button:hover, .suggested-action.notebook.arrow:hover, .scrollbar .suggested-action.button:hover, GtkExpander.suggested-action:hover, GtkCalendar.suggested-action.button:hover, .message-dialog.csd .dialog-action-area .suggested-action.button:hover, .scale-popup .suggested-action.button:hover {
      outline-color: alpha(currentColor,0.1);
      box-shadow: none;
      background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor,0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0.1)); }
    .button.suggested-action:active, .titlebar.selection-mode .suggested-action.button:active,
    .header-bar.selection-mode .suggested-action.button:active {
      background-image: -gtk-gradient(radial, center center, 0, center center, 0.75, to(alpha(currentColor,0.2)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0)); }
    .button.suggested-action.flat:active, .suggested-action.entry.image:active, .inline-toolbar .suggested-action.button:active, .suggested-action:active:link, .spinbutton .suggested-action.button:active, .osd .toolbar .suggested-action.button:active, .toolbar.osd .suggested-action.button:active, .titlebar .suggested-action.button:active,
    .header-bar .suggested-action.button:active, .titlebar.selection-mode .suggested-action:active:link, .titlebar.selection-mode GtkExpander.suggested-action:active,
    .header-bar.selection-mode .suggested-action:active:link,
    .header-bar.selection-mode GtkExpander.suggested-action:active, GtkTreeView.suggested-action.view.expander:active, .notebook tab .suggested-action.button:active, .suggested-action.notebook.arrow:active, .scrollbar .suggested-action.button:active, GtkExpander.suggested-action:active, GtkCalendar.suggested-action.button:active, .message-dialog.csd .dialog-action-area .suggested-action.button:active, .scale-popup .suggested-action.button:active {
      outline-color: alpha(currentColor,0);
      background-image: -gtk-gradient(radial, center center, 0, center center, 0.75, to(alpha(currentColor,0.2)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0)); }
    .button.suggested-action:insensitive, .titlebar.selection-mode .suggested-action.button:insensitive,
    .header-bar.selection-mode .suggested-action.button:insensitive {
      box-shadow: none;
      background-color: alpha(currentColor,0.08);
      color: #eeeeee; }
      .button.suggested-action:insensitive > GtkLabel, .titlebar.selection-mode .suggested-action.button:insensitive > GtkLabel,
      .header-bar.selection-mode .suggested-action.button:insensitive > GtkLabel, .button.suggested-action:insensitive GtkImage, .titlebar.selection-mode .suggested-action.button:insensitive GtkImage,
      .header-bar.selection-mode .suggested-action.button:insensitive GtkImage {
        color: inherit; }
      .button.suggested-action:insensitive > GtkLabel, .titlebar.selection-mode .suggested-action.button:insensitive > GtkLabel,
      .header-bar.selection-mode .suggested-action.button:insensitive > GtkLabel, .button.suggested-action:insensitive GtkImage, .titlebar.selection-mode .suggested-action.button:insensitive GtkImage,
      .header-bar.selection-mode .suggested-action.button:insensitive GtkImage {
        opacity: 0.4; }
    .button.suggested-action:checked, .titlebar.selection-mode .suggested-action.button:checked,
    .header-bar.selection-mode .suggested-action.button:checked {
      background-color: #2980b9;
      color: #ffffff; }
    .button.suggested-action:backdrop > GtkLabel, .titlebar.selection-mode .suggested-action.button:backdrop > GtkLabel,
    .header-bar.selection-mode .suggested-action.button:backdrop > GtkLabel, .button.suggested-action:backdrop GtkImage, .titlebar.selection-mode .suggested-action.button:backdrop GtkImage,
    .header-bar.selection-mode .suggested-action.button:backdrop GtkImage {
      opacity: 0.8; }
    .button.suggested-action:backdrop:insensitive > GtkLabel, .titlebar.selection-mode .suggested-action.button:backdrop:insensitive > GtkLabel,
    .header-bar.selection-mode .suggested-action.button:backdrop:insensitive > GtkLabel, .button.suggested-action:backdrop:insensitive GtkImage {
      color: inherit; }
    .button.suggested-action:backdrop:insensitive > GtkLabel, .titlebar.selection-mode .suggested-action.button:backdrop:insensitive > GtkLabel,
    .header-bar.selection-mode .suggested-action.button:backdrop:insensitive > GtkLabel, .button.suggested-action:backdrop:insensitive GtkImage {
      opacity: 0.32; }
  .button.destructive-action, .titlebar.selection-mode .destructive-action.button.suggested-action,
  .header-bar.selection-mode .destructive-action.button.suggested-action {
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #c0392b;
    background-image: -gtk-gradient(radial, center center, 0, center center, 0.75, to(alpha(currentColor,0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0));
    color: #ffffff; }
    .button.destructive-action.flat, .destructive-action.entry.image, .inline-toolbar .destructive-action.button, .destructive-action:link, .spinbutton .destructive-action.button, .osd .toolbar .destructive-action.button, .toolbar.osd .destructive-action.button, .titlebar .destructive-action.button, .titlebar.selection-mode .destructive-action.button.suggested-action,
    .header-bar .destructive-action.button,
    .header-bar.selection-mode .destructive-action.button.suggested-action, .titlebar.selection-mode .destructive-action.suggested-action.entry.image, .titlebar.selection-mode .destructive-action.suggested-action:link, .titlebar.selection-mode GtkTreeView.destructive-action.suggested-action.view.expander, .titlebar.selection-mode .destructive-action.suggested-action.notebook.arrow, .titlebar.selection-mode GtkExpander.destructive-action.suggested-action,
    .header-bar.selection-mode .destructive-action.suggested-action.entry.image,
    .header-bar.selection-mode .destructive-action.suggested-action:link,
    .header-bar.selection-mode GtkTreeView.destructive-action.suggested-action.view.expander,
    .header-bar.selection-mode .destructive-action.suggested-action.notebook.arrow,
    .header-bar.selection-mode GtkExpander.destructive-action.suggested-action, GtkTreeView.destructive-action.view.expander, .notebook tab .destructive-action.button, .destructive-action.notebook.arrow, .scrollbar .destructive-action.button, GtkExpander.destructive-action, GtkCalendar.destructive-action.button, .message-dialog.csd .dialog-action-area .destructive-action.button, .scale-popup .destructive-action.button {
      outline-offset: -2px;
      box-shadow: none;
      background-color: alpha(currentColor,0);
      color: #c0392b; }
    .button.destructive-action:hover, .titlebar.selection-mode .destructive-action.button.suggested-action:hover,
    .header-bar.selection-mode .destructive-action.button.suggested-action:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor,0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0)); }
    .button.destructive-action.flat:hover, .destructive-action.entry.image:hover, .inline-toolbar .destructive-action.button:hover, .destructive-action:hover:link, .spinbutton .destructive-action.button:hover, .osd .toolbar .destructive-action.button:hover, .toolbar.osd .destructive-action.button:hover, .titlebar .destructive-action.button:hover,
    .header-bar .destructive-action.button:hover, .titlebar.selection-mode .destructive-action.suggested-action:hover:link, .titlebar.selection-mode GtkExpander.destructive-action.suggested-action:hover,
    .header-bar.selection-mode .destructive-action.suggested-action:hover:link,
    .header-bar.selection-mode GtkExpander.destructive-action.suggested-action:hover, GtkTreeView.destructive-action.view.expander:hover, .notebook tab .destructive-action.button:hover, .destructive-action.notebook.arrow:hover, .scrollbar .destructive-action.button:hover, GtkExpander.destructive-action:hover, GtkCalendar.destructive-action.button:hover, .message-dialog.csd .dialog-action-area .destructive-action.button:hover, .scale-popup .destructive-action.button:hover {
      outline-color: alpha(currentColor,0.1);
      box-shadow: none;
      background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor,0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0.1)); }
    .button.destructive-action:active, .titlebar.selection-mode .destructive-action.button.suggested-action:active,
    .header-bar.selection-mode .destructive-action.button.suggested-action:active {
      background-image: -gtk-gradient(radial, center center, 0, center center, 0.75, to(alpha(currentColor,0.2)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0)); }
    .button.destructive-action.flat:active, .destructive-action.entry.image:active, .inline-toolbar .destructive-action.button:active, .destructive-action:active:link, .spinbutton .destructive-action.button:active, .osd .toolbar .destructive-action.button:active, .toolbar.osd .destructive-action.button:active, .titlebar .destructive-action.button:active,
    .header-bar .destructive-action.button:active, .titlebar.selection-mode .destructive-action.suggested-action:active:link, .titlebar.selection-mode GtkExpander.destructive-action.suggested-action:active,
    .header-bar.selection-mode .destructive-action.suggested-action:active:link,
    .header-bar.selection-mode GtkExpander.destructive-action.suggested-action:active, GtkTreeView.destructive-action.view.expander:active, .notebook tab .destructive-action.button:active, .destructive-action.notebook.arrow:active, .scrollbar .destructive-action.button:active, GtkExpander.destructive-action:active, GtkCalendar.destructive-action.button:active, .message-dialog.csd .dialog-action-area .destructive-action.button:active, .scale-popup .destructive-action.button:active {
      outline-color: alpha(currentColor,0);
      background-image: -gtk-gradient(radial, center center, 0, center center, 0.75, to(alpha(currentColor,0.2)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0)); }
    .button.destructive-action:insensitive, .titlebar.selection-mode .destructive-action.button.suggested-action:insensitive,
    .header-bar.selection-mode .destructive-action.button.suggested-action:insensitive {
      box-shadow: none;
      background-color: alpha(currentColor,0.08);
      color: #eeeeee; }
      .button.destructive-action:insensitive > GtkLabel, .titlebar.selection-mode .destructive-action.button.suggested-action:insensitive > GtkLabel,
      .header-bar.selection-mode .destructive-action.button.suggested-action:insensitive > GtkLabel, .button.destructive-action:insensitive GtkImage, .titlebar.selection-mode .destructive-action.button.suggested-action:insensitive GtkImage,
      .header-bar.selection-mode .destructive-action.button.suggested-action:insensitive GtkImage {
        color: inherit; }
      .button.destructive-action:insensitive > GtkLabel, .titlebar.selection-mode .destructive-action.button.suggested-action:insensitive > GtkLabel,
      .header-bar.selection-mode .destructive-action.button.suggested-action:insensitive > GtkLabel, .button.destructive-action:insensitive GtkImage, .titlebar.selection-mode .destructive-action.button.suggested-action:insensitive GtkImage,
      .header-bar.selection-mode .destructive-action.button.suggested-action:insensitive GtkImage {
        opacity: 0.4; }
    .button.destructive-action:checked, .titlebar.selection-mode .destructive-action.button.suggested-action:checked,
    .header-bar.selection-mode .destructive-action.button.suggested-action:checked {
      background-color: #2980b9;
      color: #ffffff; }
    .button.destructive-action:backdrop > GtkLabel, .titlebar.selection-mode .destructive-action.button.suggested-action:backdrop > GtkLabel,
    .header-bar.selection-mode .destructive-action.button.suggested-action:backdrop > GtkLabel, .button.destructive-action:backdrop GtkImage, .titlebar.selection-mode .destructive-action.button.suggested-action:backdrop GtkImage,
    .header-bar.selection-mode .destructive-action.button.suggested-action:backdrop GtkImage {
      opacity: 0.8; }
    .button.destructive-action:backdrop:insensitive > GtkLabel, .titlebar.selection-mode .destructive-action.button.suggested-action:backdrop:insensitive > GtkLabel,
    .header-bar.selection-mode .destructive-action.button.suggested-action:backdrop:insensitive > GtkLabel, .button.destructive-action:backdrop:insensitive GtkImage {
      color: inherit; }
    .button.destructive-action:backdrop:insensitive > GtkLabel, .titlebar.selection-mode .destructive-action.button.suggested-action:backdrop:insensitive > GtkLabel,
    .header-bar.selection-mode .destructive-action.button.suggested-action:backdrop:insensitive > GtkLabel, .button.destructive-action:backdrop:insensitive GtkImage {
      opacity: 0.32; }
  .button.image-button, .inline-toolbar .button, .inline-toolbar .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .inline-toolbar .button.suggested-action,
  .inline-toolbar .header-bar.selection-mode .button.suggested-action,
  .header-bar.selection-mode .inline-toolbar .button.suggested-action, .inline-toolbar .button:backdrop, .spinbutton .button, .spinbutton .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .spinbutton .button.suggested-action,
  .spinbutton .header-bar.selection-mode .button.suggested-action,
  .header-bar.selection-mode .spinbutton .button.suggested-action, .titlebar.selection-mode .image-button.button.suggested-action, .titlebar.selection-mode .notebook tab .button.suggested-action, .notebook tab .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode GtkVolumeButton.button.suggested-action,
  .titlebar.selection-mode .button.suggested-action.titlebutton,
  .header-bar.selection-mode .image-button.button.suggested-action,
  .header-bar.selection-mode .notebook tab .button.suggested-action,
  .notebook tab .header-bar.selection-mode .button.suggested-action,
  .header-bar.selection-mode GtkVolumeButton.button.suggested-action,
  .header-bar.selection-mode .button.suggested-action.titlebutton, .notebook tab .button, GtkVolumeButton.button, .header-bar .button.titlebutton,
  .titlebar .button.titlebutton {
    outline-radius: 100px;
    padding: 10px;
    border-radius: 100px; }
  .button.text-button, .titlebar.selection-mode .text-button.button.suggested-action,
  .header-bar.selection-mode .text-button.button.suggested-action {
    padding-left: 20px;
    padding-right: 20px; }
  .button.text-button.image-button, .inline-toolbar .button.text-button, .inline-toolbar .titlebar.selection-mode .text-button.button.suggested-action, .titlebar.selection-mode .inline-toolbar .text-button.button.suggested-action,
  .inline-toolbar .header-bar.selection-mode .text-button.button.suggested-action,
  .header-bar.selection-mode .inline-toolbar .text-button.button.suggested-action, .spinbutton .button.text-button, .spinbutton .titlebar.selection-mode .text-button.button.suggested-action, .titlebar.selection-mode .spinbutton .text-button.button.suggested-action,
  .spinbutton .header-bar.selection-mode .text-button.button.suggested-action,
  .header-bar.selection-mode .spinbutton .text-button.button.suggested-action, .titlebar.selection-mode .text-button.image-button.button.suggested-action, .titlebar.selection-mode .notebook tab .text-button.button.suggested-action, .notebook tab .titlebar.selection-mode .text-button.button.suggested-action, .titlebar.selection-mode GtkVolumeButton.text-button.button.suggested-action,
  .header-bar.selection-mode .text-button.image-button.button.suggested-action,
  .header-bar.selection-mode .notebook tab .text-button.button.suggested-action,
  .notebook tab .header-bar.selection-mode .text-button.button.suggested-action,
  .header-bar.selection-mode GtkVolumeButton.text-button.button.suggested-action, .notebook tab .button.text-button, GtkVolumeButton.button.text-button, .header-bar .button.text-button.titlebutton,
  .titlebar .button.text-button.titlebutton {
    padding: 7px 10px 8px; }
    .button.text-button.image-button GtkLabel:first-child, .inline-toolbar .button.text-button GtkLabel:first-child, .spinbutton .button.text-button GtkLabel:first-child, .titlebar.selection-mode GtkVolumeButton.text-button.button.suggested-action GtkLabel:first-child,
    .header-bar.selection-mode GtkVolumeButton.text-button.button.suggested-action GtkLabel:first-child, .notebook tab .button.text-button GtkLabel:first-child, GtkVolumeButton.button.text-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child,
    .titlebar .button.text-button.titlebutton GtkLabel:first-child {
      padding-left: 8px; }
    .button.text-button.image-button GtkLabel:last-child, .inline-toolbar .button.text-button GtkLabel:last-child, .spinbutton .button.text-button GtkLabel:last-child, .titlebar.selection-mode GtkVolumeButton.text-button.button.suggested-action GtkLabel:last-child,
    .header-bar.selection-mode GtkVolumeButton.text-button.button.suggested-action GtkLabel:last-child, .notebook tab .button.text-button GtkLabel:last-child, GtkVolumeButton.button.text-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child,
    .titlebar .button.text-button.titlebutton GtkLabel:last-child {
      padding-right: 8px; }
  .stack-switcher > .button > GtkLabel, .titlebar.selection-mode .stack-switcher > .button.suggested-action > GtkLabel,
  .header-bar.selection-mode .stack-switcher > .button.suggested-action > GtkLabel {
    padding-left: 6px;
    padding-right: 6px; }
  .stack-switcher > .button > GtkImage, .titlebar.selection-mode .stack-switcher > .button.suggested-action > GtkImage,
  .header-bar.selection-mode .stack-switcher > .button.suggested-action > GtkImage {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px; }
  .stack-switcher > .button.text-button, .titlebar.selection-mode .stack-switcher > .text-button.button.suggested-action,
  .header-bar.selection-mode .stack-switcher > .text-button.button.suggested-action {
    padding: 7px 14px 8px; }
  .stack-switcher > .button.image-button, .inline-toolbar .stack-switcher > .button, .inline-toolbar .titlebar.selection-mode .stack-switcher > .button.suggested-action, .titlebar.selection-mode .inline-toolbar .stack-switcher > .button.suggested-action,
  .inline-toolbar .header-bar.selection-mode .stack-switcher > .button.suggested-action,
  .header-bar.selection-mode .inline-toolbar .stack-switcher > .button.suggested-action, .spinbutton .stack-switcher > .button, .spinbutton .titlebar.selection-mode .stack-switcher > .button.suggested-action, .titlebar.selection-mode .spinbutton .stack-switcher > .button.suggested-action,
  .spinbutton .header-bar.selection-mode .stack-switcher > .button.suggested-action,
  .header-bar.selection-mode .spinbutton .stack-switcher > .button.suggested-action, .titlebar.selection-mode .stack-switcher > .image-button.button.suggested-action, .titlebar.selection-mode .notebook tab .stack-switcher > .button.suggested-action, .notebook tab .titlebar.selection-mode .stack-switcher > .button.suggested-action, .titlebar.selection-mode .stack-switcher > GtkVolumeButton.button.suggested-action,
  .header-bar.selection-mode .stack-switcher > .image-button.button.suggested-action,
  .header-bar.selection-mode .notebook tab .stack-switcher > .button.suggested-action,
  .notebook tab .header-bar.selection-mode .stack-switcher > .button.suggested-action,
  .header-bar.selection-mode .stack-switcher > GtkVolumeButton.button.suggested-action, .notebook tab .stack-switcher > .button, .stack-switcher > GtkVolumeButton.button, .header-bar .stack-switcher > .button.titlebutton,
  .titlebar .stack-switcher > .button.titlebutton {
    padding: 7px 4px; }
  .stack-switcher > .button.needs-attention > GtkLabel, .titlebar.selection-mode .stack-switcher > .needs-attention.button.suggested-action > GtkLabel,
  .header-bar.selection-mode .stack-switcher > .needs-attention.button.suggested-action > GtkLabel, .stack-switcher > .button.needs-attention > GtkImage, .titlebar.selection-mode .stack-switcher > .needs-attention.button.suggested-action > GtkImage,
  .header-bar.selection-mode .stack-switcher > .needs-attention.button.suggested-action > GtkImage {
    animation: needs_attention 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background-repeat: no-repeat;
    background-position: right 3px;
    background-size: 6px 6px; }
    .stack-switcher > .button.needs-attention > GtkLabel:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl) {
      background-position: left 3px; }
  .stack-switcher > .button.needs-attention:active > GtkLabel, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > GtkLabel, .stack-switcher > .button.needs-attention:checked > GtkImage {
    animation: none;
    background-image: none; }
  .primary-toolbar .button, .primary-toolbar .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .primary-toolbar .button.suggested-action,
  .primary-toolbar .header-bar.selection-mode .button.suggested-action,
  .header-bar.selection-mode .primary-toolbar .button.suggested-action {
    icon-shadow: none; }
  .linked .button.flat, .linked .entry.image, .linked .inline-toolbar .button, .inline-toolbar .linked .button, .linked *:link, .linked .spinbutton .button, .spinbutton .linked .button, .linked .osd .toolbar .button, .osd .toolbar .linked .button, .linked .toolbar.osd .button, .toolbar.osd .linked .button, .linked .titlebar .button, .titlebar .linked .button, .linked .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .linked .button.suggested-action,
  .linked .header-bar .button,
  .header-bar .linked .button,
  .linked .header-bar.selection-mode .button.suggested-action,
  .header-bar.selection-mode .linked .button.suggested-action, .linked .titlebar.selection-mode .suggested-action.entry.image, .titlebar.selection-mode .linked .suggested-action.entry.image, .linked .titlebar.selection-mode .suggested-action:link, .titlebar.selection-mode .linked .suggested-action:link, .linked .titlebar.selection-mode GtkTreeView.suggested-action.view.expander, .titlebar.selection-mode .linked GtkTreeView.suggested-action.view.expander, .linked .titlebar.selection-mode .suggested-action.notebook.arrow, .titlebar.selection-mode .linked .suggested-action.notebook.arrow, .linked .titlebar.selection-mode GtkExpander.suggested-action, .titlebar.selection-mode .linked GtkExpander.suggested-action,
  .linked .header-bar.selection-mode .suggested-action.entry.image,
  .header-bar.selection-mode .linked .suggested-action.entry.image,
  .linked .header-bar.selection-mode .suggested-action:link,
  .header-bar.selection-mode .linked .suggested-action:link,
  .linked .header-bar.selection-mode GtkTreeView.suggested-action.view.expander,
  .header-bar.selection-mode .linked GtkTreeView.suggested-action.view.expander,
  .linked .header-bar.selection-mode .suggested-action.notebook.arrow,
  .header-bar.selection-mode .linked .suggested-action.notebook.arrow,
  .linked .header-bar.selection-mode GtkExpander.suggested-action,
  .header-bar.selection-mode .linked GtkExpander.suggested-action, .linked GtkTreeView.view.expander, .linked .notebook tab .button, .notebook tab .linked .button, .linked .notebook.arrow, .linked .scrollbar .button, .scrollbar .linked .button, .linked GtkExpander, .linked GtkCalendar.button, .linked .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .linked .button, .linked .scale-popup .button, .scale-popup .linked .button, .linked.vertical .button.flat, .linked.vertical .entry.image, .linked.vertical .inline-toolbar .button, .inline-toolbar .linked.vertical .button, .linked.vertical *:link, .linked.vertical .spinbutton .button, .spinbutton .linked.vertical .button, .linked.vertical .osd .toolbar .button, .osd .toolbar .linked.vertical .button, .linked.vertical .toolbar.osd .button, .toolbar.osd .linked.vertical .button, .linked.vertical .titlebar .button, .titlebar .linked.vertical .button,
  .linked.vertical .header-bar .button,
  .header-bar .linked.vertical .button, .linked.vertical .titlebar.selection-mode .suggested-action:link, .titlebar.selection-mode .linked.vertical .suggested-action:link, .linked.vertical .titlebar.selection-mode GtkExpander.suggested-action, .titlebar.selection-mode .linked.vertical GtkExpander.suggested-action,
  .linked.vertical .header-bar.selection-mode .suggested-action:link,
  .header-bar.selection-mode .linked.vertical .suggested-action:link,
  .linked.vertical .header-bar.selection-mode GtkExpander.suggested-action,
  .header-bar.selection-mode .linked.vertical GtkExpander.suggested-action, .linked.vertical GtkTreeView.view.expander, .linked.vertical .notebook tab .button, .notebook tab .linked.vertical .button, .linked.vertical .notebook.arrow, .linked.vertical .scrollbar .button, .scrollbar .linked.vertical .button, .linked.vertical GtkExpander, .linked.vertical GtkCalendar.button, .linked.vertical .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .linked.vertical .button, .linked.vertical .scale-popup .button, .scale-popup .linked.vertical .button {
    outline-radius: 2px;
    border-radius: 2px; }
  .linked .button.image-button:only-child, .linked .inline-toolbar .button:only-child, .inline-toolbar .linked .button:only-child, .linked .spinbutton .button:only-child, .spinbutton .linked .button:only-child, .linked .titlebar.selection-mode GtkVolumeButton.button.suggested-action:only-child, .titlebar.selection-mode .linked GtkVolumeButton.button.suggested-action:only-child,
  .linked .header-bar.selection-mode GtkVolumeButton.button.suggested-action:only-child,
  .header-bar.selection-mode .linked GtkVolumeButton.button.suggested-action:only-child, .linked .notebook tab .button:only-child, .notebook tab .linked .button:only-child, .linked GtkVolumeButton.button:only-child, .linked .header-bar .button.titlebutton:only-child, .header-bar .linked .button.titlebutton:only-child,
  .linked .titlebar .button.titlebutton:only-child,
  .titlebar .linked .button.titlebutton:only-child, .linked.vertical .button.image-button:only-child, .linked.vertical .inline-toolbar .button:only-child, .inline-toolbar .linked.vertical .button:only-child, .linked.vertical .spinbutton .button:only-child, .spinbutton .linked.vertical .button:only-child, .linked.vertical .titlebar.selection-mode GtkVolumeButton.button.suggested-action:only-child, .titlebar.selection-mode .linked.vertical GtkVolumeButton.button.suggested-action:only-child,
  .linked.vertical .header-bar.selection-mode GtkVolumeButton.button.suggested-action:only-child,
  .header-bar.selection-mode .linked.vertical GtkVolumeButton.button.suggested-action:only-child, .linked.vertical .notebook tab .button:only-child, .notebook tab .linked.vertical .button:only-child, .linked.vertical GtkVolumeButton.button:only-child, .linked.vertical .header-bar .button.titlebutton:only-child, .header-bar .linked.vertical .button.titlebutton:only-child,
  .linked.vertical .titlebar .button.titlebutton:only-child,
  .titlebar .linked.vertical .button.titlebutton:only-child, .linked .button.image-button.flat, .linked .image-button.entry.image, .linked .inline-toolbar .entry.image.button, .inline-toolbar .linked .entry.image.button, .linked .spinbutton .entry.image.button, .spinbutton .linked .entry.image.button, .linked .notebook tab .entry.image.button, .notebook tab .linked .entry.image.button, .linked GtkVolumeButton.entry.image.button, .linked .titlebar.selection-mode GtkVolumeButton.entry.image.button.suggested-action, .titlebar.selection-mode .linked GtkVolumeButton.entry.image.button.suggested-action,
  .linked .header-bar.selection-mode GtkVolumeButton.entry.image.button.suggested-action,
  .header-bar.selection-mode .linked GtkVolumeButton.entry.image.button.suggested-action, .linked .header-bar .entry.image.button.titlebutton, .header-bar .linked .entry.image.button.titlebutton,
  .linked .titlebar .entry.image.button.titlebutton,
  .titlebar .linked .entry.image.button.titlebutton, .linked .inline-toolbar .button, .inline-toolbar .linked .button, .linked .inline-toolbar .titlebar.selection-mode .button.suggested-action, .inline-toolbar .titlebar.selection-mode .linked .button.suggested-action, .linked .titlebar.selection-mode .inline-toolbar .button.suggested-action, .titlebar.selection-mode .inline-toolbar .linked .button.suggested-action,
  .linked .inline-toolbar .header-bar.selection-mode .button.suggested-action,
  .inline-toolbar .header-bar.selection-mode .linked .button.suggested-action,
  .linked .header-bar.selection-mode .inline-toolbar .button.suggested-action,
  .header-bar.selection-mode .inline-toolbar .linked .button.suggested-action, .linked .inline-toolbar .button:backdrop, .inline-toolbar .linked .button:backdrop, .linked .inline-toolbar .titlebar.selection-mode .button.suggested-action:backdrop, .inline-toolbar .titlebar.selection-mode .linked .button.suggested-action:backdrop, .linked .titlebar.selection-mode .inline-toolbar .button.suggested-action:backdrop, .titlebar.selection-mode .inline-toolbar .linked .button.suggested-action:backdrop,
  .linked .inline-toolbar .header-bar.selection-mode .button.suggested-action:backdrop,
  .inline-toolbar .header-bar.selection-mode .linked .button.suggested-action:backdrop,
  .linked .header-bar.selection-mode .inline-toolbar .button.suggested-action:backdrop,
  .header-bar.selection-mode .inline-toolbar .linked .button.suggested-action:backdrop, .linked .image-button.menuitem.button.flat, .linked .inline-toolbar .menuitem.button, .inline-toolbar .linked .menuitem.button, .linked .inline-toolbar .titlebar.selection-mode .menuitem.button.suggested-action, .inline-toolbar .titlebar.selection-mode .linked .menuitem.button.suggested-action, .linked .titlebar.selection-mode .inline-toolbar .menuitem.button.suggested-action, .titlebar.selection-mode .inline-toolbar .linked .menuitem.button.suggested-action,
  .linked .inline-toolbar .header-bar.selection-mode .menuitem.button.suggested-action,
  .inline-toolbar .header-bar.selection-mode .linked .menuitem.button.suggested-action,
  .linked .header-bar.selection-mode .inline-toolbar .menuitem.button.suggested-action,
  .header-bar.selection-mode .inline-toolbar .linked .menuitem.button.suggested-action, .linked .spinbutton .menuitem.button, .spinbutton .linked .menuitem.button, .linked .spinbutton .titlebar.selection-mode .menuitem.button.suggested-action, .spinbutton .titlebar.selection-mode .linked .menuitem.button.suggested-action, .linked .titlebar.selection-mode .spinbutton .menuitem.button.suggested-action, .titlebar.selection-mode .spinbutton .linked .menuitem.button.suggested-action,
  .linked .spinbutton .header-bar.selection-mode .menuitem.button.suggested-action,
  .spinbutton .header-bar.selection-mode .linked .menuitem.button.suggested-action,
  .linked .header-bar.selection-mode .spinbutton .menuitem.button.suggested-action,
  .header-bar.selection-mode .spinbutton .linked .menuitem.button.suggested-action, .linked .titlebar.selection-mode .notebook tab .menuitem.suggested-action.button, .titlebar.selection-mode .notebook tab .linked .menuitem.suggested-action.button, .linked .notebook tab .titlebar.selection-mode .menuitem.suggested-action.button, .notebook tab .titlebar.selection-mode .linked .menuitem.suggested-action.button, .linked .titlebar.selection-mode GtkVolumeButton.menuitem.flat.button.suggested-action, .titlebar.selection-mode .linked GtkVolumeButton.menuitem.flat.button.suggested-action,
  .linked .header-bar.selection-mode .notebook tab .menuitem.suggested-action.button,
  .header-bar.selection-mode .notebook tab .linked .menuitem.suggested-action.button,
  .linked .notebook tab .header-bar.selection-mode .menuitem.suggested-action.button,
  .notebook tab .header-bar.selection-mode .linked .menuitem.suggested-action.button,
  .linked .header-bar.selection-mode GtkVolumeButton.menuitem.flat.button.suggested-action,
  .header-bar.selection-mode .linked GtkVolumeButton.menuitem.flat.button.suggested-action, .linked .notebook tab .menuitem.button, .notebook tab .linked .menuitem.button, .linked GtkVolumeButton.menuitem.button.flat, .linked .header-bar .menuitem.button.titlebutton, .header-bar .linked .menuitem.button.titlebutton,
  .linked .titlebar .menuitem.button.titlebutton,
  .titlebar .linked .menuitem.button.titlebutton, .linked .image-button:link, .linked .inline-toolbar .button:link, .inline-toolbar .linked .button:link, .linked .inline-toolbar .titlebar.selection-mode .button.suggested-action:link, .inline-toolbar .titlebar.selection-mode .linked .button.suggested-action:link, .linked .titlebar.selection-mode .inline-toolbar .button.suggested-action:link, .titlebar.selection-mode .inline-toolbar .linked .button.suggested-action:link,
  .linked .inline-toolbar .header-bar.selection-mode .button.suggested-action:link,
  .inline-toolbar .header-bar.selection-mode .linked .button.suggested-action:link,
  .linked .header-bar.selection-mode .inline-toolbar .button.suggested-action:link,
  .header-bar.selection-mode .inline-toolbar .linked .button.suggested-action:link, .linked .spinbutton .button:link, .spinbutton .linked .button:link, .linked .spinbutton .titlebar.selection-mode .button.suggested-action:link, .spinbutton .titlebar.selection-mode .linked .button.suggested-action:link, .linked .titlebar.selection-mode .spinbutton .button.suggested-action:link, .titlebar.selection-mode .spinbutton .linked .button.suggested-action:link,
  .linked .spinbutton .header-bar.selection-mode .button.suggested-action:link,
  .spinbutton .header-bar.selection-mode .linked .button.suggested-action:link,
  .linked .header-bar.selection-mode .spinbutton .button.suggested-action:link,
  .header-bar.selection-mode .spinbutton .linked .button.suggested-action:link, .linked .notebook tab .button:link, .notebook tab .linked .button:link, .linked .notebook tab .titlebar.selection-mode .button.suggested-action:link, .notebook tab .titlebar.selection-mode .linked .button.suggested-action:link, .linked .titlebar.selection-mode .notebook tab .button.suggested-action:link, .titlebar.selection-mode .notebook tab .linked .button.suggested-action:link,
  .linked .notebook tab .header-bar.selection-mode .button.suggested-action:link,
  .notebook tab .header-bar.selection-mode .linked .button.suggested-action:link,
  .linked .header-bar.selection-mode .notebook tab .button.suggested-action:link,
  .header-bar.selection-mode .notebook tab .linked .button.suggested-action:link, .linked GtkVolumeButton.button:link, .linked .titlebar.selection-mode GtkVolumeButton.button.suggested-action:link, .titlebar.selection-mode .linked GtkVolumeButton.button.suggested-action:link,
  .linked .header-bar.selection-mode GtkVolumeButton.button.suggested-action:link,
  .header-bar.selection-mode .linked GtkVolumeButton.button.suggested-action:link, .linked .header-bar .button.titlebutton:link, .header-bar .linked .button.titlebutton:link,
  .linked .titlebar .button.titlebutton:link,
  .titlebar .linked .button.titlebutton:link, .linked .spinbutton .button, .spinbutton .linked .button, .linked .spinbutton .titlebar.selection-mode .button.suggested-action, .spinbutton .titlebar.selection-mode .linked .button.suggested-action, .linked .titlebar.selection-mode .spinbutton .button.suggested-action, .titlebar.selection-mode .spinbutton .linked .button.suggested-action,
  .linked .spinbutton .header-bar.selection-mode .button.suggested-action,
  .spinbutton .header-bar.selection-mode .linked .button.suggested-action,
  .linked .header-bar.selection-mode .spinbutton .button.suggested-action,
  .header-bar.selection-mode .spinbutton .linked .button.suggested-action, .linked .osd .toolbar .image-button.button, .osd .toolbar .linked .image-button.button, .linked .osd .toolbar .inline-toolbar .button, .osd .toolbar .inline-toolbar .linked .button, .linked .inline-toolbar .osd .toolbar .button, .inline-toolbar .osd .toolbar .linked .button, .linked .osd .toolbar .spinbutton .button, .osd .toolbar .spinbutton .linked .button, .linked .spinbutton .osd .toolbar .button, .spinbutton .osd .toolbar .linked .button, .linked .osd .toolbar .titlebar.selection-mode GtkVolumeButton.button.suggested-action, .osd .toolbar .titlebar.selection-mode .linked GtkVolumeButton.button.suggested-action, .linked .titlebar.selection-mode .osd .toolbar GtkVolumeButton.button.suggested-action, .titlebar.selection-mode .osd .toolbar .linked GtkVolumeButton.button.suggested-action,
  .linked .osd .toolbar .header-bar.selection-mode GtkVolumeButton.button.suggested-action,
  .osd .toolbar .header-bar.selection-mode .linked GtkVolumeButton.button.suggested-action,
  .linked .header-bar.selection-mode .osd .toolbar GtkVolumeButton.button.suggested-action,
  .header-bar.selection-mode .osd .toolbar .linked GtkVolumeButton.button.suggested-action, .linked .osd .toolbar .notebook tab .button, .osd .toolbar .notebook tab .linked .button, .linked .notebook tab .osd .toolbar .button, .notebook tab .osd .toolbar .linked .button, .linked .osd .toolbar GtkVolumeButton.button, .osd .toolbar .linked GtkVolumeButton.button, .linked .osd .toolbar .header-bar .button.titlebutton, .osd .toolbar .header-bar .linked .button.titlebutton, .linked .header-bar .osd .toolbar .button.titlebutton, .header-bar .osd .toolbar .linked .button.titlebutton,
  .linked .osd .toolbar .titlebar .button.titlebutton,
  .osd .toolbar .titlebar .linked .button.titlebutton,
  .linked .titlebar .osd .toolbar .button.titlebutton,
  .titlebar .osd .toolbar .linked .button.titlebutton, .linked .toolbar.osd .image-button.button, .toolbar.osd .linked .image-button.button, .linked .toolbar.osd .inline-toolbar .button, .toolbar.osd .inline-toolbar .linked .button, .linked .inline-toolbar .toolbar.osd .button, .inline-toolbar .toolbar.osd .linked .button, .linked .toolbar.osd .spinbutton .button, .toolbar.osd .spinbutton .linked .button, .linked .spinbutton .toolbar.osd .button, .spinbutton .toolbar.osd .linked .button, .linked .toolbar.osd .titlebar.selection-mode GtkVolumeButton.button.suggested-action, .toolbar.osd .titlebar.selection-mode .linked GtkVolumeButton.button.suggested-action, .linked .titlebar.selection-mode .toolbar.osd GtkVolumeButton.button.suggested-action, .titlebar.selection-mode .toolbar.osd .linked GtkVolumeButton.button.suggested-action,
  .linked .toolbar.osd .header-bar.selection-mode GtkVolumeButton.button.suggested-action,
  .toolbar.osd .header-bar.selection-mode .linked GtkVolumeButton.button.suggested-action,
  .linked .header-bar.selection-mode .toolbar.osd GtkVolumeButton.button.suggested-action,
  .header-bar.selection-mode .toolbar.osd .linked GtkVolumeButton.button.suggested-action, .linked .toolbar.osd .notebook tab .button, .toolbar.osd .notebook tab .linked .button, .linked .notebook tab .toolbar.osd .button, .notebook tab .toolbar.osd .linked .button, .linked .toolbar.osd GtkVolumeButton.button, .toolbar.osd .linked GtkVolumeButton.button, .linked .toolbar.osd .header-bar .button.titlebutton, .toolbar.osd .header-bar .linked .button.titlebutton, .linked .header-bar .toolbar.osd .button.titlebutton, .header-bar .toolbar.osd .linked .button.titlebutton,
  .linked .toolbar.osd .titlebar .button.titlebutton,
  .toolbar.osd .titlebar .linked .button.titlebutton,
  .linked .titlebar .toolbar.osd .button.titlebutton,
  .titlebar .toolbar.osd .linked .button.titlebutton, .linked .titlebar .image-button.button, .titlebar .linked .image-button.button, .linked .titlebar .inline-toolbar .button, .titlebar .inline-toolbar .linked .button, .linked .inline-toolbar .titlebar .button, .inline-toolbar .titlebar .linked .button,
  .linked .titlebar .inline-toolbar .header-bar.selection-mode .button.suggested-action,
  .titlebar .inline-toolbar .header-bar.selection-mode .linked .button.suggested-action,
  .linked .inline-toolbar .header-bar.selection-mode .titlebar .button.suggested-action,
  .inline-toolbar .header-bar.selection-mode .titlebar .linked .button.suggested-action,
  .linked .titlebar .header-bar.selection-mode .inline-toolbar .button.suggested-action,
  .titlebar .header-bar.selection-mode .inline-toolbar .linked .button.suggested-action,
  .linked .header-bar.selection-mode .inline-toolbar .titlebar .button.suggested-action,
  .header-bar.selection-mode .inline-toolbar .titlebar .linked .button.suggested-action, .linked .titlebar .spinbutton .button, .titlebar .spinbutton .linked .button, .linked .spinbutton .titlebar .button, .spinbutton .titlebar .linked .button,
  .linked .titlebar .spinbutton .header-bar.selection-mode .button.suggested-action,
  .titlebar .spinbutton .header-bar.selection-mode .linked .button.suggested-action,
  .linked .spinbutton .header-bar.selection-mode .titlebar .button.suggested-action,
  .spinbutton .header-bar.selection-mode .titlebar .linked .button.suggested-action,
  .linked .titlebar .header-bar.selection-mode .spinbutton .button.suggested-action,
  .titlebar .header-bar.selection-mode .spinbutton .linked .button.suggested-action,
  .linked .header-bar.selection-mode .spinbutton .titlebar .button.suggested-action,
  .header-bar.selection-mode .spinbutton .titlebar .linked .button.suggested-action, .linked .titlebar.selection-mode .image-button.button.suggested-action, .titlebar.selection-mode .linked .image-button.button.suggested-action, .linked .titlebar.selection-mode .notebook tab .button.suggested-action, .titlebar.selection-mode .notebook tab .linked .button.suggested-action, .linked .notebook tab .titlebar.selection-mode .button.suggested-action, .notebook tab .titlebar.selection-mode .linked .button.suggested-action, .linked .titlebar.selection-mode GtkVolumeButton.button.suggested-action, .titlebar.selection-mode .linked GtkVolumeButton.button.suggested-action,
  .linked .titlebar.selection-mode .button.suggested-action.titlebutton,
  .titlebar.selection-mode .linked .button.suggested-action.titlebutton,
  .linked .titlebar .header-bar.selection-mode .image-button.button.suggested-action,
  .titlebar .header-bar.selection-mode .linked .image-button.button.suggested-action,
  .linked .header-bar.selection-mode .titlebar .image-button.button.suggested-action,
  .header-bar.selection-mode .titlebar .linked .image-button.button.suggested-action,
  .linked .titlebar .header-bar.selection-mode .notebook tab .button.suggested-action,
  .titlebar .header-bar.selection-mode .notebook tab .linked .button.suggested-action,
  .linked .header-bar.selection-mode .notebook tab .titlebar .button.suggested-action,
  .header-bar.selection-mode .notebook tab .titlebar .linked .button.suggested-action,
  .linked .titlebar .notebook tab .header-bar.selection-mode .button.suggested-action,
  .titlebar .notebook tab .header-bar.selection-mode .linked .button.suggested-action,
  .linked .notebook tab .header-bar.selection-mode .titlebar .button.suggested-action,
  .notebook tab .header-bar.selection-mode .titlebar .linked .button.suggested-action,
  .linked .titlebar .header-bar.selection-mode GtkVolumeButton.button.suggested-action,
  .titlebar .header-bar.selection-mode .linked GtkVolumeButton.button.suggested-action,
  .linked .header-bar.selection-mode .titlebar GtkVolumeButton.button.suggested-action,
  .header-bar.selection-mode .titlebar .linked GtkVolumeButton.button.suggested-action, .linked .titlebar .notebook tab .button, .titlebar .notebook tab .linked .button, .linked .notebook tab .titlebar .button, .notebook tab .titlebar .linked .button, .linked .titlebar GtkVolumeButton.button, .titlebar .linked GtkVolumeButton.button,
  .linked .titlebar .button.titlebutton,
  .titlebar .linked .button.titlebutton,
  .linked .titlebar .header-bar.selection-mode .titlebutton.button.suggested-action,
  .titlebar .header-bar.selection-mode .linked .titlebutton.button.suggested-action,
  .linked .header-bar.selection-mode .titlebar .titlebutton.button.suggested-action,
  .header-bar.selection-mode .titlebar .linked .titlebutton.button.suggested-action,
  .linked .header-bar .image-button.button,
  .header-bar .linked .image-button.button,
  .linked .header-bar .inline-toolbar .button,
  .header-bar .inline-toolbar .linked .button,
  .linked .inline-toolbar .header-bar .button,
  .inline-toolbar .header-bar .linked .button,
  .linked .header-bar .inline-toolbar .titlebar.selection-mode .button.suggested-action,
  .header-bar .inline-toolbar .titlebar.selection-mode .linked .button.suggested-action,
  .linked .inline-toolbar .titlebar.selection-mode .header-bar .button.suggested-action,
  .inline-toolbar .titlebar.selection-mode .header-bar .linked .button.suggested-action,
  .linked .header-bar .titlebar.selection-mode .inline-toolbar .button.suggested-action,
  .header-bar .titlebar.selection-mode .inline-toolbar .linked .button.suggested-action,
  .linked .titlebar.selection-mode .inline-toolbar .header-bar .button.suggested-action,
  .titlebar.selection-mode .inline-toolbar .header-bar .linked .button.suggested-action,
  .linked .header-bar .spinbutton .button,
  .header-bar .spinbutton .linked .button,
  .linked .spinbutton .header-bar .button,
  .spinbutton .header-bar .linked .button,
  .linked .header-bar .spinbutton .titlebar.selection-mode .button.suggested-action,
  .header-bar .spinbutton .titlebar.selection-mode .linked .button.suggested-action,
  .linked .spinbutton .titlebar.selection-mode .header-bar .button.suggested-action,
  .spinbutton .titlebar.selection-mode .header-bar .linked .button.suggested-action,
  .linked .header-bar .titlebar.selection-mode .spinbutton .button.suggested-action,
  .header-bar .titlebar.selection-mode .spinbutton .linked .button.suggested-action,
  .linked .titlebar.selection-mode .spinbutton .header-bar .button.suggested-action,
  .titlebar.selection-mode .spinbutton .header-bar .linked .button.suggested-action,
  .linked .header-bar .titlebar.selection-mode .image-button.button.suggested-action,
  .header-bar .titlebar.selection-mode .linked .image-button.button.suggested-action,
  .linked .titlebar.selection-mode .header-bar .image-button.button.suggested-action,
  .titlebar.selection-mode .header-bar .linked .image-button.button.suggested-action,
  .linked .header-bar .titlebar.selection-mode .notebook tab .button.suggested-action,
  .header-bar .titlebar.selection-mode .notebook tab .linked .button.suggested-action,
  .linked .titlebar.selection-mode .notebook tab .header-bar .button.suggested-action,
  .titlebar.selection-mode .notebook tab .header-bar .linked .button.suggested-action,
  .linked .header-bar .notebook tab .titlebar.selection-mode .button.suggested-action,
  .header-bar .notebook tab .titlebar.selection-mode .linked .button.suggested-action,
  .linked .notebook tab .titlebar.selection-mode .header-bar .button.suggested-action,
  .notebook tab .titlebar.selection-mode .header-bar .linked .button.suggested-action,
  .linked .header-bar .titlebar.selection-mode GtkVolumeButton.button.suggested-action,
  .header-bar .titlebar.selection-mode .linked GtkVolumeButton.button.suggested-action,
  .linked .titlebar.selection-mode .header-bar GtkVolumeButton.button.suggested-action,
  .titlebar.selection-mode .header-bar .linked GtkVolumeButton.button.suggested-action,
  .linked .header-bar.selection-mode .image-button.button.suggested-action,
  .header-bar.selection-mode .linked .image-button.button.suggested-action,
  .linked .header-bar.selection-mode .notebook tab .button.suggested-action,
  .header-bar.selection-mode .notebook tab .linked .button.suggested-action,
  .linked .notebook tab .header-bar.selection-mode .button.suggested-action,
  .notebook tab .header-bar.selection-mode .linked .button.suggested-action,
  .linked .header-bar.selection-mode GtkVolumeButton.button.suggested-action,
  .header-bar.selection-mode .linked GtkVolumeButton.button.suggested-action,
  .linked .header-bar.selection-mode .button.suggested-action.titlebutton,
  .header-bar.selection-mode .linked .button.suggested-action.titlebutton,
  .linked .header-bar .notebook tab .button,
  .header-bar .notebook tab .linked .button,
  .linked .notebook tab .header-bar .button,
  .notebook tab .header-bar .linked .button,
  .linked .header-bar GtkVolumeButton.button,
  .header-bar .linked GtkVolumeButton.button,
  .linked .header-bar .button.titlebutton,
  .header-bar .linked .button.titlebutton, .linked .titlebar.selection-mode .image-button.flat.button.suggested-action, .titlebar.selection-mode .linked .image-button.flat.button.suggested-action, .linked .titlebar.selection-mode .image-button.suggested-action.entry.image, .titlebar.selection-mode .linked .image-button.suggested-action.entry.image, .linked .titlebar.selection-mode .inline-toolbar .suggested-action.entry.image.button, .titlebar.selection-mode .inline-toolbar .linked .suggested-action.entry.image.button, .linked .inline-toolbar .titlebar.selection-mode .suggested-action.entry.image.button, .inline-toolbar .titlebar.selection-mode .linked .suggested-action.entry.image.button, .linked .titlebar.selection-mode .spinbutton .suggested-action.entry.image.button, .titlebar.selection-mode .spinbutton .linked .suggested-action.entry.image.button, .linked .spinbutton .titlebar.selection-mode .suggested-action.entry.image.button, .spinbutton .titlebar.selection-mode .linked .suggested-action.entry.image.button, .linked .titlebar.selection-mode .notebook tab .suggested-action.entry.image.button, .titlebar.selection-mode .notebook tab .linked .suggested-action.entry.image.button, .linked .notebook tab .titlebar.selection-mode .suggested-action.entry.image.button, .notebook tab .titlebar.selection-mode .linked .suggested-action.entry.image.button, .linked .titlebar.selection-mode .header-bar .suggested-action.entry.image.button.titlebutton, .titlebar.selection-mode .header-bar .linked .suggested-action.entry.image.button.titlebutton, .linked .header-bar .titlebar.selection-mode .suggested-action.entry.image.button.titlebutton, .header-bar .titlebar.selection-mode .linked .suggested-action.entry.image.button.titlebutton,
  .linked .titlebar.selection-mode .suggested-action.entry.image.button.titlebutton,
  .titlebar.selection-mode .linked .suggested-action.entry.image.button.titlebutton, .linked .titlebar.selection-mode .image-button.suggested-action.menuitem.button.flat, .titlebar.selection-mode .linked .image-button.suggested-action.menuitem.button.flat, .linked .titlebar.selection-mode .header-bar .suggested-action.menuitem.button.titlebutton, .titlebar.selection-mode .header-bar .linked .suggested-action.menuitem.button.titlebutton, .linked .header-bar .titlebar.selection-mode .suggested-action.menuitem.button.titlebutton, .header-bar .titlebar.selection-mode .linked .suggested-action.menuitem.button.titlebutton,
  .linked .titlebar.selection-mode .suggested-action.menuitem.button.titlebutton,
  .titlebar.selection-mode .linked .suggested-action.menuitem.button.titlebutton, .linked .titlebar.selection-mode .image-button.suggested-action:link, .titlebar.selection-mode .linked .image-button.suggested-action:link, .linked .titlebar.selection-mode .header-bar .suggested-action.button.titlebutton:link, .titlebar.selection-mode .header-bar .linked .suggested-action.button.titlebutton:link, .linked .header-bar .titlebar.selection-mode .suggested-action.button.titlebutton:link, .header-bar .titlebar.selection-mode .linked .suggested-action.button.titlebutton:link,
  .linked .titlebar.selection-mode .suggested-action.button.titlebutton:link,
  .titlebar.selection-mode .linked .suggested-action.button.titlebutton:link, .linked .titlebar.selection-mode .osd .toolbar .image-button.suggested-action.button, .titlebar.selection-mode .osd .toolbar .linked .image-button.suggested-action.button, .linked .osd .toolbar .titlebar.selection-mode .image-button.suggested-action.button, .osd .toolbar .titlebar.selection-mode .linked .image-button.suggested-action.button, .linked .titlebar.selection-mode .osd .toolbar .inline-toolbar .suggested-action.button, .titlebar.selection-mode .osd .toolbar .inline-toolbar .linked .suggested-action.button, .linked .osd .toolbar .inline-toolbar .titlebar.selection-mode .suggested-action.button, .osd .toolbar .inline-toolbar .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .inline-toolbar .osd .toolbar .suggested-action.button, .titlebar.selection-mode .inline-toolbar .osd .toolbar .linked .suggested-action.button, .linked .inline-toolbar .osd .toolbar .titlebar.selection-mode .suggested-action.button, .inline-toolbar .osd .toolbar .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .osd .toolbar .spinbutton .suggested-action.button, .titlebar.selection-mode .osd .toolbar .spinbutton .linked .suggested-action.button, .linked .osd .toolbar .spinbutton .titlebar.selection-mode .suggested-action.button, .osd .toolbar .spinbutton .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .spinbutton .osd .toolbar .suggested-action.button, .titlebar.selection-mode .spinbutton .osd .toolbar .linked .suggested-action.button, .linked .spinbutton .osd .toolbar .titlebar.selection-mode .suggested-action.button, .spinbutton .osd .toolbar .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .osd .toolbar .notebook tab .suggested-action.button, .titlebar.selection-mode .osd .toolbar .notebook tab .linked .suggested-action.button, .linked .osd .toolbar .notebook tab .titlebar.selection-mode .suggested-action.button, .osd .toolbar .notebook tab .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .notebook tab .osd .toolbar .suggested-action.button, .titlebar.selection-mode .notebook tab .osd .toolbar .linked .suggested-action.button, .linked .notebook tab .osd .toolbar .titlebar.selection-mode .suggested-action.button, .notebook tab .osd .toolbar .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .osd .toolbar .header-bar .suggested-action.button.titlebutton, .titlebar.selection-mode .osd .toolbar .header-bar .linked .suggested-action.button.titlebutton, .linked .osd .toolbar .header-bar .titlebar.selection-mode .suggested-action.button.titlebutton, .osd .toolbar .header-bar .titlebar.selection-mode .linked .suggested-action.button.titlebutton, .linked .titlebar.selection-mode .header-bar .osd .toolbar .suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .osd .toolbar .linked .suggested-action.button.titlebutton, .linked .header-bar .osd .toolbar .titlebar.selection-mode .suggested-action.button.titlebutton, .header-bar .osd .toolbar .titlebar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .osd .toolbar .titlebar.selection-mode .suggested-action.button.titlebutton,
  .osd .toolbar .titlebar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .titlebar.selection-mode .osd .toolbar .suggested-action.button.titlebutton,
  .titlebar.selection-mode .osd .toolbar .linked .suggested-action.button.titlebutton, .linked .titlebar.selection-mode .toolbar.osd .image-button.suggested-action.button, .titlebar.selection-mode .toolbar.osd .linked .image-button.suggested-action.button, .linked .toolbar.osd .titlebar.selection-mode .image-button.suggested-action.button, .toolbar.osd .titlebar.selection-mode .linked .image-button.suggested-action.button, .linked .titlebar.selection-mode .toolbar.osd .inline-toolbar .suggested-action.button, .titlebar.selection-mode .toolbar.osd .inline-toolbar .linked .suggested-action.button, .linked .toolbar.osd .inline-toolbar .titlebar.selection-mode .suggested-action.button, .toolbar.osd .inline-toolbar .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .inline-toolbar .toolbar.osd .suggested-action.button, .titlebar.selection-mode .inline-toolbar .toolbar.osd .linked .suggested-action.button, .linked .inline-toolbar .toolbar.osd .titlebar.selection-mode .suggested-action.button, .inline-toolbar .toolbar.osd .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .toolbar.osd .spinbutton .suggested-action.button, .titlebar.selection-mode .toolbar.osd .spinbutton .linked .suggested-action.button, .linked .toolbar.osd .spinbutton .titlebar.selection-mode .suggested-action.button, .toolbar.osd .spinbutton .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .spinbutton .toolbar.osd .suggested-action.button, .titlebar.selection-mode .spinbutton .toolbar.osd .linked .suggested-action.button, .linked .spinbutton .toolbar.osd .titlebar.selection-mode .suggested-action.button, .spinbutton .toolbar.osd .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .toolbar.osd .notebook tab .suggested-action.button, .titlebar.selection-mode .toolbar.osd .notebook tab .linked .suggested-action.button, .linked .toolbar.osd .notebook tab .titlebar.selection-mode .suggested-action.button, .toolbar.osd .notebook tab .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .notebook tab .toolbar.osd .suggested-action.button, .titlebar.selection-mode .notebook tab .toolbar.osd .linked .suggested-action.button, .linked .notebook tab .toolbar.osd .titlebar.selection-mode .suggested-action.button, .notebook tab .toolbar.osd .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .toolbar.osd .header-bar .suggested-action.button.titlebutton, .titlebar.selection-mode .toolbar.osd .header-bar .linked .suggested-action.button.titlebutton, .linked .toolbar.osd .header-bar .titlebar.selection-mode .suggested-action.button.titlebutton, .toolbar.osd .header-bar .titlebar.selection-mode .linked .suggested-action.button.titlebutton, .linked .titlebar.selection-mode .header-bar .toolbar.osd .suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .toolbar.osd .linked .suggested-action.button.titlebutton, .linked .header-bar .toolbar.osd .titlebar.selection-mode .suggested-action.button.titlebutton, .header-bar .toolbar.osd .titlebar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .toolbar.osd .titlebar.selection-mode .suggested-action.button.titlebutton,
  .toolbar.osd .titlebar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .titlebar.selection-mode .toolbar.osd .suggested-action.button.titlebutton,
  .titlebar.selection-mode .toolbar.osd .linked .suggested-action.button.titlebutton,
  .linked .titlebar.selection-mode .header-bar .inline-toolbar .suggested-action.button,
  .titlebar.selection-mode .header-bar .inline-toolbar .linked .suggested-action.button,
  .linked .inline-toolbar .header-bar .titlebar.selection-mode .suggested-action.button,
  .inline-toolbar .header-bar .titlebar.selection-mode .linked .suggested-action.button,
  .linked .titlebar.selection-mode .header-bar .spinbutton .suggested-action.button,
  .titlebar.selection-mode .header-bar .spinbutton .linked .suggested-action.button,
  .linked .spinbutton .header-bar .titlebar.selection-mode .suggested-action.button,
  .spinbutton .header-bar .titlebar.selection-mode .linked .suggested-action.button,
  .linked .titlebar.selection-mode .header-bar .notebook tab .suggested-action.button,
  .titlebar.selection-mode .header-bar .notebook tab .linked .suggested-action.button,
  .linked .notebook tab .header-bar .titlebar.selection-mode .suggested-action.button,
  .notebook tab .header-bar .titlebar.selection-mode .linked .suggested-action.button,
  .linked .titlebar.selection-mode .header-bar .suggested-action.button.titlebutton,
  .titlebar.selection-mode .header-bar .linked .suggested-action.button.titlebutton,
  .linked .header-bar .titlebar.selection-mode .suggested-action.button.titlebutton,
  .header-bar .titlebar.selection-mode .linked .suggested-action.button.titlebutton, .linked .titlebar.selection-mode GtkTreeView.image-button.suggested-action.view.expander, .titlebar.selection-mode .linked GtkTreeView.image-button.suggested-action.view.expander, .linked .titlebar.selection-mode .inline-toolbar GtkTreeView.suggested-action.view.expander.button, .titlebar.selection-mode .inline-toolbar .linked GtkTreeView.suggested-action.view.expander.button, .linked .inline-toolbar .titlebar.selection-mode GtkTreeView.suggested-action.view.expander.button, .inline-toolbar .titlebar.selection-mode .linked GtkTreeView.suggested-action.view.expander.button, .linked .titlebar.selection-mode .spinbutton GtkTreeView.suggested-action.view.expander.button, .titlebar.selection-mode .spinbutton .linked GtkTreeView.suggested-action.view.expander.button, .linked .spinbutton .titlebar.selection-mode GtkTreeView.suggested-action.view.expander.button, .spinbutton .titlebar.selection-mode .linked GtkTreeView.suggested-action.view.expander.button, .linked .titlebar.selection-mode .notebook tab GtkTreeView.suggested-action.view.expander.button, .titlebar.selection-mode .notebook tab .linked GtkTreeView.suggested-action.view.expander.button, .linked .notebook tab .titlebar.selection-mode GtkTreeView.suggested-action.view.expander.button, .notebook tab .titlebar.selection-mode .linked GtkTreeView.suggested-action.view.expander.button, .linked .titlebar.selection-mode .header-bar GtkTreeView.suggested-action.view.expander.button.titlebutton, .titlebar.selection-mode .header-bar .linked GtkTreeView.suggested-action.view.expander.button.titlebutton, .linked .header-bar .titlebar.selection-mode GtkTreeView.suggested-action.view.expander.button.titlebutton, .header-bar .titlebar.selection-mode .linked GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .linked .titlebar.selection-mode GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .titlebar.selection-mode .linked GtkTreeView.suggested-action.view.expander.button.titlebutton, .linked .titlebar.selection-mode .image-button.suggested-action.notebook.arrow, .titlebar.selection-mode .linked .image-button.suggested-action.notebook.arrow, .linked .titlebar.selection-mode .inline-toolbar .suggested-action.notebook.arrow.button, .titlebar.selection-mode .inline-toolbar .linked .suggested-action.notebook.arrow.button, .linked .inline-toolbar .titlebar.selection-mode .suggested-action.notebook.arrow.button, .inline-toolbar .titlebar.selection-mode .linked .suggested-action.notebook.arrow.button, .linked .titlebar.selection-mode .spinbutton .suggested-action.notebook.arrow.button, .titlebar.selection-mode .spinbutton .linked .suggested-action.notebook.arrow.button, .linked .spinbutton .titlebar.selection-mode .suggested-action.notebook.arrow.button, .spinbutton .titlebar.selection-mode .linked .suggested-action.notebook.arrow.button, .linked .titlebar.selection-mode .notebook tab .suggested-action.notebook.arrow.button, .titlebar.selection-mode .notebook tab .linked .suggested-action.notebook.arrow.button, .linked .notebook tab .titlebar.selection-mode .suggested-action.notebook.arrow.button, .notebook tab .titlebar.selection-mode .linked .suggested-action.notebook.arrow.button, .linked .titlebar.selection-mode GtkVolumeButton.suggested-action.notebook.arrow.button, .titlebar.selection-mode .linked GtkVolumeButton.suggested-action.notebook.arrow.button, .linked .titlebar.selection-mode .header-bar .suggested-action.notebook.arrow.button.titlebutton, .titlebar.selection-mode .header-bar .linked .suggested-action.notebook.arrow.button.titlebutton, .linked .header-bar .titlebar.selection-mode .suggested-action.notebook.arrow.button.titlebutton, .header-bar .titlebar.selection-mode .linked .suggested-action.notebook.arrow.button.titlebutton,
  .linked .titlebar.selection-mode .suggested-action.notebook.arrow.button.titlebutton,
  .titlebar.selection-mode .linked .suggested-action.notebook.arrow.button.titlebutton, .linked .titlebar.selection-mode .scrollbar .image-button.suggested-action.button, .titlebar.selection-mode .scrollbar .linked .image-button.suggested-action.button, .linked .scrollbar .titlebar.selection-mode .image-button.suggested-action.button, .scrollbar .titlebar.selection-mode .linked .image-button.suggested-action.button, .linked .titlebar.selection-mode .scrollbar .inline-toolbar .suggested-action.button, .titlebar.selection-mode .scrollbar .inline-toolbar .linked .suggested-action.button, .linked .scrollbar .inline-toolbar .titlebar.selection-mode .suggested-action.button, .scrollbar .inline-toolbar .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .inline-toolbar .scrollbar .suggested-action.button, .titlebar.selection-mode .inline-toolbar .scrollbar .linked .suggested-action.button, .linked .inline-toolbar .scrollbar .titlebar.selection-mode .suggested-action.button, .inline-toolbar .scrollbar .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .scrollbar .spinbutton .suggested-action.button, .titlebar.selection-mode .scrollbar .spinbutton .linked .suggested-action.button, .linked .scrollbar .spinbutton .titlebar.selection-mode .suggested-action.button, .scrollbar .spinbutton .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .spinbutton .scrollbar .suggested-action.button, .titlebar.selection-mode .spinbutton .scrollbar .linked .suggested-action.button, .linked .spinbutton .scrollbar .titlebar.selection-mode .suggested-action.button, .spinbutton .scrollbar .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .scrollbar .notebook tab .suggested-action.button, .titlebar.selection-mode .scrollbar .notebook tab .linked .suggested-action.button, .linked .scrollbar .notebook tab .titlebar.selection-mode .suggested-action.button, .scrollbar .notebook tab .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .notebook tab .scrollbar .suggested-action.button, .titlebar.selection-mode .notebook tab .scrollbar .linked .suggested-action.button, .linked .notebook tab .scrollbar .titlebar.selection-mode .suggested-action.button, .notebook tab .scrollbar .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .scrollbar GtkVolumeButton.suggested-action.button, .titlebar.selection-mode .scrollbar .linked GtkVolumeButton.suggested-action.button, .linked .scrollbar .titlebar.selection-mode GtkVolumeButton.suggested-action.button, .scrollbar .titlebar.selection-mode .linked GtkVolumeButton.suggested-action.button, .linked .titlebar.selection-mode .scrollbar .header-bar .suggested-action.button.titlebutton, .titlebar.selection-mode .scrollbar .header-bar .linked .suggested-action.button.titlebutton, .linked .scrollbar .header-bar .titlebar.selection-mode .suggested-action.button.titlebutton, .scrollbar .header-bar .titlebar.selection-mode .linked .suggested-action.button.titlebutton, .linked .titlebar.selection-mode .header-bar .scrollbar .suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .scrollbar .linked .suggested-action.button.titlebutton, .linked .header-bar .scrollbar .titlebar.selection-mode .suggested-action.button.titlebutton, .header-bar .scrollbar .titlebar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .scrollbar .titlebar.selection-mode .suggested-action.button.titlebutton,
  .scrollbar .titlebar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .titlebar.selection-mode .scrollbar .suggested-action.button.titlebutton,
  .titlebar.selection-mode .scrollbar .linked .suggested-action.button.titlebutton, .linked .titlebar.selection-mode GtkExpander.image-button.suggested-action, .titlebar.selection-mode .linked GtkExpander.image-button.suggested-action, .linked .titlebar.selection-mode .inline-toolbar GtkExpander.suggested-action.button, .titlebar.selection-mode .inline-toolbar .linked GtkExpander.suggested-action.button, .linked .inline-toolbar .titlebar.selection-mode GtkExpander.suggested-action.button, .inline-toolbar .titlebar.selection-mode .linked GtkExpander.suggested-action.button, .linked .titlebar.selection-mode .inline-toolbar GtkExpander.suggested-action.button:backdrop, .titlebar.selection-mode .inline-toolbar .linked GtkExpander.suggested-action.button:backdrop, .linked .inline-toolbar .titlebar.selection-mode GtkExpander.suggested-action.button:backdrop, .inline-toolbar .titlebar.selection-mode .linked GtkExpander.suggested-action.button:backdrop, .linked .titlebar.selection-mode .spinbutton GtkExpander.suggested-action.button, .titlebar.selection-mode .spinbutton .linked GtkExpander.suggested-action.button, .linked .spinbutton .titlebar.selection-mode GtkExpander.suggested-action.button, .spinbutton .titlebar.selection-mode .linked GtkExpander.suggested-action.button, .linked .titlebar.selection-mode .notebook tab GtkExpander.suggested-action.button, .titlebar.selection-mode .notebook tab .linked GtkExpander.suggested-action.button, .linked .notebook tab .titlebar.selection-mode GtkExpander.suggested-action.button, .notebook tab .titlebar.selection-mode .linked GtkExpander.suggested-action.button, .linked .titlebar.selection-mode .header-bar GtkExpander.suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .linked GtkExpander.suggested-action.button.titlebutton, .linked .header-bar .titlebar.selection-mode GtkExpander.suggested-action.button.titlebutton, .header-bar .titlebar.selection-mode .linked GtkExpander.suggested-action.button.titlebutton,
  .linked .titlebar.selection-mode GtkExpander.suggested-action.button.titlebutton,
  .titlebar.selection-mode .linked GtkExpander.suggested-action.button.titlebutton, .linked .titlebar.selection-mode GtkCalendar.image-button.suggested-action.button, .titlebar.selection-mode .linked GtkCalendar.image-button.suggested-action.button, .linked .titlebar.selection-mode .inline-toolbar GtkCalendar.suggested-action.button, .titlebar.selection-mode .inline-toolbar .linked GtkCalendar.suggested-action.button, .linked .inline-toolbar .titlebar.selection-mode GtkCalendar.suggested-action.button, .inline-toolbar .titlebar.selection-mode .linked GtkCalendar.suggested-action.button, .linked .titlebar.selection-mode .inline-toolbar GtkCalendar.suggested-action.button:backdrop, .titlebar.selection-mode .inline-toolbar .linked GtkCalendar.suggested-action.button:backdrop, .linked .inline-toolbar .titlebar.selection-mode GtkCalendar.suggested-action.button:backdrop, .inline-toolbar .titlebar.selection-mode .linked GtkCalendar.suggested-action.button:backdrop, .linked .titlebar.selection-mode .spinbutton GtkCalendar.suggested-action.button, .titlebar.selection-mode .spinbutton .linked GtkCalendar.suggested-action.button, .linked .spinbutton .titlebar.selection-mode GtkCalendar.suggested-action.button, .spinbutton .titlebar.selection-mode .linked GtkCalendar.suggested-action.button, .linked .titlebar.selection-mode .notebook tab GtkCalendar.suggested-action.button, .titlebar.selection-mode .notebook tab .linked GtkCalendar.suggested-action.button, .linked .notebook tab .titlebar.selection-mode GtkCalendar.suggested-action.button, .notebook tab .titlebar.selection-mode .linked GtkCalendar.suggested-action.button, .linked .titlebar.selection-mode .header-bar GtkCalendar.suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .linked GtkCalendar.suggested-action.button.titlebutton, .linked .header-bar .titlebar.selection-mode GtkCalendar.suggested-action.button.titlebutton, .header-bar .titlebar.selection-mode .linked GtkCalendar.suggested-action.button.titlebutton,
  .linked .titlebar.selection-mode GtkCalendar.suggested-action.button.titlebutton,
  .titlebar.selection-mode .linked GtkCalendar.suggested-action.button.titlebutton, .linked .titlebar.selection-mode .message-dialog.csd .dialog-action-area .image-button.suggested-action.button, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .linked .image-button.suggested-action.button, .linked .message-dialog.csd .dialog-action-area .titlebar.selection-mode .image-button.suggested-action.button, .message-dialog.csd .dialog-action-area .titlebar.selection-mode .linked .image-button.suggested-action.button, .linked .titlebar.selection-mode .message-dialog.csd .dialog-action-area .inline-toolbar .suggested-action.button, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .inline-toolbar .linked .suggested-action.button, .linked .message-dialog.csd .dialog-action-area .inline-toolbar .titlebar.selection-mode .suggested-action.button, .message-dialog.csd .dialog-action-area .inline-toolbar .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .inline-toolbar .message-dialog.csd .dialog-action-area .suggested-action.button, .titlebar.selection-mode .inline-toolbar .message-dialog.csd .dialog-action-area .linked .suggested-action.button, .linked .inline-toolbar .message-dialog.csd .dialog-action-area .titlebar.selection-mode .suggested-action.button, .inline-toolbar .message-dialog.csd .dialog-action-area .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .message-dialog.csd .dialog-action-area .spinbutton .suggested-action.button, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .spinbutton .linked .suggested-action.button, .linked .message-dialog.csd .dialog-action-area .spinbutton .titlebar.selection-mode .suggested-action.button, .message-dialog.csd .dialog-action-area .spinbutton .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .spinbutton .message-dialog.csd .dialog-action-area .suggested-action.button, .titlebar.selection-mode .spinbutton .message-dialog.csd .dialog-action-area .linked .suggested-action.button, .linked .spinbutton .message-dialog.csd .dialog-action-area .titlebar.selection-mode .suggested-action.button, .spinbutton .message-dialog.csd .dialog-action-area .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .message-dialog.csd .dialog-action-area .notebook tab .suggested-action.button, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .notebook tab .linked .suggested-action.button, .linked .message-dialog.csd .dialog-action-area .notebook tab .titlebar.selection-mode .suggested-action.button, .message-dialog.csd .dialog-action-area .notebook tab .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .notebook tab .message-dialog.csd .dialog-action-area .suggested-action.button, .titlebar.selection-mode .notebook tab .message-dialog.csd .dialog-action-area .linked .suggested-action.button, .linked .notebook tab .message-dialog.csd .dialog-action-area .titlebar.selection-mode .suggested-action.button, .notebook tab .message-dialog.csd .dialog-action-area .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .message-dialog.csd .dialog-action-area GtkVolumeButton.suggested-action.button, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .linked GtkVolumeButton.suggested-action.button, .linked .message-dialog.csd .dialog-action-area .titlebar.selection-mode GtkVolumeButton.suggested-action.button, .message-dialog.csd .dialog-action-area .titlebar.selection-mode .linked GtkVolumeButton.suggested-action.button, .linked .titlebar.selection-mode .message-dialog.csd .dialog-action-area .header-bar .suggested-action.button.titlebutton, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .header-bar .linked .suggested-action.button.titlebutton, .linked .message-dialog.csd .dialog-action-area .header-bar .titlebar.selection-mode .suggested-action.button.titlebutton, .message-dialog.csd .dialog-action-area .header-bar .titlebar.selection-mode .linked .suggested-action.button.titlebutton, .linked .titlebar.selection-mode .header-bar .message-dialog.csd .dialog-action-area .suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .message-dialog.csd .dialog-action-area .linked .suggested-action.button.titlebutton, .linked .header-bar .message-dialog.csd .dialog-action-area .titlebar.selection-mode .suggested-action.button.titlebutton, .header-bar .message-dialog.csd .dialog-action-area .titlebar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .message-dialog.csd .dialog-action-area .titlebar.selection-mode .suggested-action.button.titlebutton,
  .message-dialog.csd .dialog-action-area .titlebar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .titlebar.selection-mode .message-dialog.csd .dialog-action-area .suggested-action.button.titlebutton,
  .titlebar.selection-mode .message-dialog.csd .dialog-action-area .linked .suggested-action.button.titlebutton, .linked .titlebar.selection-mode .scale-popup .image-button.suggested-action.button, .titlebar.selection-mode .scale-popup .linked .image-button.suggested-action.button, .linked .scale-popup .titlebar.selection-mode .image-button.suggested-action.button, .scale-popup .titlebar.selection-mode .linked .image-button.suggested-action.button, .linked .titlebar.selection-mode .scale-popup .inline-toolbar .suggested-action.button, .titlebar.selection-mode .scale-popup .inline-toolbar .linked .suggested-action.button, .linked .scale-popup .inline-toolbar .titlebar.selection-mode .suggested-action.button, .scale-popup .inline-toolbar .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .inline-toolbar .scale-popup .suggested-action.button, .titlebar.selection-mode .inline-toolbar .scale-popup .linked .suggested-action.button, .linked .inline-toolbar .scale-popup .titlebar.selection-mode .suggested-action.button, .inline-toolbar .scale-popup .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .scale-popup .spinbutton .suggested-action.button, .titlebar.selection-mode .scale-popup .spinbutton .linked .suggested-action.button, .linked .scale-popup .spinbutton .titlebar.selection-mode .suggested-action.button, .scale-popup .spinbutton .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .spinbutton .scale-popup .suggested-action.button, .titlebar.selection-mode .spinbutton .scale-popup .linked .suggested-action.button, .linked .spinbutton .scale-popup .titlebar.selection-mode .suggested-action.button, .spinbutton .scale-popup .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .scale-popup .notebook tab .suggested-action.button, .titlebar.selection-mode .scale-popup .notebook tab .linked .suggested-action.button, .linked .scale-popup .notebook tab .titlebar.selection-mode .suggested-action.button, .scale-popup .notebook tab .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .notebook tab .scale-popup .suggested-action.button, .titlebar.selection-mode .notebook tab .scale-popup .linked .suggested-action.button, .linked .notebook tab .scale-popup .titlebar.selection-mode .suggested-action.button, .notebook tab .scale-popup .titlebar.selection-mode .linked .suggested-action.button, .linked .titlebar.selection-mode .scale-popup GtkVolumeButton.suggested-action.button, .titlebar.selection-mode .scale-popup .linked GtkVolumeButton.suggested-action.button, .linked .scale-popup .titlebar.selection-mode GtkVolumeButton.suggested-action.button, .scale-popup .titlebar.selection-mode .linked GtkVolumeButton.suggested-action.button, .linked .titlebar.selection-mode .scale-popup .header-bar .suggested-action.button.titlebutton, .titlebar.selection-mode .scale-popup .header-bar .linked .suggested-action.button.titlebutton, .linked .scale-popup .header-bar .titlebar.selection-mode .suggested-action.button.titlebutton, .scale-popup .header-bar .titlebar.selection-mode .linked .suggested-action.button.titlebutton, .linked .titlebar.selection-mode .header-bar .scale-popup .suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .scale-popup .linked .suggested-action.button.titlebutton, .linked .header-bar .scale-popup .titlebar.selection-mode .suggested-action.button.titlebutton, .header-bar .scale-popup .titlebar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .scale-popup .titlebar.selection-mode .suggested-action.button.titlebutton,
  .scale-popup .titlebar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .titlebar.selection-mode .scale-popup .suggested-action.button.titlebutton,
  .titlebar.selection-mode .scale-popup .linked .suggested-action.button.titlebutton, .linked .titlebar.selection-mode GtkVolumeButton.flat.button.suggested-action, .titlebar.selection-mode .linked GtkVolumeButton.flat.button.suggested-action, .linked .titlebar.selection-mode GtkVolumeButton.suggested-action.entry.image, .titlebar.selection-mode .linked GtkVolumeButton.suggested-action.entry.image, .linked .titlebar.selection-mode .inline-toolbar GtkVolumeButton.suggested-action.button, .titlebar.selection-mode .inline-toolbar .linked GtkVolumeButton.suggested-action.button, .linked .inline-toolbar .titlebar.selection-mode GtkVolumeButton.suggested-action.button, .inline-toolbar .titlebar.selection-mode .linked GtkVolumeButton.suggested-action.button, .linked .titlebar.selection-mode .inline-toolbar GtkVolumeButton.suggested-action.button:backdrop, .titlebar.selection-mode .inline-toolbar .linked GtkVolumeButton.suggested-action.button:backdrop, .linked .inline-toolbar .titlebar.selection-mode GtkVolumeButton.suggested-action.button:backdrop, .inline-toolbar .titlebar.selection-mode .linked GtkVolumeButton.suggested-action.button:backdrop, .linked .titlebar.selection-mode GtkVolumeButton.suggested-action:link, .titlebar.selection-mode .linked GtkVolumeButton.suggested-action:link, .linked .titlebar.selection-mode .spinbutton GtkVolumeButton.suggested-action.button, .titlebar.selection-mode .spinbutton .linked GtkVolumeButton.suggested-action.button, .linked .spinbutton .titlebar.selection-mode GtkVolumeButton.suggested-action.button, .spinbutton .titlebar.selection-mode .linked GtkVolumeButton.suggested-action.button, .linked .titlebar.selection-mode .notebook tab GtkVolumeButton.suggested-action.button, .titlebar.selection-mode .notebook tab .linked GtkVolumeButton.suggested-action.button, .linked .notebook tab .titlebar.selection-mode GtkVolumeButton.suggested-action.button, .notebook tab .titlebar.selection-mode .linked GtkVolumeButton.suggested-action.button, .linked .titlebar.selection-mode GtkVolumeButton.suggested-action.notebook.arrow, .titlebar.selection-mode .linked GtkVolumeButton.suggested-action.notebook.arrow, .linked .titlebar.selection-mode .header-bar GtkVolumeButton.suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .linked GtkVolumeButton.suggested-action.button.titlebutton, .linked .header-bar .titlebar.selection-mode GtkVolumeButton.suggested-action.button.titlebutton, .header-bar .titlebar.selection-mode .linked GtkVolumeButton.suggested-action.button.titlebutton,
  .linked .titlebar.selection-mode GtkVolumeButton.suggested-action.button.titlebutton,
  .titlebar.selection-mode .linked GtkVolumeButton.suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .image-button.flat.button.suggested-action,
  .header-bar.selection-mode .linked .image-button.flat.button.suggested-action,
  .linked .header-bar.selection-mode .image-button.suggested-action.entry.image,
  .header-bar.selection-mode .linked .image-button.suggested-action.entry.image,
  .linked .header-bar.selection-mode .inline-toolbar .suggested-action.entry.image.button,
  .header-bar.selection-mode .inline-toolbar .linked .suggested-action.entry.image.button,
  .linked .inline-toolbar .header-bar.selection-mode .suggested-action.entry.image.button,
  .inline-toolbar .header-bar.selection-mode .linked .suggested-action.entry.image.button,
  .linked .header-bar.selection-mode .spinbutton .suggested-action.entry.image.button,
  .header-bar.selection-mode .spinbutton .linked .suggested-action.entry.image.button,
  .linked .spinbutton .header-bar.selection-mode .suggested-action.entry.image.button,
  .spinbutton .header-bar.selection-mode .linked .suggested-action.entry.image.button,
  .linked .header-bar.selection-mode .notebook tab .suggested-action.entry.image.button,
  .header-bar.selection-mode .notebook tab .linked .suggested-action.entry.image.button,
  .linked .notebook tab .header-bar.selection-mode .suggested-action.entry.image.button,
  .notebook tab .header-bar.selection-mode .linked .suggested-action.entry.image.button,
  .linked .header-bar.selection-mode .suggested-action.entry.image.button.titlebutton,
  .header-bar.selection-mode .linked .suggested-action.entry.image.button.titlebutton,
  .linked .header-bar.selection-mode .titlebar .suggested-action.entry.image.button.titlebutton,
  .header-bar.selection-mode .titlebar .linked .suggested-action.entry.image.button.titlebutton,
  .linked .titlebar .header-bar.selection-mode .suggested-action.entry.image.button.titlebutton,
  .titlebar .header-bar.selection-mode .linked .suggested-action.entry.image.button.titlebutton,
  .linked .header-bar.selection-mode .image-button.suggested-action.menuitem.button.flat,
  .header-bar.selection-mode .linked .image-button.suggested-action.menuitem.button.flat,
  .linked .header-bar.selection-mode .suggested-action.menuitem.button.titlebutton,
  .header-bar.selection-mode .linked .suggested-action.menuitem.button.titlebutton,
  .linked .header-bar.selection-mode .titlebar .suggested-action.menuitem.button.titlebutton,
  .header-bar.selection-mode .titlebar .linked .suggested-action.menuitem.button.titlebutton,
  .linked .titlebar .header-bar.selection-mode .suggested-action.menuitem.button.titlebutton,
  .titlebar .header-bar.selection-mode .linked .suggested-action.menuitem.button.titlebutton,
  .linked .header-bar.selection-mode .image-button.suggested-action:link,
  .header-bar.selection-mode .linked .image-button.suggested-action:link,
  .linked .header-bar.selection-mode .suggested-action.button.titlebutton:link,
  .header-bar.selection-mode .linked .suggested-action.button.titlebutton:link,
  .linked .header-bar.selection-mode .titlebar .suggested-action.button.titlebutton:link,
  .header-bar.selection-mode .titlebar .linked .suggested-action.button.titlebutton:link,
  .linked .titlebar .header-bar.selection-mode .suggested-action.button.titlebutton:link,
  .titlebar .header-bar.selection-mode .linked .suggested-action.button.titlebutton:link,
  .linked .header-bar.selection-mode .osd .toolbar .image-button.suggested-action.button,
  .header-bar.selection-mode .osd .toolbar .linked .image-button.suggested-action.button,
  .linked .osd .toolbar .header-bar.selection-mode .image-button.suggested-action.button,
  .osd .toolbar .header-bar.selection-mode .linked .image-button.suggested-action.button,
  .linked .header-bar.selection-mode .osd .toolbar .inline-toolbar .suggested-action.button,
  .header-bar.selection-mode .osd .toolbar .inline-toolbar .linked .suggested-action.button,
  .linked .osd .toolbar .inline-toolbar .header-bar.selection-mode .suggested-action.button,
  .osd .toolbar .inline-toolbar .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .inline-toolbar .osd .toolbar .suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .osd .toolbar .linked .suggested-action.button,
  .linked .inline-toolbar .osd .toolbar .header-bar.selection-mode .suggested-action.button,
  .inline-toolbar .osd .toolbar .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .osd .toolbar .spinbutton .suggested-action.button,
  .header-bar.selection-mode .osd .toolbar .spinbutton .linked .suggested-action.button,
  .linked .osd .toolbar .spinbutton .header-bar.selection-mode .suggested-action.button,
  .osd .toolbar .spinbutton .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .spinbutton .osd .toolbar .suggested-action.button,
  .header-bar.selection-mode .spinbutton .osd .toolbar .linked .suggested-action.button,
  .linked .spinbutton .osd .toolbar .header-bar.selection-mode .suggested-action.button,
  .spinbutton .osd .toolbar .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .osd .toolbar .notebook tab .suggested-action.button,
  .header-bar.selection-mode .osd .toolbar .notebook tab .linked .suggested-action.button,
  .linked .osd .toolbar .notebook tab .header-bar.selection-mode .suggested-action.button,
  .osd .toolbar .notebook tab .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .notebook tab .osd .toolbar .suggested-action.button,
  .header-bar.selection-mode .notebook tab .osd .toolbar .linked .suggested-action.button,
  .linked .notebook tab .osd .toolbar .header-bar.selection-mode .suggested-action.button,
  .notebook tab .osd .toolbar .header-bar.selection-mode .linked .suggested-action.button,
  .linked .osd .toolbar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .osd .toolbar .header-bar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .osd .toolbar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .osd .toolbar .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .osd .toolbar .titlebar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .osd .toolbar .titlebar .linked .suggested-action.button.titlebutton,
  .linked .osd .toolbar .titlebar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .osd .toolbar .titlebar .header-bar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .titlebar .osd .toolbar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .osd .toolbar .linked .suggested-action.button.titlebutton,
  .linked .titlebar .osd .toolbar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .titlebar .osd .toolbar .header-bar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .toolbar.osd .image-button.suggested-action.button,
  .header-bar.selection-mode .toolbar.osd .linked .image-button.suggested-action.button,
  .linked .toolbar.osd .header-bar.selection-mode .image-button.suggested-action.button,
  .toolbar.osd .header-bar.selection-mode .linked .image-button.suggested-action.button,
  .linked .header-bar.selection-mode .toolbar.osd .inline-toolbar .suggested-action.button,
  .header-bar.selection-mode .toolbar.osd .inline-toolbar .linked .suggested-action.button,
  .linked .toolbar.osd .inline-toolbar .header-bar.selection-mode .suggested-action.button,
  .toolbar.osd .inline-toolbar .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .inline-toolbar .toolbar.osd .suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .toolbar.osd .linked .suggested-action.button,
  .linked .inline-toolbar .toolbar.osd .header-bar.selection-mode .suggested-action.button,
  .inline-toolbar .toolbar.osd .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .toolbar.osd .spinbutton .suggested-action.button,
  .header-bar.selection-mode .toolbar.osd .spinbutton .linked .suggested-action.button,
  .linked .toolbar.osd .spinbutton .header-bar.selection-mode .suggested-action.button,
  .toolbar.osd .spinbutton .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .spinbutton .toolbar.osd .suggested-action.button,
  .header-bar.selection-mode .spinbutton .toolbar.osd .linked .suggested-action.button,
  .linked .spinbutton .toolbar.osd .header-bar.selection-mode .suggested-action.button,
  .spinbutton .toolbar.osd .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .toolbar.osd .notebook tab .suggested-action.button,
  .header-bar.selection-mode .toolbar.osd .notebook tab .linked .suggested-action.button,
  .linked .toolbar.osd .notebook tab .header-bar.selection-mode .suggested-action.button,
  .toolbar.osd .notebook tab .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .notebook tab .toolbar.osd .suggested-action.button,
  .header-bar.selection-mode .notebook tab .toolbar.osd .linked .suggested-action.button,
  .linked .notebook tab .toolbar.osd .header-bar.selection-mode .suggested-action.button,
  .notebook tab .toolbar.osd .header-bar.selection-mode .linked .suggested-action.button,
  .linked .toolbar.osd .header-bar.selection-mode .suggested-action.button.titlebutton,
  .toolbar.osd .header-bar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .toolbar.osd .suggested-action.button.titlebutton,
  .header-bar.selection-mode .toolbar.osd .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .toolbar.osd .titlebar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .toolbar.osd .titlebar .linked .suggested-action.button.titlebutton,
  .linked .toolbar.osd .titlebar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .toolbar.osd .titlebar .header-bar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .titlebar .toolbar.osd .suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .toolbar.osd .linked .suggested-action.button.titlebutton,
  .linked .titlebar .toolbar.osd .header-bar.selection-mode .suggested-action.button.titlebutton,
  .titlebar .toolbar.osd .header-bar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .titlebar .inline-toolbar .suggested-action.button,
  .header-bar.selection-mode .titlebar .inline-toolbar .linked .suggested-action.button,
  .linked .inline-toolbar .titlebar .header-bar.selection-mode .suggested-action.button,
  .inline-toolbar .titlebar .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .titlebar .spinbutton .suggested-action.button,
  .header-bar.selection-mode .titlebar .spinbutton .linked .suggested-action.button,
  .linked .spinbutton .titlebar .header-bar.selection-mode .suggested-action.button,
  .spinbutton .titlebar .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .titlebar .notebook tab .suggested-action.button,
  .header-bar.selection-mode .titlebar .notebook tab .linked .suggested-action.button,
  .linked .notebook tab .titlebar .header-bar.selection-mode .suggested-action.button,
  .notebook tab .titlebar .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode GtkTreeView.image-button.suggested-action.view.expander,
  .header-bar.selection-mode .linked GtkTreeView.image-button.suggested-action.view.expander,
  .linked .header-bar.selection-mode .inline-toolbar GtkTreeView.suggested-action.view.expander.button,
  .header-bar.selection-mode .inline-toolbar .linked GtkTreeView.suggested-action.view.expander.button,
  .linked .inline-toolbar .header-bar.selection-mode GtkTreeView.suggested-action.view.expander.button,
  .inline-toolbar .header-bar.selection-mode .linked GtkTreeView.suggested-action.view.expander.button,
  .linked .header-bar.selection-mode .spinbutton GtkTreeView.suggested-action.view.expander.button,
  .header-bar.selection-mode .spinbutton .linked GtkTreeView.suggested-action.view.expander.button,
  .linked .spinbutton .header-bar.selection-mode GtkTreeView.suggested-action.view.expander.button,
  .spinbutton .header-bar.selection-mode .linked GtkTreeView.suggested-action.view.expander.button,
  .linked .header-bar.selection-mode .notebook tab GtkTreeView.suggested-action.view.expander.button,
  .header-bar.selection-mode .notebook tab .linked GtkTreeView.suggested-action.view.expander.button,
  .linked .notebook tab .header-bar.selection-mode GtkTreeView.suggested-action.view.expander.button,
  .notebook tab .header-bar.selection-mode .linked GtkTreeView.suggested-action.view.expander.button,
  .linked .header-bar.selection-mode GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .header-bar.selection-mode .linked GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .linked .header-bar.selection-mode .titlebar GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .header-bar.selection-mode .titlebar .linked GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .linked .titlebar .header-bar.selection-mode GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .titlebar .header-bar.selection-mode .linked GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .linked .header-bar.selection-mode .image-button.suggested-action.notebook.arrow,
  .header-bar.selection-mode .linked .image-button.suggested-action.notebook.arrow,
  .linked .header-bar.selection-mode .inline-toolbar .suggested-action.notebook.arrow.button,
  .header-bar.selection-mode .inline-toolbar .linked .suggested-action.notebook.arrow.button,
  .linked .inline-toolbar .header-bar.selection-mode .suggested-action.notebook.arrow.button,
  .inline-toolbar .header-bar.selection-mode .linked .suggested-action.notebook.arrow.button,
  .linked .header-bar.selection-mode .spinbutton .suggested-action.notebook.arrow.button,
  .header-bar.selection-mode .spinbutton .linked .suggested-action.notebook.arrow.button,
  .linked .spinbutton .header-bar.selection-mode .suggested-action.notebook.arrow.button,
  .spinbutton .header-bar.selection-mode .linked .suggested-action.notebook.arrow.button,
  .linked .header-bar.selection-mode .notebook tab .suggested-action.notebook.arrow.button,
  .header-bar.selection-mode .notebook tab .linked .suggested-action.notebook.arrow.button,
  .linked .notebook tab .header-bar.selection-mode .suggested-action.notebook.arrow.button,
  .notebook tab .header-bar.selection-mode .linked .suggested-action.notebook.arrow.button,
  .linked .header-bar.selection-mode GtkVolumeButton.suggested-action.notebook.arrow.button,
  .header-bar.selection-mode .linked GtkVolumeButton.suggested-action.notebook.arrow.button,
  .linked .header-bar.selection-mode .suggested-action.notebook.arrow.button.titlebutton,
  .header-bar.selection-mode .linked .suggested-action.notebook.arrow.button.titlebutton,
  .linked .header-bar.selection-mode .titlebar .suggested-action.notebook.arrow.button.titlebutton,
  .header-bar.selection-mode .titlebar .linked .suggested-action.notebook.arrow.button.titlebutton,
  .linked .titlebar .header-bar.selection-mode .suggested-action.notebook.arrow.button.titlebutton,
  .titlebar .header-bar.selection-mode .linked .suggested-action.notebook.arrow.button.titlebutton,
  .linked .header-bar.selection-mode .scrollbar .image-button.suggested-action.button,
  .header-bar.selection-mode .scrollbar .linked .image-button.suggested-action.button,
  .linked .scrollbar .header-bar.selection-mode .image-button.suggested-action.button,
  .scrollbar .header-bar.selection-mode .linked .image-button.suggested-action.button,
  .linked .header-bar.selection-mode .scrollbar .inline-toolbar .suggested-action.button,
  .header-bar.selection-mode .scrollbar .inline-toolbar .linked .suggested-action.button,
  .linked .scrollbar .inline-toolbar .header-bar.selection-mode .suggested-action.button,
  .scrollbar .inline-toolbar .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .inline-toolbar .scrollbar .suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .scrollbar .linked .suggested-action.button,
  .linked .inline-toolbar .scrollbar .header-bar.selection-mode .suggested-action.button,
  .inline-toolbar .scrollbar .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .scrollbar .spinbutton .suggested-action.button,
  .header-bar.selection-mode .scrollbar .spinbutton .linked .suggested-action.button,
  .linked .scrollbar .spinbutton .header-bar.selection-mode .suggested-action.button,
  .scrollbar .spinbutton .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .spinbutton .scrollbar .suggested-action.button,
  .header-bar.selection-mode .spinbutton .scrollbar .linked .suggested-action.button,
  .linked .spinbutton .scrollbar .header-bar.selection-mode .suggested-action.button,
  .spinbutton .scrollbar .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .scrollbar .notebook tab .suggested-action.button,
  .header-bar.selection-mode .scrollbar .notebook tab .linked .suggested-action.button,
  .linked .scrollbar .notebook tab .header-bar.selection-mode .suggested-action.button,
  .scrollbar .notebook tab .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .notebook tab .scrollbar .suggested-action.button,
  .header-bar.selection-mode .notebook tab .scrollbar .linked .suggested-action.button,
  .linked .notebook tab .scrollbar .header-bar.selection-mode .suggested-action.button,
  .notebook tab .scrollbar .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .scrollbar GtkVolumeButton.suggested-action.button,
  .header-bar.selection-mode .scrollbar .linked GtkVolumeButton.suggested-action.button,
  .linked .scrollbar .header-bar.selection-mode GtkVolumeButton.suggested-action.button,
  .scrollbar .header-bar.selection-mode .linked GtkVolumeButton.suggested-action.button,
  .linked .scrollbar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .scrollbar .header-bar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .scrollbar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .scrollbar .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .scrollbar .titlebar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .scrollbar .titlebar .linked .suggested-action.button.titlebutton,
  .linked .scrollbar .titlebar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .scrollbar .titlebar .header-bar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .titlebar .scrollbar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .scrollbar .linked .suggested-action.button.titlebutton,
  .linked .titlebar .scrollbar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .titlebar .scrollbar .header-bar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode GtkExpander.image-button.suggested-action,
  .header-bar.selection-mode .linked GtkExpander.image-button.suggested-action,
  .linked .header-bar.selection-mode .inline-toolbar GtkExpander.suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .linked GtkExpander.suggested-action.button,
  .linked .inline-toolbar .header-bar.selection-mode GtkExpander.suggested-action.button,
  .inline-toolbar .header-bar.selection-mode .linked GtkExpander.suggested-action.button,
  .linked .header-bar.selection-mode .inline-toolbar GtkExpander.suggested-action.button:backdrop,
  .header-bar.selection-mode .inline-toolbar .linked GtkExpander.suggested-action.button:backdrop,
  .linked .inline-toolbar .header-bar.selection-mode GtkExpander.suggested-action.button:backdrop,
  .inline-toolbar .header-bar.selection-mode .linked GtkExpander.suggested-action.button:backdrop,
  .linked .header-bar.selection-mode .spinbutton GtkExpander.suggested-action.button,
  .header-bar.selection-mode .spinbutton .linked GtkExpander.suggested-action.button,
  .linked .spinbutton .header-bar.selection-mode GtkExpander.suggested-action.button,
  .spinbutton .header-bar.selection-mode .linked GtkExpander.suggested-action.button,
  .linked .header-bar.selection-mode .notebook tab GtkExpander.suggested-action.button,
  .header-bar.selection-mode .notebook tab .linked GtkExpander.suggested-action.button,
  .linked .notebook tab .header-bar.selection-mode GtkExpander.suggested-action.button,
  .notebook tab .header-bar.selection-mode .linked GtkExpander.suggested-action.button,
  .linked .header-bar.selection-mode GtkExpander.suggested-action.button.titlebutton,
  .header-bar.selection-mode .linked GtkExpander.suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .titlebar GtkExpander.suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .linked GtkExpander.suggested-action.button.titlebutton,
  .linked .titlebar .header-bar.selection-mode GtkExpander.suggested-action.button.titlebutton,
  .titlebar .header-bar.selection-mode .linked GtkExpander.suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode GtkCalendar.image-button.suggested-action.button,
  .header-bar.selection-mode .linked GtkCalendar.image-button.suggested-action.button,
  .linked .header-bar.selection-mode .inline-toolbar GtkCalendar.suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .linked GtkCalendar.suggested-action.button,
  .linked .inline-toolbar .header-bar.selection-mode GtkCalendar.suggested-action.button,
  .inline-toolbar .header-bar.selection-mode .linked GtkCalendar.suggested-action.button,
  .linked .header-bar.selection-mode .inline-toolbar GtkCalendar.suggested-action.button:backdrop,
  .header-bar.selection-mode .inline-toolbar .linked GtkCalendar.suggested-action.button:backdrop,
  .linked .inline-toolbar .header-bar.selection-mode GtkCalendar.suggested-action.button:backdrop,
  .inline-toolbar .header-bar.selection-mode .linked GtkCalendar.suggested-action.button:backdrop,
  .linked .header-bar.selection-mode .spinbutton GtkCalendar.suggested-action.button,
  .header-bar.selection-mode .spinbutton .linked GtkCalendar.suggested-action.button,
  .linked .spinbutton .header-bar.selection-mode GtkCalendar.suggested-action.button,
  .spinbutton .header-bar.selection-mode .linked GtkCalendar.suggested-action.button,
  .linked .header-bar.selection-mode .notebook tab GtkCalendar.suggested-action.button,
  .header-bar.selection-mode .notebook tab .linked GtkCalendar.suggested-action.button,
  .linked .notebook tab .header-bar.selection-mode GtkCalendar.suggested-action.button,
  .notebook tab .header-bar.selection-mode .linked GtkCalendar.suggested-action.button,
  .linked .header-bar.selection-mode GtkCalendar.suggested-action.button.titlebutton,
  .header-bar.selection-mode .linked GtkCalendar.suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .titlebar GtkCalendar.suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .linked GtkCalendar.suggested-action.button.titlebutton,
  .linked .titlebar .header-bar.selection-mode GtkCalendar.suggested-action.button.titlebutton,
  .titlebar .header-bar.selection-mode .linked GtkCalendar.suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .message-dialog.csd .dialog-action-area .image-button.suggested-action.button,
  .header-bar.selection-mode .message-dialog.csd .dialog-action-area .linked .image-button.suggested-action.button,
  .linked .message-dialog.csd .dialog-action-area .header-bar.selection-mode .image-button.suggested-action.button,
  .message-dialog.csd .dialog-action-area .header-bar.selection-mode .linked .image-button.suggested-action.button,
  .linked .header-bar.selection-mode .message-dialog.csd .dialog-action-area .inline-toolbar .suggested-action.button,
  .header-bar.selection-mode .message-dialog.csd .dialog-action-area .inline-toolbar .linked .suggested-action.button,
  .linked .message-dialog.csd .dialog-action-area .inline-toolbar .header-bar.selection-mode .suggested-action.button,
  .message-dialog.csd .dialog-action-area .inline-toolbar .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .inline-toolbar .message-dialog.csd .dialog-action-area .suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .message-dialog.csd .dialog-action-area .linked .suggested-action.button,
  .linked .inline-toolbar .message-dialog.csd .dialog-action-area .header-bar.selection-mode .suggested-action.button,
  .inline-toolbar .message-dialog.csd .dialog-action-area .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .message-dialog.csd .dialog-action-area .spinbutton .suggested-action.button,
  .header-bar.selection-mode .message-dialog.csd .dialog-action-area .spinbutton .linked .suggested-action.button,
  .linked .message-dialog.csd .dialog-action-area .spinbutton .header-bar.selection-mode .suggested-action.button,
  .message-dialog.csd .dialog-action-area .spinbutton .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .spinbutton .message-dialog.csd .dialog-action-area .suggested-action.button,
  .header-bar.selection-mode .spinbutton .message-dialog.csd .dialog-action-area .linked .suggested-action.button,
  .linked .spinbutton .message-dialog.csd .dialog-action-area .header-bar.selection-mode .suggested-action.button,
  .spinbutton .message-dialog.csd .dialog-action-area .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .message-dialog.csd .dialog-action-area .notebook tab .suggested-action.button,
  .header-bar.selection-mode .message-dialog.csd .dialog-action-area .notebook tab .linked .suggested-action.button,
  .linked .message-dialog.csd .dialog-action-area .notebook tab .header-bar.selection-mode .suggested-action.button,
  .message-dialog.csd .dialog-action-area .notebook tab .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .notebook tab .message-dialog.csd .dialog-action-area .suggested-action.button,
  .header-bar.selection-mode .notebook tab .message-dialog.csd .dialog-action-area .linked .suggested-action.button,
  .linked .notebook tab .message-dialog.csd .dialog-action-area .header-bar.selection-mode .suggested-action.button,
  .notebook tab .message-dialog.csd .dialog-action-area .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .message-dialog.csd .dialog-action-area GtkVolumeButton.suggested-action.button,
  .header-bar.selection-mode .message-dialog.csd .dialog-action-area .linked GtkVolumeButton.suggested-action.button,
  .linked .message-dialog.csd .dialog-action-area .header-bar.selection-mode GtkVolumeButton.suggested-action.button,
  .message-dialog.csd .dialog-action-area .header-bar.selection-mode .linked GtkVolumeButton.suggested-action.button,
  .linked .message-dialog.csd .dialog-action-area .header-bar.selection-mode .suggested-action.button.titlebutton,
  .message-dialog.csd .dialog-action-area .header-bar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .message-dialog.csd .dialog-action-area .suggested-action.button.titlebutton,
  .header-bar.selection-mode .message-dialog.csd .dialog-action-area .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .message-dialog.csd .dialog-action-area .titlebar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .message-dialog.csd .dialog-action-area .titlebar .linked .suggested-action.button.titlebutton,
  .linked .message-dialog.csd .dialog-action-area .titlebar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .message-dialog.csd .dialog-action-area .titlebar .header-bar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .titlebar .message-dialog.csd .dialog-action-area .suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .message-dialog.csd .dialog-action-area .linked .suggested-action.button.titlebutton,
  .linked .titlebar .message-dialog.csd .dialog-action-area .header-bar.selection-mode .suggested-action.button.titlebutton,
  .titlebar .message-dialog.csd .dialog-action-area .header-bar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .scale-popup .image-button.suggested-action.button,
  .header-bar.selection-mode .scale-popup .linked .image-button.suggested-action.button,
  .linked .scale-popup .header-bar.selection-mode .image-button.suggested-action.button,
  .scale-popup .header-bar.selection-mode .linked .image-button.suggested-action.button,
  .linked .header-bar.selection-mode .scale-popup .inline-toolbar .suggested-action.button,
  .header-bar.selection-mode .scale-popup .inline-toolbar .linked .suggested-action.button,
  .linked .scale-popup .inline-toolbar .header-bar.selection-mode .suggested-action.button,
  .scale-popup .inline-toolbar .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .inline-toolbar .scale-popup .suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .scale-popup .linked .suggested-action.button,
  .linked .inline-toolbar .scale-popup .header-bar.selection-mode .suggested-action.button,
  .inline-toolbar .scale-popup .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .scale-popup .spinbutton .suggested-action.button,
  .header-bar.selection-mode .scale-popup .spinbutton .linked .suggested-action.button,
  .linked .scale-popup .spinbutton .header-bar.selection-mode .suggested-action.button,
  .scale-popup .spinbutton .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .spinbutton .scale-popup .suggested-action.button,
  .header-bar.selection-mode .spinbutton .scale-popup .linked .suggested-action.button,
  .linked .spinbutton .scale-popup .header-bar.selection-mode .suggested-action.button,
  .spinbutton .scale-popup .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .scale-popup .notebook tab .suggested-action.button,
  .header-bar.selection-mode .scale-popup .notebook tab .linked .suggested-action.button,
  .linked .scale-popup .notebook tab .header-bar.selection-mode .suggested-action.button,
  .scale-popup .notebook tab .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .notebook tab .scale-popup .suggested-action.button,
  .header-bar.selection-mode .notebook tab .scale-popup .linked .suggested-action.button,
  .linked .notebook tab .scale-popup .header-bar.selection-mode .suggested-action.button,
  .notebook tab .scale-popup .header-bar.selection-mode .linked .suggested-action.button,
  .linked .header-bar.selection-mode .scale-popup GtkVolumeButton.suggested-action.button,
  .header-bar.selection-mode .scale-popup .linked GtkVolumeButton.suggested-action.button,
  .linked .scale-popup .header-bar.selection-mode GtkVolumeButton.suggested-action.button,
  .scale-popup .header-bar.selection-mode .linked GtkVolumeButton.suggested-action.button,
  .linked .scale-popup .header-bar.selection-mode .suggested-action.button.titlebutton,
  .scale-popup .header-bar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .scale-popup .suggested-action.button.titlebutton,
  .header-bar.selection-mode .scale-popup .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .scale-popup .titlebar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .scale-popup .titlebar .linked .suggested-action.button.titlebutton,
  .linked .scale-popup .titlebar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .scale-popup .titlebar .header-bar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .titlebar .scale-popup .suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .scale-popup .linked .suggested-action.button.titlebutton,
  .linked .titlebar .scale-popup .header-bar.selection-mode .suggested-action.button.titlebutton,
  .titlebar .scale-popup .header-bar.selection-mode .linked .suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode GtkVolumeButton.flat.button.suggested-action,
  .header-bar.selection-mode .linked GtkVolumeButton.flat.button.suggested-action,
  .linked .header-bar.selection-mode GtkVolumeButton.suggested-action.entry.image,
  .header-bar.selection-mode .linked GtkVolumeButton.suggested-action.entry.image,
  .linked .header-bar.selection-mode .inline-toolbar GtkVolumeButton.suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .linked GtkVolumeButton.suggested-action.button,
  .linked .inline-toolbar .header-bar.selection-mode GtkVolumeButton.suggested-action.button,
  .inline-toolbar .header-bar.selection-mode .linked GtkVolumeButton.suggested-action.button,
  .linked .header-bar.selection-mode .inline-toolbar GtkVolumeButton.suggested-action.button:backdrop,
  .header-bar.selection-mode .inline-toolbar .linked GtkVolumeButton.suggested-action.button:backdrop,
  .linked .inline-toolbar .header-bar.selection-mode GtkVolumeButton.suggested-action.button:backdrop,
  .inline-toolbar .header-bar.selection-mode .linked GtkVolumeButton.suggested-action.button:backdrop,
  .linked .header-bar.selection-mode GtkVolumeButton.suggested-action:link,
  .header-bar.selection-mode .linked GtkVolumeButton.suggested-action:link,
  .linked .header-bar.selection-mode .spinbutton GtkVolumeButton.suggested-action.button,
  .header-bar.selection-mode .spinbutton .linked GtkVolumeButton.suggested-action.button,
  .linked .spinbutton .header-bar.selection-mode GtkVolumeButton.suggested-action.button,
  .spinbutton .header-bar.selection-mode .linked GtkVolumeButton.suggested-action.button,
  .linked .header-bar.selection-mode .notebook tab GtkVolumeButton.suggested-action.button,
  .header-bar.selection-mode .notebook tab .linked GtkVolumeButton.suggested-action.button,
  .linked .notebook tab .header-bar.selection-mode GtkVolumeButton.suggested-action.button,
  .notebook tab .header-bar.selection-mode .linked GtkVolumeButton.suggested-action.button,
  .linked .header-bar.selection-mode GtkVolumeButton.suggested-action.notebook.arrow,
  .header-bar.selection-mode .linked GtkVolumeButton.suggested-action.notebook.arrow,
  .linked .header-bar.selection-mode GtkVolumeButton.suggested-action.button.titlebutton,
  .header-bar.selection-mode .linked GtkVolumeButton.suggested-action.button.titlebutton,
  .linked .header-bar.selection-mode .titlebar GtkVolumeButton.suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .linked GtkVolumeButton.suggested-action.button.titlebutton,
  .linked .titlebar .header-bar.selection-mode GtkVolumeButton.suggested-action.button.titlebutton,
  .titlebar .header-bar.selection-mode .linked GtkVolumeButton.suggested-action.button.titlebutton, .linked GtkTreeView.image-button.view.expander, .linked .inline-toolbar GtkTreeView.view.expander.button, .inline-toolbar .linked GtkTreeView.view.expander.button, .linked .spinbutton GtkTreeView.view.expander.button, .spinbutton .linked GtkTreeView.view.expander.button, .linked .notebook tab GtkTreeView.view.expander.button, .notebook tab .linked GtkTreeView.view.expander.button, .linked .header-bar GtkTreeView.view.expander.button.titlebutton, .header-bar .linked GtkTreeView.view.expander.button.titlebutton,
  .linked .titlebar GtkTreeView.view.expander.button.titlebutton,
  .titlebar .linked GtkTreeView.view.expander.button.titlebutton, .linked .notebook tab .button, .notebook tab .linked .button, .linked .image-button.notebook.arrow, .linked .inline-toolbar .notebook.arrow.button, .inline-toolbar .linked .notebook.arrow.button, .linked .spinbutton .notebook.arrow.button, .spinbutton .linked .notebook.arrow.button, .linked .notebook tab .notebook.arrow.button, .notebook tab .linked .notebook.arrow.button, .linked GtkVolumeButton.notebook.arrow.button, .linked .header-bar .notebook.arrow.button.titlebutton, .header-bar .linked .notebook.arrow.button.titlebutton,
  .linked .titlebar .notebook.arrow.button.titlebutton,
  .titlebar .linked .notebook.arrow.button.titlebutton, .linked .scrollbar .image-button.button, .scrollbar .linked .image-button.button, .linked .scrollbar .inline-toolbar .button, .scrollbar .inline-toolbar .linked .button, .linked .inline-toolbar .scrollbar .button, .inline-toolbar .scrollbar .linked .button, .linked .inline-toolbar .titlebar.selection-mode .scrollbar .button.suggested-action, .inline-toolbar .titlebar.selection-mode .scrollbar .linked .button.suggested-action, .linked .scrollbar .titlebar.selection-mode .inline-toolbar .button.suggested-action, .scrollbar .titlebar.selection-mode .inline-toolbar .linked .button.suggested-action,
  .linked .inline-toolbar .header-bar.selection-mode .scrollbar .button.suggested-action,
  .inline-toolbar .header-bar.selection-mode .scrollbar .linked .button.suggested-action,
  .linked .scrollbar .header-bar.selection-mode .inline-toolbar .button.suggested-action,
  .scrollbar .header-bar.selection-mode .inline-toolbar .linked .button.suggested-action, .linked .scrollbar .spinbutton .button, .scrollbar .spinbutton .linked .button, .linked .spinbutton .scrollbar .button, .spinbutton .scrollbar .linked .button, .linked .spinbutton .titlebar.selection-mode .scrollbar .button.suggested-action, .spinbutton .titlebar.selection-mode .scrollbar .linked .button.suggested-action, .linked .scrollbar .titlebar.selection-mode .spinbutton .button.suggested-action, .scrollbar .titlebar.selection-mode .spinbutton .linked .button.suggested-action,
  .linked .spinbutton .header-bar.selection-mode .scrollbar .button.suggested-action,
  .spinbutton .header-bar.selection-mode .scrollbar .linked .button.suggested-action,
  .linked .scrollbar .header-bar.selection-mode .spinbutton .button.suggested-action,
  .scrollbar .header-bar.selection-mode .spinbutton .linked .button.suggested-action, .linked .scrollbar .titlebar.selection-mode .notebook tab .button.suggested-action, .scrollbar .titlebar.selection-mode .notebook tab .linked .button.suggested-action, .linked .notebook tab .titlebar.selection-mode .scrollbar .button.suggested-action, .notebook tab .titlebar.selection-mode .scrollbar .linked .button.suggested-action,
  .linked .scrollbar .header-bar.selection-mode .notebook tab .button.suggested-action,
  .scrollbar .header-bar.selection-mode .notebook tab .linked .button.suggested-action,
  .linked .notebook tab .header-bar.selection-mode .scrollbar .button.suggested-action,
  .notebook tab .header-bar.selection-mode .scrollbar .linked .button.suggested-action, .linked .scrollbar .notebook tab .button, .scrollbar .notebook tab .linked .button, .linked .notebook tab .scrollbar .button, .notebook tab .scrollbar .linked .button, .linked .scrollbar GtkVolumeButton.button, .scrollbar .linked GtkVolumeButton.button, .linked .scrollbar .header-bar .button.titlebutton, .scrollbar .header-bar .linked .button.titlebutton, .linked .header-bar .scrollbar .button.titlebutton, .header-bar .scrollbar .linked .button.titlebutton,
  .linked .scrollbar .titlebar .button.titlebutton,
  .scrollbar .titlebar .linked .button.titlebutton,
  .linked .titlebar .scrollbar .button.titlebutton,
  .titlebar .scrollbar .linked .button.titlebutton, .linked GtkExpander.image-button, .linked .inline-toolbar GtkExpander.button, .inline-toolbar .linked GtkExpander.button, .linked .inline-toolbar GtkExpander.button:backdrop, .inline-toolbar .linked GtkExpander.button:backdrop, .linked .spinbutton GtkExpander.button, .spinbutton .linked GtkExpander.button, .linked .notebook tab GtkExpander.button, .notebook tab .linked GtkExpander.button, .linked .header-bar GtkExpander.button.titlebutton, .header-bar .linked GtkExpander.button.titlebutton,
  .linked .titlebar GtkExpander.button.titlebutton,
  .titlebar .linked GtkExpander.button.titlebutton, .linked GtkCalendar.image-button.button, .linked .inline-toolbar GtkCalendar.button, .inline-toolbar .linked GtkCalendar.button, .linked .inline-toolbar GtkCalendar.button:backdrop, .inline-toolbar .linked GtkCalendar.button:backdrop, .linked .spinbutton GtkCalendar.button, .spinbutton .linked GtkCalendar.button, .linked .notebook tab GtkCalendar.button, .notebook tab .linked GtkCalendar.button, .linked .header-bar GtkCalendar.button.titlebutton, .header-bar .linked GtkCalendar.button.titlebutton,
  .linked .titlebar GtkCalendar.button.titlebutton,
  .titlebar .linked GtkCalendar.button.titlebutton, .linked .message-dialog.csd .dialog-action-area .image-button.button, .message-dialog.csd .dialog-action-area .linked .image-button.button, .linked .message-dialog.csd .dialog-action-area .inline-toolbar .button, .message-dialog.csd .dialog-action-area .inline-toolbar .linked .button, .linked .inline-toolbar .message-dialog.csd .dialog-action-area .button, .inline-toolbar .message-dialog.csd .dialog-action-area .linked .button, .linked .message-dialog.csd .dialog-action-area .spinbutton .button, .message-dialog.csd .dialog-action-area .spinbutton .linked .button, .linked .spinbutton .message-dialog.csd .dialog-action-area .button, .spinbutton .message-dialog.csd .dialog-action-area .linked .button, .linked .message-dialog.csd .dialog-action-area .notebook tab .button, .message-dialog.csd .dialog-action-area .notebook tab .linked .button, .linked .notebook tab .message-dialog.csd .dialog-action-area .button, .notebook tab .message-dialog.csd .dialog-action-area .linked .button, .linked .message-dialog.csd .dialog-action-area GtkVolumeButton.button, .message-dialog.csd .dialog-action-area .linked GtkVolumeButton.button, .linked .message-dialog.csd .dialog-action-area .header-bar .button.titlebutton, .message-dialog.csd .dialog-action-area .header-bar .linked .button.titlebutton, .linked .header-bar .message-dialog.csd .dialog-action-area .button.titlebutton, .header-bar .message-dialog.csd .dialog-action-area .linked .button.titlebutton,
  .linked .message-dialog.csd .dialog-action-area .titlebar .button.titlebutton,
  .message-dialog.csd .dialog-action-area .titlebar .linked .button.titlebutton,
  .linked .titlebar .message-dialog.csd .dialog-action-area .button.titlebutton,
  .titlebar .message-dialog.csd .dialog-action-area .linked .button.titlebutton, .linked .scale-popup .image-button.button, .scale-popup .linked .image-button.button, .linked .scale-popup .inline-toolbar .button, .scale-popup .inline-toolbar .linked .button, .linked .inline-toolbar .scale-popup .button, .inline-toolbar .scale-popup .linked .button, .linked .inline-toolbar .titlebar.selection-mode .scale-popup .button.suggested-action, .inline-toolbar .titlebar.selection-mode .scale-popup .linked .button.suggested-action, .linked .scale-popup .titlebar.selection-mode .inline-toolbar .button.suggested-action, .scale-popup .titlebar.selection-mode .inline-toolbar .linked .button.suggested-action,
  .linked .inline-toolbar .header-bar.selection-mode .scale-popup .button.suggested-action,
  .inline-toolbar .header-bar.selection-mode .scale-popup .linked .button.suggested-action,
  .linked .scale-popup .header-bar.selection-mode .inline-toolbar .button.suggested-action,
  .scale-popup .header-bar.selection-mode .inline-toolbar .linked .button.suggested-action, .linked .scale-popup .spinbutton .button, .scale-popup .spinbutton .linked .button, .linked .spinbutton .scale-popup .button, .spinbutton .scale-popup .linked .button, .linked .spinbutton .titlebar.selection-mode .scale-popup .button.suggested-action, .spinbutton .titlebar.selection-mode .scale-popup .linked .button.suggested-action, .linked .scale-popup .titlebar.selection-mode .spinbutton .button.suggested-action, .scale-popup .titlebar.selection-mode .spinbutton .linked .button.suggested-action,
  .linked .spinbutton .header-bar.selection-mode .scale-popup .button.suggested-action,
  .spinbutton .header-bar.selection-mode .scale-popup .linked .button.suggested-action,
  .linked .scale-popup .header-bar.selection-mode .spinbutton .button.suggested-action,
  .scale-popup .header-bar.selection-mode .spinbutton .linked .button.suggested-action, .linked .scale-popup .titlebar.selection-mode .notebook tab .button.suggested-action, .scale-popup .titlebar.selection-mode .notebook tab .linked .button.suggested-action, .linked .notebook tab .titlebar.selection-mode .scale-popup .button.suggested-action, .notebook tab .titlebar.selection-mode .scale-popup .linked .button.suggested-action,
  .linked .scale-popup .header-bar.selection-mode .notebook tab .button.suggested-action,
  .scale-popup .header-bar.selection-mode .notebook tab .linked .button.suggested-action,
  .linked .notebook tab .header-bar.selection-mode .scale-popup .button.suggested-action,
  .notebook tab .header-bar.selection-mode .scale-popup .linked .button.suggested-action, .linked .scale-popup .notebook tab .button, .scale-popup .notebook tab .linked .button, .linked .notebook tab .scale-popup .button, .notebook tab .scale-popup .linked .button, .linked .scale-popup GtkVolumeButton.button, .scale-popup .linked GtkVolumeButton.button, .linked .scale-popup .header-bar .button.titlebutton, .scale-popup .header-bar .linked .button.titlebutton, .linked .header-bar .scale-popup .button.titlebutton, .header-bar .scale-popup .linked .button.titlebutton,
  .linked .scale-popup .titlebar .button.titlebutton,
  .scale-popup .titlebar .linked .button.titlebutton,
  .linked .titlebar .scale-popup .button.titlebutton,
  .titlebar .scale-popup .linked .button.titlebutton, .linked GtkVolumeButton.button.flat, .linked GtkVolumeButton.entry.image, .linked .inline-toolbar GtkVolumeButton.button, .inline-toolbar .linked GtkVolumeButton.button, .linked .inline-toolbar GtkVolumeButton.button:backdrop, .inline-toolbar .linked GtkVolumeButton.button:backdrop, .linked GtkVolumeButton:link, .linked .spinbutton GtkVolumeButton.button, .spinbutton .linked GtkVolumeButton.button, .linked .notebook tab GtkVolumeButton.button, .notebook tab .linked GtkVolumeButton.button, .linked GtkVolumeButton.notebook.arrow, .linked .header-bar GtkVolumeButton.button.titlebutton, .header-bar .linked GtkVolumeButton.button.titlebutton,
  .linked .titlebar GtkVolumeButton.button.titlebutton,
  .titlebar .linked GtkVolumeButton.button.titlebutton, .linked.vertical .button.image-button.flat, .linked.vertical .image-button.entry.image, .linked.vertical .inline-toolbar .entry.image.button, .inline-toolbar .linked.vertical .entry.image.button, .linked.vertical .spinbutton .entry.image.button, .spinbutton .linked.vertical .entry.image.button, .linked.vertical .notebook tab .entry.image.button, .notebook tab .linked.vertical .entry.image.button, .linked.vertical GtkVolumeButton.entry.image.button, .linked.vertical .titlebar.selection-mode GtkVolumeButton.entry.image.button.suggested-action, .titlebar.selection-mode .linked.vertical GtkVolumeButton.entry.image.button.suggested-action,
  .linked.vertical .header-bar.selection-mode GtkVolumeButton.entry.image.button.suggested-action,
  .header-bar.selection-mode .linked.vertical GtkVolumeButton.entry.image.button.suggested-action, .linked.vertical .header-bar .entry.image.button.titlebutton, .header-bar .linked.vertical .entry.image.button.titlebutton,
  .linked.vertical .titlebar .entry.image.button.titlebutton,
  .titlebar .linked.vertical .entry.image.button.titlebutton, .linked.vertical .inline-toolbar .button, .inline-toolbar .linked.vertical .button, .linked.vertical .inline-toolbar .titlebar.selection-mode .button.suggested-action, .inline-toolbar .titlebar.selection-mode .linked.vertical .button.suggested-action, .linked.vertical .titlebar.selection-mode .inline-toolbar .button.suggested-action, .titlebar.selection-mode .inline-toolbar .linked.vertical .button.suggested-action,
  .linked.vertical .inline-toolbar .header-bar.selection-mode .button.suggested-action,
  .inline-toolbar .header-bar.selection-mode .linked.vertical .button.suggested-action,
  .linked.vertical .header-bar.selection-mode .inline-toolbar .button.suggested-action,
  .header-bar.selection-mode .inline-toolbar .linked.vertical .button.suggested-action, .linked.vertical .inline-toolbar .button:backdrop, .inline-toolbar .linked.vertical .button:backdrop, .linked.vertical .inline-toolbar .titlebar.selection-mode .button.suggested-action:backdrop, .inline-toolbar .titlebar.selection-mode .linked.vertical .button.suggested-action:backdrop, .linked.vertical .titlebar.selection-mode .inline-toolbar .button.suggested-action:backdrop, .titlebar.selection-mode .inline-toolbar .linked.vertical .button.suggested-action:backdrop,
  .linked.vertical .inline-toolbar .header-bar.selection-mode .button.suggested-action:backdrop,
  .inline-toolbar .header-bar.selection-mode .linked.vertical .button.suggested-action:backdrop,
  .linked.vertical .header-bar.selection-mode .inline-toolbar .button.suggested-action:backdrop,
  .header-bar.selection-mode .inline-toolbar .linked.vertical .button.suggested-action:backdrop, .linked.vertical .image-button.menuitem.button.flat, .linked.vertical .inline-toolbar .menuitem.button, .inline-toolbar .linked.vertical .menuitem.button, .linked.vertical .inline-toolbar .titlebar.selection-mode .menuitem.button.suggested-action, .inline-toolbar .titlebar.selection-mode .linked.vertical .menuitem.button.suggested-action, .linked.vertical .titlebar.selection-mode .inline-toolbar .menuitem.button.suggested-action, .titlebar.selection-mode .inline-toolbar .linked.vertical .menuitem.button.suggested-action,
  .linked.vertical .inline-toolbar .header-bar.selection-mode .menuitem.button.suggested-action,
  .inline-toolbar .header-bar.selection-mode .linked.vertical .menuitem.button.suggested-action,
  .linked.vertical .header-bar.selection-mode .inline-toolbar .menuitem.button.suggested-action,
  .header-bar.selection-mode .inline-toolbar .linked.vertical .menuitem.button.suggested-action, .linked.vertical .spinbutton .menuitem.button, .spinbutton .linked.vertical .menuitem.button, .linked.vertical .spinbutton .titlebar.selection-mode .menuitem.button.suggested-action, .spinbutton .titlebar.selection-mode .linked.vertical .menuitem.button.suggested-action, .linked.vertical .titlebar.selection-mode .spinbutton .menuitem.button.suggested-action, .titlebar.selection-mode .spinbutton .linked.vertical .menuitem.button.suggested-action,
  .linked.vertical .spinbutton .header-bar.selection-mode .menuitem.button.suggested-action,
  .spinbutton .header-bar.selection-mode .linked.vertical .menuitem.button.suggested-action,
  .linked.vertical .header-bar.selection-mode .spinbutton .menuitem.button.suggested-action,
  .header-bar.selection-mode .spinbutton .linked.vertical .menuitem.button.suggested-action, .linked.vertical .titlebar.selection-mode .notebook tab .menuitem.suggested-action.button, .titlebar.selection-mode .notebook tab .linked.vertical .menuitem.suggested-action.button, .linked.vertical .notebook tab .titlebar.selection-mode .menuitem.suggested-action.button, .notebook tab .titlebar.selection-mode .linked.vertical .menuitem.suggested-action.button, .linked.vertical .titlebar.selection-mode GtkVolumeButton.menuitem.flat.button.suggested-action, .titlebar.selection-mode .linked.vertical GtkVolumeButton.menuitem.flat.button.suggested-action,
  .linked.vertical .header-bar.selection-mode .notebook tab .menuitem.suggested-action.button,
  .header-bar.selection-mode .notebook tab .linked.vertical .menuitem.suggested-action.button,
  .linked.vertical .notebook tab .header-bar.selection-mode .menuitem.suggested-action.button,
  .notebook tab .header-bar.selection-mode .linked.vertical .menuitem.suggested-action.button,
  .linked.vertical .header-bar.selection-mode GtkVolumeButton.menuitem.flat.button.suggested-action,
  .header-bar.selection-mode .linked.vertical GtkVolumeButton.menuitem.flat.button.suggested-action, .linked.vertical .notebook tab .menuitem.button, .notebook tab .linked.vertical .menuitem.button, .linked.vertical GtkVolumeButton.menuitem.button.flat, .linked.vertical .header-bar .menuitem.button.titlebutton, .header-bar .linked.vertical .menuitem.button.titlebutton,
  .linked.vertical .titlebar .menuitem.button.titlebutton,
  .titlebar .linked.vertical .menuitem.button.titlebutton, .linked.vertical .image-button:link, .linked.vertical .inline-toolbar .button:link, .inline-toolbar .linked.vertical .button:link, .linked.vertical .inline-toolbar .titlebar.selection-mode .button.suggested-action:link, .inline-toolbar .titlebar.selection-mode .linked.vertical .button.suggested-action:link, .linked.vertical .titlebar.selection-mode .inline-toolbar .button.suggested-action:link, .titlebar.selection-mode .inline-toolbar .linked.vertical .button.suggested-action:link,
  .linked.vertical .inline-toolbar .header-bar.selection-mode .button.suggested-action:link,
  .inline-toolbar .header-bar.selection-mode .linked.vertical .button.suggested-action:link,
  .linked.vertical .header-bar.selection-mode .inline-toolbar .button.suggested-action:link,
  .header-bar.selection-mode .inline-toolbar .linked.vertical .button.suggested-action:link, .linked.vertical .spinbutton .button:link, .spinbutton .linked.vertical .button:link, .linked.vertical .spinbutton .titlebar.selection-mode .button.suggested-action:link, .spinbutton .titlebar.selection-mode .linked.vertical .button.suggested-action:link, .linked.vertical .titlebar.selection-mode .spinbutton .button.suggested-action:link, .titlebar.selection-mode .spinbutton .linked.vertical .button.suggested-action:link,
  .linked.vertical .spinbutton .header-bar.selection-mode .button.suggested-action:link,
  .spinbutton .header-bar.selection-mode .linked.vertical .button.suggested-action:link,
  .linked.vertical .header-bar.selection-mode .spinbutton .button.suggested-action:link,
  .header-bar.selection-mode .spinbutton .linked.vertical .button.suggested-action:link, .linked.vertical .notebook tab .button:link, .notebook tab .linked.vertical .button:link, .linked.vertical .notebook tab .titlebar.selection-mode .button.suggested-action:link, .notebook tab .titlebar.selection-mode .linked.vertical .button.suggested-action:link, .linked.vertical .titlebar.selection-mode .notebook tab .button.suggested-action:link, .titlebar.selection-mode .notebook tab .linked.vertical .button.suggested-action:link,
  .linked.vertical .notebook tab .header-bar.selection-mode .button.suggested-action:link,
  .notebook tab .header-bar.selection-mode .linked.vertical .button.suggested-action:link,
  .linked.vertical .header-bar.selection-mode .notebook tab .button.suggested-action:link,
  .header-bar.selection-mode .notebook tab .linked.vertical .button.suggested-action:link, .linked.vertical GtkVolumeButton.button:link, .linked.vertical .titlebar.selection-mode GtkVolumeButton.button.suggested-action:link, .titlebar.selection-mode .linked.vertical GtkVolumeButton.button.suggested-action:link,
  .linked.vertical .header-bar.selection-mode GtkVolumeButton.button.suggested-action:link,
  .header-bar.selection-mode .linked.vertical GtkVolumeButton.button.suggested-action:link, .linked.vertical .header-bar .button.titlebutton:link, .header-bar .linked.vertical .button.titlebutton:link,
  .linked.vertical .titlebar .button.titlebutton:link,
  .titlebar .linked.vertical .button.titlebutton:link, .linked.vertical .spinbutton .button, .spinbutton .linked.vertical .button, .linked.vertical .spinbutton .titlebar.selection-mode .button.suggested-action, .spinbutton .titlebar.selection-mode .linked.vertical .button.suggested-action, .linked.vertical .titlebar.selection-mode .spinbutton .button.suggested-action, .titlebar.selection-mode .spinbutton .linked.vertical .button.suggested-action,
  .linked.vertical .spinbutton .header-bar.selection-mode .button.suggested-action,
  .spinbutton .header-bar.selection-mode .linked.vertical .button.suggested-action,
  .linked.vertical .header-bar.selection-mode .spinbutton .button.suggested-action,
  .header-bar.selection-mode .spinbutton .linked.vertical .button.suggested-action, .linked.vertical .osd .toolbar .image-button.button, .osd .toolbar .linked.vertical .image-button.button, .linked.vertical .osd .toolbar .inline-toolbar .button, .osd .toolbar .inline-toolbar .linked.vertical .button, .linked.vertical .inline-toolbar .osd .toolbar .button, .inline-toolbar .osd .toolbar .linked.vertical .button, .linked.vertical .osd .toolbar .spinbutton .button, .osd .toolbar .spinbutton .linked.vertical .button, .linked.vertical .spinbutton .osd .toolbar .button, .spinbutton .osd .toolbar .linked.vertical .button, .linked.vertical .osd .toolbar .titlebar.selection-mode GtkVolumeButton.button.suggested-action, .osd .toolbar .titlebar.selection-mode .linked.vertical GtkVolumeButton.button.suggested-action, .linked.vertical .titlebar.selection-mode .osd .toolbar GtkVolumeButton.button.suggested-action, .titlebar.selection-mode .osd .toolbar .linked.vertical GtkVolumeButton.button.suggested-action,
  .linked.vertical .osd .toolbar .header-bar.selection-mode GtkVolumeButton.button.suggested-action,
  .osd .toolbar .header-bar.selection-mode .linked.vertical GtkVolumeButton.button.suggested-action,
  .linked.vertical .header-bar.selection-mode .osd .toolbar GtkVolumeButton.button.suggested-action,
  .header-bar.selection-mode .osd .toolbar .linked.vertical GtkVolumeButton.button.suggested-action, .linked.vertical .osd .toolbar .notebook tab .button, .osd .toolbar .notebook tab .linked.vertical .button, .linked.vertical .notebook tab .osd .toolbar .button, .notebook tab .osd .toolbar .linked.vertical .button, .linked.vertical .osd .toolbar GtkVolumeButton.button, .osd .toolbar .linked.vertical GtkVolumeButton.button, .linked.vertical .osd .toolbar .header-bar .button.titlebutton, .osd .toolbar .header-bar .linked.vertical .button.titlebutton, .linked.vertical .header-bar .osd .toolbar .button.titlebutton, .header-bar .osd .toolbar .linked.vertical .button.titlebutton,
  .linked.vertical .osd .toolbar .titlebar .button.titlebutton,
  .osd .toolbar .titlebar .linked.vertical .button.titlebutton,
  .linked.vertical .titlebar .osd .toolbar .button.titlebutton,
  .titlebar .osd .toolbar .linked.vertical .button.titlebutton, .linked.vertical .toolbar.osd .image-button.button, .toolbar.osd .linked.vertical .image-button.button, .linked.vertical .toolbar.osd .inline-toolbar .button, .toolbar.osd .inline-toolbar .linked.vertical .button, .linked.vertical .inline-toolbar .toolbar.osd .button, .inline-toolbar .toolbar.osd .linked.vertical .button, .linked.vertical .toolbar.osd .spinbutton .button, .toolbar.osd .spinbutton .linked.vertical .button, .linked.vertical .spinbutton .toolbar.osd .button, .spinbutton .toolbar.osd .linked.vertical .button, .linked.vertical .toolbar.osd .titlebar.selection-mode GtkVolumeButton.button.suggested-action, .toolbar.osd .titlebar.selection-mode .linked.vertical GtkVolumeButton.button.suggested-action, .linked.vertical .titlebar.selection-mode .toolbar.osd GtkVolumeButton.button.suggested-action, .titlebar.selection-mode .toolbar.osd .linked.vertical GtkVolumeButton.button.suggested-action,
  .linked.vertical .toolbar.osd .header-bar.selection-mode GtkVolumeButton.button.suggested-action,
  .toolbar.osd .header-bar.selection-mode .linked.vertical GtkVolumeButton.button.suggested-action,
  .linked.vertical .header-bar.selection-mode .toolbar.osd GtkVolumeButton.button.suggested-action,
  .header-bar.selection-mode .toolbar.osd .linked.vertical GtkVolumeButton.button.suggested-action, .linked.vertical .toolbar.osd .notebook tab .button, .toolbar.osd .notebook tab .linked.vertical .button, .linked.vertical .notebook tab .toolbar.osd .button, .notebook tab .toolbar.osd .linked.vertical .button, .linked.vertical .toolbar.osd GtkVolumeButton.button, .toolbar.osd .linked.vertical GtkVolumeButton.button, .linked.vertical .toolbar.osd .header-bar .button.titlebutton, .toolbar.osd .header-bar .linked.vertical .button.titlebutton, .linked.vertical .header-bar .toolbar.osd .button.titlebutton, .header-bar .toolbar.osd .linked.vertical .button.titlebutton,
  .linked.vertical .toolbar.osd .titlebar .button.titlebutton,
  .toolbar.osd .titlebar .linked.vertical .button.titlebutton,
  .linked.vertical .titlebar .toolbar.osd .button.titlebutton,
  .titlebar .toolbar.osd .linked.vertical .button.titlebutton, .linked.vertical .titlebar .image-button.button, .titlebar .linked.vertical .image-button.button, .linked.vertical .titlebar .inline-toolbar .button, .titlebar .inline-toolbar .linked.vertical .button, .linked.vertical .inline-toolbar .titlebar .button, .inline-toolbar .titlebar .linked.vertical .button,
  .linked.vertical .titlebar .inline-toolbar .header-bar.selection-mode .button.suggested-action,
  .titlebar .inline-toolbar .header-bar.selection-mode .linked.vertical .button.suggested-action,
  .linked.vertical .inline-toolbar .header-bar.selection-mode .titlebar .button.suggested-action,
  .inline-toolbar .header-bar.selection-mode .titlebar .linked.vertical .button.suggested-action,
  .linked.vertical .titlebar .header-bar.selection-mode .inline-toolbar .button.suggested-action,
  .titlebar .header-bar.selection-mode .inline-toolbar .linked.vertical .button.suggested-action,
  .linked.vertical .header-bar.selection-mode .inline-toolbar .titlebar .button.suggested-action,
  .header-bar.selection-mode .inline-toolbar .titlebar .linked.vertical .button.suggested-action, .linked.vertical .titlebar .spinbutton .button, .titlebar .spinbutton .linked.vertical .button, .linked.vertical .spinbutton .titlebar .button, .spinbutton .titlebar .linked.vertical .button,
  .linked.vertical .titlebar .spinbutton .header-bar.selection-mode .button.suggested-action,
  .titlebar .spinbutton .header-bar.selection-mode .linked.vertical .button.suggested-action,
  .linked.vertical .spinbutton .header-bar.selection-mode .titlebar .button.suggested-action,
  .spinbutton .header-bar.selection-mode .titlebar .linked.vertical .button.suggested-action,
  .linked.vertical .titlebar .header-bar.selection-mode .spinbutton .button.suggested-action,
  .titlebar .header-bar.selection-mode .spinbutton .linked.vertical .button.suggested-action,
  .linked.vertical .header-bar.selection-mode .spinbutton .titlebar .button.suggested-action,
  .header-bar.selection-mode .spinbutton .titlebar .linked.vertical .button.suggested-action, .linked.vertical .titlebar.selection-mode .image-button.button.suggested-action, .titlebar.selection-mode .linked.vertical .image-button.button.suggested-action, .linked.vertical .titlebar.selection-mode .notebook tab .button.suggested-action, .titlebar.selection-mode .notebook tab .linked.vertical .button.suggested-action, .linked.vertical .notebook tab .titlebar.selection-mode .button.suggested-action, .notebook tab .titlebar.selection-mode .linked.vertical .button.suggested-action, .linked.vertical .titlebar.selection-mode GtkVolumeButton.button.suggested-action, .titlebar.selection-mode .linked.vertical GtkVolumeButton.button.suggested-action,
  .linked.vertical .titlebar.selection-mode .button.suggested-action.titlebutton,
  .titlebar.selection-mode .linked.vertical .button.suggested-action.titlebutton,
  .linked.vertical .titlebar .header-bar.selection-mode .image-button.button.suggested-action,
  .titlebar .header-bar.selection-mode .linked.vertical .image-button.button.suggested-action,
  .linked.vertical .header-bar.selection-mode .titlebar .image-button.button.suggested-action,
  .header-bar.selection-mode .titlebar .linked.vertical .image-button.button.suggested-action,
  .linked.vertical .titlebar .header-bar.selection-mode .notebook tab .button.suggested-action,
  .titlebar .header-bar.selection-mode .notebook tab .linked.vertical .button.suggested-action,
  .linked.vertical .header-bar.selection-mode .notebook tab .titlebar .button.suggested-action,
  .header-bar.selection-mode .notebook tab .titlebar .linked.vertical .button.suggested-action,
  .linked.vertical .titlebar .notebook tab .header-bar.selection-mode .button.suggested-action,
  .titlebar .notebook tab .header-bar.selection-mode .linked.vertical .button.suggested-action,
  .linked.vertical .notebook tab .header-bar.selection-mode .titlebar .button.suggested-action,
  .notebook tab .header-bar.selection-mode .titlebar .linked.vertical .button.suggested-action,
  .linked.vertical .titlebar .header-bar.selection-mode GtkVolumeButton.button.suggested-action,
  .titlebar .header-bar.selection-mode .linked.vertical GtkVolumeButton.button.suggested-action,
  .linked.vertical .header-bar.selection-mode .titlebar GtkVolumeButton.button.suggested-action,
  .header-bar.selection-mode .titlebar .linked.vertical GtkVolumeButton.button.suggested-action, .linked.vertical .titlebar .notebook tab .button, .titlebar .notebook tab .linked.vertical .button, .linked.vertical .notebook tab .titlebar .button, .notebook tab .titlebar .linked.vertical .button, .linked.vertical .titlebar GtkVolumeButton.button, .titlebar .linked.vertical GtkVolumeButton.button,
  .linked.vertical .titlebar .button.titlebutton,
  .titlebar .linked.vertical .button.titlebutton,
  .linked.vertical .titlebar .header-bar.selection-mode .titlebutton.button.suggested-action,
  .titlebar .header-bar.selection-mode .linked.vertical .titlebutton.button.suggested-action,
  .linked.vertical .header-bar.selection-mode .titlebar .titlebutton.button.suggested-action,
  .header-bar.selection-mode .titlebar .linked.vertical .titlebutton.button.suggested-action,
  .linked.vertical .header-bar .image-button.button,
  .header-bar .linked.vertical .image-button.button,
  .linked.vertical .header-bar .inline-toolbar .button,
  .header-bar .inline-toolbar .linked.vertical .button,
  .linked.vertical .inline-toolbar .header-bar .button,
  .inline-toolbar .header-bar .linked.vertical .button,
  .linked.vertical .header-bar .inline-toolbar .titlebar.selection-mode .button.suggested-action,
  .header-bar .inline-toolbar .titlebar.selection-mode .linked.vertical .button.suggested-action,
  .linked.vertical .inline-toolbar .titlebar.selection-mode .header-bar .button.suggested-action,
  .inline-toolbar .titlebar.selection-mode .header-bar .linked.vertical .button.suggested-action,
  .linked.vertical .header-bar .titlebar.selection-mode .inline-toolbar .button.suggested-action,
  .header-bar .titlebar.selection-mode .inline-toolbar .linked.vertical .button.suggested-action,
  .linked.vertical .titlebar.selection-mode .inline-toolbar .header-bar .button.suggested-action,
  .titlebar.selection-mode .inline-toolbar .header-bar .linked.vertical .button.suggested-action,
  .linked.vertical .header-bar .spinbutton .button,
  .header-bar .spinbutton .linked.vertical .button,
  .linked.vertical .spinbutton .header-bar .button,
  .spinbutton .header-bar .linked.vertical .button,
  .linked.vertical .header-bar .spinbutton .titlebar.selection-mode .button.suggested-action,
  .header-bar .spinbutton .titlebar.selection-mode .linked.vertical .button.suggested-action,
  .linked.vertical .spinbutton .titlebar.selection-mode .header-bar .button.suggested-action,
  .spinbutton .titlebar.selection-mode .header-bar .linked.vertical .button.suggested-action,
  .linked.vertical .header-bar .titlebar.selection-mode .spinbutton .button.suggested-action,
  .header-bar .titlebar.selection-mode .spinbutton .linked.vertical .button.suggested-action,
  .linked.vertical .titlebar.selection-mode .spinbutton .header-bar .button.suggested-action,
  .titlebar.selection-mode .spinbutton .header-bar .linked.vertical .button.suggested-action,
  .linked.vertical .header-bar .titlebar.selection-mode .image-button.button.suggested-action,
  .header-bar .titlebar.selection-mode .linked.vertical .image-button.button.suggested-action,
  .linked.vertical .titlebar.selection-mode .header-bar .image-button.button.suggested-action,
  .titlebar.selection-mode .header-bar .linked.vertical .image-button.button.suggested-action,
  .linked.vertical .header-bar .titlebar.selection-mode .notebook tab .button.suggested-action,
  .header-bar .titlebar.selection-mode .notebook tab .linked.vertical .button.suggested-action,
  .linked.vertical .titlebar.selection-mode .notebook tab .header-bar .button.suggested-action,
  .titlebar.selection-mode .notebook tab .header-bar .linked.vertical .button.suggested-action,
  .linked.vertical .header-bar .notebook tab .titlebar.selection-mode .button.suggested-action,
  .header-bar .notebook tab .titlebar.selection-mode .linked.vertical .button.suggested-action,
  .linked.vertical .notebook tab .titlebar.selection-mode .header-bar .button.suggested-action,
  .notebook tab .titlebar.selection-mode .header-bar .linked.vertical .button.suggested-action,
  .linked.vertical .header-bar .titlebar.selection-mode GtkVolumeButton.button.suggested-action,
  .header-bar .titlebar.selection-mode .linked.vertical GtkVolumeButton.button.suggested-action,
  .linked.vertical .titlebar.selection-mode .header-bar GtkVolumeButton.button.suggested-action,
  .titlebar.selection-mode .header-bar .linked.vertical GtkVolumeButton.button.suggested-action,
  .linked.vertical .header-bar.selection-mode .image-button.button.suggested-action,
  .header-bar.selection-mode .linked.vertical .image-button.button.suggested-action,
  .linked.vertical .header-bar.selection-mode .notebook tab .button.suggested-action,
  .header-bar.selection-mode .notebook tab .linked.vertical .button.suggested-action,
  .linked.vertical .notebook tab .header-bar.selection-mode .button.suggested-action,
  .notebook tab .header-bar.selection-mode .linked.vertical .button.suggested-action,
  .linked.vertical .header-bar.selection-mode GtkVolumeButton.button.suggested-action,
  .header-bar.selection-mode .linked.vertical GtkVolumeButton.button.suggested-action,
  .linked.vertical .header-bar.selection-mode .button.suggested-action.titlebutton,
  .header-bar.selection-mode .linked.vertical .button.suggested-action.titlebutton,
  .linked.vertical .header-bar .notebook tab .button,
  .header-bar .notebook tab .linked.vertical .button,
  .linked.vertical .notebook tab .header-bar .button,
  .notebook tab .header-bar .linked.vertical .button,
  .linked.vertical .header-bar GtkVolumeButton.button,
  .header-bar .linked.vertical GtkVolumeButton.button,
  .linked.vertical .header-bar .button.titlebutton,
  .header-bar .linked.vertical .button.titlebutton, .linked.vertical .titlebar.selection-mode .image-button.flat.button.suggested-action, .titlebar.selection-mode .linked.vertical .image-button.flat.button.suggested-action, .linked.vertical .titlebar.selection-mode .image-button.suggested-action.entry.image, .titlebar.selection-mode .linked.vertical .image-button.suggested-action.entry.image, .linked.vertical .titlebar.selection-mode .inline-toolbar .suggested-action.entry.image.button, .titlebar.selection-mode .inline-toolbar .linked.vertical .suggested-action.entry.image.button, .linked.vertical .inline-toolbar .titlebar.selection-mode .suggested-action.entry.image.button, .inline-toolbar .titlebar.selection-mode .linked.vertical .suggested-action.entry.image.button, .linked.vertical .titlebar.selection-mode .spinbutton .suggested-action.entry.image.button, .titlebar.selection-mode .spinbutton .linked.vertical .suggested-action.entry.image.button, .linked.vertical .spinbutton .titlebar.selection-mode .suggested-action.entry.image.button, .spinbutton .titlebar.selection-mode .linked.vertical .suggested-action.entry.image.button, .linked.vertical .titlebar.selection-mode .notebook tab .suggested-action.entry.image.button, .titlebar.selection-mode .notebook tab .linked.vertical .suggested-action.entry.image.button, .linked.vertical .notebook tab .titlebar.selection-mode .suggested-action.entry.image.button, .notebook tab .titlebar.selection-mode .linked.vertical .suggested-action.entry.image.button, .linked.vertical .titlebar.selection-mode .header-bar .suggested-action.entry.image.button.titlebutton, .titlebar.selection-mode .header-bar .linked.vertical .suggested-action.entry.image.button.titlebutton, .linked.vertical .header-bar .titlebar.selection-mode .suggested-action.entry.image.button.titlebutton, .header-bar .titlebar.selection-mode .linked.vertical .suggested-action.entry.image.button.titlebutton,
  .linked.vertical .titlebar.selection-mode .suggested-action.entry.image.button.titlebutton,
  .titlebar.selection-mode .linked.vertical .suggested-action.entry.image.button.titlebutton, .linked.vertical .titlebar.selection-mode .image-button.suggested-action.menuitem.button.flat, .titlebar.selection-mode .linked.vertical .image-button.suggested-action.menuitem.button.flat, .linked.vertical .titlebar.selection-mode .header-bar .suggested-action.menuitem.button.titlebutton, .titlebar.selection-mode .header-bar .linked.vertical .suggested-action.menuitem.button.titlebutton, .linked.vertical .header-bar .titlebar.selection-mode .suggested-action.menuitem.button.titlebutton, .header-bar .titlebar.selection-mode .linked.vertical .suggested-action.menuitem.button.titlebutton,
  .linked.vertical .titlebar.selection-mode .suggested-action.menuitem.button.titlebutton,
  .titlebar.selection-mode .linked.vertical .suggested-action.menuitem.button.titlebutton, .linked.vertical .titlebar.selection-mode .image-button.suggested-action:link, .titlebar.selection-mode .linked.vertical .image-button.suggested-action:link, .linked.vertical .titlebar.selection-mode .header-bar .suggested-action.button.titlebutton:link, .titlebar.selection-mode .header-bar .linked.vertical .suggested-action.button.titlebutton:link, .linked.vertical .header-bar .titlebar.selection-mode .suggested-action.button.titlebutton:link, .header-bar .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton:link,
  .linked.vertical .titlebar.selection-mode .suggested-action.button.titlebutton:link,
  .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton:link, .linked.vertical .titlebar.selection-mode .osd .toolbar .image-button.suggested-action.button, .titlebar.selection-mode .osd .toolbar .linked.vertical .image-button.suggested-action.button, .linked.vertical .osd .toolbar .titlebar.selection-mode .image-button.suggested-action.button, .osd .toolbar .titlebar.selection-mode .linked.vertical .image-button.suggested-action.button, .linked.vertical .titlebar.selection-mode .osd .toolbar .inline-toolbar .suggested-action.button, .titlebar.selection-mode .osd .toolbar .inline-toolbar .linked.vertical .suggested-action.button, .linked.vertical .osd .toolbar .inline-toolbar .titlebar.selection-mode .suggested-action.button, .osd .toolbar .inline-toolbar .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .inline-toolbar .osd .toolbar .suggested-action.button, .titlebar.selection-mode .inline-toolbar .osd .toolbar .linked.vertical .suggested-action.button, .linked.vertical .inline-toolbar .osd .toolbar .titlebar.selection-mode .suggested-action.button, .inline-toolbar .osd .toolbar .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .osd .toolbar .spinbutton .suggested-action.button, .titlebar.selection-mode .osd .toolbar .spinbutton .linked.vertical .suggested-action.button, .linked.vertical .osd .toolbar .spinbutton .titlebar.selection-mode .suggested-action.button, .osd .toolbar .spinbutton .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .spinbutton .osd .toolbar .suggested-action.button, .titlebar.selection-mode .spinbutton .osd .toolbar .linked.vertical .suggested-action.button, .linked.vertical .spinbutton .osd .toolbar .titlebar.selection-mode .suggested-action.button, .spinbutton .osd .toolbar .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .osd .toolbar .notebook tab .suggested-action.button, .titlebar.selection-mode .osd .toolbar .notebook tab .linked.vertical .suggested-action.button, .linked.vertical .osd .toolbar .notebook tab .titlebar.selection-mode .suggested-action.button, .osd .toolbar .notebook tab .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .notebook tab .osd .toolbar .suggested-action.button, .titlebar.selection-mode .notebook tab .osd .toolbar .linked.vertical .suggested-action.button, .linked.vertical .notebook tab .osd .toolbar .titlebar.selection-mode .suggested-action.button, .notebook tab .osd .toolbar .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .osd .toolbar .header-bar .suggested-action.button.titlebutton, .titlebar.selection-mode .osd .toolbar .header-bar .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .osd .toolbar .header-bar .titlebar.selection-mode .suggested-action.button.titlebutton, .osd .toolbar .header-bar .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .titlebar.selection-mode .header-bar .osd .toolbar .suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .osd .toolbar .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .header-bar .osd .toolbar .titlebar.selection-mode .suggested-action.button.titlebutton, .header-bar .osd .toolbar .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .osd .toolbar .titlebar.selection-mode .suggested-action.button.titlebutton,
  .osd .toolbar .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .titlebar.selection-mode .osd .toolbar .suggested-action.button.titlebutton,
  .titlebar.selection-mode .osd .toolbar .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .titlebar.selection-mode .toolbar.osd .image-button.suggested-action.button, .titlebar.selection-mode .toolbar.osd .linked.vertical .image-button.suggested-action.button, .linked.vertical .toolbar.osd .titlebar.selection-mode .image-button.suggested-action.button, .toolbar.osd .titlebar.selection-mode .linked.vertical .image-button.suggested-action.button, .linked.vertical .titlebar.selection-mode .toolbar.osd .inline-toolbar .suggested-action.button, .titlebar.selection-mode .toolbar.osd .inline-toolbar .linked.vertical .suggested-action.button, .linked.vertical .toolbar.osd .inline-toolbar .titlebar.selection-mode .suggested-action.button, .toolbar.osd .inline-toolbar .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .inline-toolbar .toolbar.osd .suggested-action.button, .titlebar.selection-mode .inline-toolbar .toolbar.osd .linked.vertical .suggested-action.button, .linked.vertical .inline-toolbar .toolbar.osd .titlebar.selection-mode .suggested-action.button, .inline-toolbar .toolbar.osd .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .toolbar.osd .spinbutton .suggested-action.button, .titlebar.selection-mode .toolbar.osd .spinbutton .linked.vertical .suggested-action.button, .linked.vertical .toolbar.osd .spinbutton .titlebar.selection-mode .suggested-action.button, .toolbar.osd .spinbutton .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .spinbutton .toolbar.osd .suggested-action.button, .titlebar.selection-mode .spinbutton .toolbar.osd .linked.vertical .suggested-action.button, .linked.vertical .spinbutton .toolbar.osd .titlebar.selection-mode .suggested-action.button, .spinbutton .toolbar.osd .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .toolbar.osd .notebook tab .suggested-action.button, .titlebar.selection-mode .toolbar.osd .notebook tab .linked.vertical .suggested-action.button, .linked.vertical .toolbar.osd .notebook tab .titlebar.selection-mode .suggested-action.button, .toolbar.osd .notebook tab .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .notebook tab .toolbar.osd .suggested-action.button, .titlebar.selection-mode .notebook tab .toolbar.osd .linked.vertical .suggested-action.button, .linked.vertical .notebook tab .toolbar.osd .titlebar.selection-mode .suggested-action.button, .notebook tab .toolbar.osd .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .toolbar.osd .header-bar .suggested-action.button.titlebutton, .titlebar.selection-mode .toolbar.osd .header-bar .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .toolbar.osd .header-bar .titlebar.selection-mode .suggested-action.button.titlebutton, .toolbar.osd .header-bar .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .titlebar.selection-mode .header-bar .toolbar.osd .suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .toolbar.osd .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .header-bar .toolbar.osd .titlebar.selection-mode .suggested-action.button.titlebutton, .header-bar .toolbar.osd .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .toolbar.osd .titlebar.selection-mode .suggested-action.button.titlebutton,
  .toolbar.osd .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .titlebar.selection-mode .toolbar.osd .suggested-action.button.titlebutton,
  .titlebar.selection-mode .toolbar.osd .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .titlebar.selection-mode .header-bar .inline-toolbar .suggested-action.button,
  .titlebar.selection-mode .header-bar .inline-toolbar .linked.vertical .suggested-action.button,
  .linked.vertical .inline-toolbar .header-bar .titlebar.selection-mode .suggested-action.button,
  .inline-toolbar .header-bar .titlebar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .titlebar.selection-mode .header-bar .spinbutton .suggested-action.button,
  .titlebar.selection-mode .header-bar .spinbutton .linked.vertical .suggested-action.button,
  .linked.vertical .spinbutton .header-bar .titlebar.selection-mode .suggested-action.button,
  .spinbutton .header-bar .titlebar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .titlebar.selection-mode .header-bar .notebook tab .suggested-action.button,
  .titlebar.selection-mode .header-bar .notebook tab .linked.vertical .suggested-action.button,
  .linked.vertical .notebook tab .header-bar .titlebar.selection-mode .suggested-action.button,
  .notebook tab .header-bar .titlebar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .titlebar.selection-mode .header-bar .suggested-action.button.titlebutton,
  .titlebar.selection-mode .header-bar .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar .titlebar.selection-mode .suggested-action.button.titlebutton,
  .header-bar .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .titlebar.selection-mode GtkTreeView.image-button.suggested-action.view.expander, .titlebar.selection-mode .linked.vertical GtkTreeView.image-button.suggested-action.view.expander, .linked.vertical .titlebar.selection-mode .inline-toolbar GtkTreeView.suggested-action.view.expander.button, .titlebar.selection-mode .inline-toolbar .linked.vertical GtkTreeView.suggested-action.view.expander.button, .linked.vertical .inline-toolbar .titlebar.selection-mode GtkTreeView.suggested-action.view.expander.button, .inline-toolbar .titlebar.selection-mode .linked.vertical GtkTreeView.suggested-action.view.expander.button, .linked.vertical .titlebar.selection-mode .spinbutton GtkTreeView.suggested-action.view.expander.button, .titlebar.selection-mode .spinbutton .linked.vertical GtkTreeView.suggested-action.view.expander.button, .linked.vertical .spinbutton .titlebar.selection-mode GtkTreeView.suggested-action.view.expander.button, .spinbutton .titlebar.selection-mode .linked.vertical GtkTreeView.suggested-action.view.expander.button, .linked.vertical .titlebar.selection-mode .notebook tab GtkTreeView.suggested-action.view.expander.button, .titlebar.selection-mode .notebook tab .linked.vertical GtkTreeView.suggested-action.view.expander.button, .linked.vertical .notebook tab .titlebar.selection-mode GtkTreeView.suggested-action.view.expander.button, .notebook tab .titlebar.selection-mode .linked.vertical GtkTreeView.suggested-action.view.expander.button, .linked.vertical .titlebar.selection-mode .header-bar GtkTreeView.suggested-action.view.expander.button.titlebutton, .titlebar.selection-mode .header-bar .linked.vertical GtkTreeView.suggested-action.view.expander.button.titlebutton, .linked.vertical .header-bar .titlebar.selection-mode GtkTreeView.suggested-action.view.expander.button.titlebutton, .header-bar .titlebar.selection-mode .linked.vertical GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .linked.vertical .titlebar.selection-mode GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .titlebar.selection-mode .linked.vertical GtkTreeView.suggested-action.view.expander.button.titlebutton, .linked.vertical .titlebar.selection-mode .image-button.suggested-action.notebook.arrow, .titlebar.selection-mode .linked.vertical .image-button.suggested-action.notebook.arrow, .linked.vertical .titlebar.selection-mode .inline-toolbar .suggested-action.notebook.arrow.button, .titlebar.selection-mode .inline-toolbar .linked.vertical .suggested-action.notebook.arrow.button, .linked.vertical .inline-toolbar .titlebar.selection-mode .suggested-action.notebook.arrow.button, .inline-toolbar .titlebar.selection-mode .linked.vertical .suggested-action.notebook.arrow.button, .linked.vertical .titlebar.selection-mode .spinbutton .suggested-action.notebook.arrow.button, .titlebar.selection-mode .spinbutton .linked.vertical .suggested-action.notebook.arrow.button, .linked.vertical .spinbutton .titlebar.selection-mode .suggested-action.notebook.arrow.button, .spinbutton .titlebar.selection-mode .linked.vertical .suggested-action.notebook.arrow.button, .linked.vertical .titlebar.selection-mode .notebook tab .suggested-action.notebook.arrow.button, .titlebar.selection-mode .notebook tab .linked.vertical .suggested-action.notebook.arrow.button, .linked.vertical .notebook tab .titlebar.selection-mode .suggested-action.notebook.arrow.button, .notebook tab .titlebar.selection-mode .linked.vertical .suggested-action.notebook.arrow.button, .linked.vertical .titlebar.selection-mode GtkVolumeButton.suggested-action.notebook.arrow.button, .titlebar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.notebook.arrow.button, .linked.vertical .titlebar.selection-mode .header-bar .suggested-action.notebook.arrow.button.titlebutton, .titlebar.selection-mode .header-bar .linked.vertical .suggested-action.notebook.arrow.button.titlebutton, .linked.vertical .header-bar .titlebar.selection-mode .suggested-action.notebook.arrow.button.titlebutton, .header-bar .titlebar.selection-mode .linked.vertical .suggested-action.notebook.arrow.button.titlebutton,
  .linked.vertical .titlebar.selection-mode .suggested-action.notebook.arrow.button.titlebutton,
  .titlebar.selection-mode .linked.vertical .suggested-action.notebook.arrow.button.titlebutton, .linked.vertical .titlebar.selection-mode .scrollbar .image-button.suggested-action.button, .titlebar.selection-mode .scrollbar .linked.vertical .image-button.suggested-action.button, .linked.vertical .scrollbar .titlebar.selection-mode .image-button.suggested-action.button, .scrollbar .titlebar.selection-mode .linked.vertical .image-button.suggested-action.button, .linked.vertical .titlebar.selection-mode .scrollbar .inline-toolbar .suggested-action.button, .titlebar.selection-mode .scrollbar .inline-toolbar .linked.vertical .suggested-action.button, .linked.vertical .scrollbar .inline-toolbar .titlebar.selection-mode .suggested-action.button, .scrollbar .inline-toolbar .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .inline-toolbar .scrollbar .suggested-action.button, .titlebar.selection-mode .inline-toolbar .scrollbar .linked.vertical .suggested-action.button, .linked.vertical .inline-toolbar .scrollbar .titlebar.selection-mode .suggested-action.button, .inline-toolbar .scrollbar .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .scrollbar .spinbutton .suggested-action.button, .titlebar.selection-mode .scrollbar .spinbutton .linked.vertical .suggested-action.button, .linked.vertical .scrollbar .spinbutton .titlebar.selection-mode .suggested-action.button, .scrollbar .spinbutton .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .spinbutton .scrollbar .suggested-action.button, .titlebar.selection-mode .spinbutton .scrollbar .linked.vertical .suggested-action.button, .linked.vertical .spinbutton .scrollbar .titlebar.selection-mode .suggested-action.button, .spinbutton .scrollbar .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .scrollbar .notebook tab .suggested-action.button, .titlebar.selection-mode .scrollbar .notebook tab .linked.vertical .suggested-action.button, .linked.vertical .scrollbar .notebook tab .titlebar.selection-mode .suggested-action.button, .scrollbar .notebook tab .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .notebook tab .scrollbar .suggested-action.button, .titlebar.selection-mode .notebook tab .scrollbar .linked.vertical .suggested-action.button, .linked.vertical .notebook tab .scrollbar .titlebar.selection-mode .suggested-action.button, .notebook tab .scrollbar .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .scrollbar GtkVolumeButton.suggested-action.button, .titlebar.selection-mode .scrollbar .linked.vertical GtkVolumeButton.suggested-action.button, .linked.vertical .scrollbar .titlebar.selection-mode GtkVolumeButton.suggested-action.button, .scrollbar .titlebar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button, .linked.vertical .titlebar.selection-mode .scrollbar .header-bar .suggested-action.button.titlebutton, .titlebar.selection-mode .scrollbar .header-bar .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .scrollbar .header-bar .titlebar.selection-mode .suggested-action.button.titlebutton, .scrollbar .header-bar .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .titlebar.selection-mode .header-bar .scrollbar .suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .scrollbar .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .header-bar .scrollbar .titlebar.selection-mode .suggested-action.button.titlebutton, .header-bar .scrollbar .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .scrollbar .titlebar.selection-mode .suggested-action.button.titlebutton,
  .scrollbar .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .titlebar.selection-mode .scrollbar .suggested-action.button.titlebutton,
  .titlebar.selection-mode .scrollbar .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .titlebar.selection-mode GtkExpander.image-button.suggested-action, .titlebar.selection-mode .linked.vertical GtkExpander.image-button.suggested-action, .linked.vertical .titlebar.selection-mode .inline-toolbar GtkExpander.suggested-action.button, .titlebar.selection-mode .inline-toolbar .linked.vertical GtkExpander.suggested-action.button, .linked.vertical .inline-toolbar .titlebar.selection-mode GtkExpander.suggested-action.button, .inline-toolbar .titlebar.selection-mode .linked.vertical GtkExpander.suggested-action.button, .linked.vertical .titlebar.selection-mode .inline-toolbar GtkExpander.suggested-action.button:backdrop, .titlebar.selection-mode .inline-toolbar .linked.vertical GtkExpander.suggested-action.button:backdrop, .linked.vertical .inline-toolbar .titlebar.selection-mode GtkExpander.suggested-action.button:backdrop, .inline-toolbar .titlebar.selection-mode .linked.vertical GtkExpander.suggested-action.button:backdrop, .linked.vertical .titlebar.selection-mode .spinbutton GtkExpander.suggested-action.button, .titlebar.selection-mode .spinbutton .linked.vertical GtkExpander.suggested-action.button, .linked.vertical .spinbutton .titlebar.selection-mode GtkExpander.suggested-action.button, .spinbutton .titlebar.selection-mode .linked.vertical GtkExpander.suggested-action.button, .linked.vertical .titlebar.selection-mode .notebook tab GtkExpander.suggested-action.button, .titlebar.selection-mode .notebook tab .linked.vertical GtkExpander.suggested-action.button, .linked.vertical .notebook tab .titlebar.selection-mode GtkExpander.suggested-action.button, .notebook tab .titlebar.selection-mode .linked.vertical GtkExpander.suggested-action.button, .linked.vertical .titlebar.selection-mode .header-bar GtkExpander.suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .linked.vertical GtkExpander.suggested-action.button.titlebutton, .linked.vertical .header-bar .titlebar.selection-mode GtkExpander.suggested-action.button.titlebutton, .header-bar .titlebar.selection-mode .linked.vertical GtkExpander.suggested-action.button.titlebutton,
  .linked.vertical .titlebar.selection-mode GtkExpander.suggested-action.button.titlebutton,
  .titlebar.selection-mode .linked.vertical GtkExpander.suggested-action.button.titlebutton, .linked.vertical .titlebar.selection-mode GtkCalendar.image-button.suggested-action.button, .titlebar.selection-mode .linked.vertical GtkCalendar.image-button.suggested-action.button, .linked.vertical .titlebar.selection-mode .inline-toolbar GtkCalendar.suggested-action.button, .titlebar.selection-mode .inline-toolbar .linked.vertical GtkCalendar.suggested-action.button, .linked.vertical .inline-toolbar .titlebar.selection-mode GtkCalendar.suggested-action.button, .inline-toolbar .titlebar.selection-mode .linked.vertical GtkCalendar.suggested-action.button, .linked.vertical .titlebar.selection-mode .inline-toolbar GtkCalendar.suggested-action.button:backdrop, .titlebar.selection-mode .inline-toolbar .linked.vertical GtkCalendar.suggested-action.button:backdrop, .linked.vertical .inline-toolbar .titlebar.selection-mode GtkCalendar.suggested-action.button:backdrop, .inline-toolbar .titlebar.selection-mode .linked.vertical GtkCalendar.suggested-action.button:backdrop, .linked.vertical .titlebar.selection-mode .spinbutton GtkCalendar.suggested-action.button, .titlebar.selection-mode .spinbutton .linked.vertical GtkCalendar.suggested-action.button, .linked.vertical .spinbutton .titlebar.selection-mode GtkCalendar.suggested-action.button, .spinbutton .titlebar.selection-mode .linked.vertical GtkCalendar.suggested-action.button, .linked.vertical .titlebar.selection-mode .notebook tab GtkCalendar.suggested-action.button, .titlebar.selection-mode .notebook tab .linked.vertical GtkCalendar.suggested-action.button, .linked.vertical .notebook tab .titlebar.selection-mode GtkCalendar.suggested-action.button, .notebook tab .titlebar.selection-mode .linked.vertical GtkCalendar.suggested-action.button, .linked.vertical .titlebar.selection-mode .header-bar GtkCalendar.suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .linked.vertical GtkCalendar.suggested-action.button.titlebutton, .linked.vertical .header-bar .titlebar.selection-mode GtkCalendar.suggested-action.button.titlebutton, .header-bar .titlebar.selection-mode .linked.vertical GtkCalendar.suggested-action.button.titlebutton,
  .linked.vertical .titlebar.selection-mode GtkCalendar.suggested-action.button.titlebutton,
  .titlebar.selection-mode .linked.vertical GtkCalendar.suggested-action.button.titlebutton, .linked.vertical .titlebar.selection-mode .message-dialog.csd .dialog-action-area .image-button.suggested-action.button, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .linked.vertical .image-button.suggested-action.button, .linked.vertical .message-dialog.csd .dialog-action-area .titlebar.selection-mode .image-button.suggested-action.button, .message-dialog.csd .dialog-action-area .titlebar.selection-mode .linked.vertical .image-button.suggested-action.button, .linked.vertical .titlebar.selection-mode .message-dialog.csd .dialog-action-area .inline-toolbar .suggested-action.button, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .inline-toolbar .linked.vertical .suggested-action.button, .linked.vertical .message-dialog.csd .dialog-action-area .inline-toolbar .titlebar.selection-mode .suggested-action.button, .message-dialog.csd .dialog-action-area .inline-toolbar .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .inline-toolbar .message-dialog.csd .dialog-action-area .suggested-action.button, .titlebar.selection-mode .inline-toolbar .message-dialog.csd .dialog-action-area .linked.vertical .suggested-action.button, .linked.vertical .inline-toolbar .message-dialog.csd .dialog-action-area .titlebar.selection-mode .suggested-action.button, .inline-toolbar .message-dialog.csd .dialog-action-area .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .message-dialog.csd .dialog-action-area .spinbutton .suggested-action.button, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .spinbutton .linked.vertical .suggested-action.button, .linked.vertical .message-dialog.csd .dialog-action-area .spinbutton .titlebar.selection-mode .suggested-action.button, .message-dialog.csd .dialog-action-area .spinbutton .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .spinbutton .message-dialog.csd .dialog-action-area .suggested-action.button, .titlebar.selection-mode .spinbutton .message-dialog.csd .dialog-action-area .linked.vertical .suggested-action.button, .linked.vertical .spinbutton .message-dialog.csd .dialog-action-area .titlebar.selection-mode .suggested-action.button, .spinbutton .message-dialog.csd .dialog-action-area .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .message-dialog.csd .dialog-action-area .notebook tab .suggested-action.button, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .notebook tab .linked.vertical .suggested-action.button, .linked.vertical .message-dialog.csd .dialog-action-area .notebook tab .titlebar.selection-mode .suggested-action.button, .message-dialog.csd .dialog-action-area .notebook tab .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .notebook tab .message-dialog.csd .dialog-action-area .suggested-action.button, .titlebar.selection-mode .notebook tab .message-dialog.csd .dialog-action-area .linked.vertical .suggested-action.button, .linked.vertical .notebook tab .message-dialog.csd .dialog-action-area .titlebar.selection-mode .suggested-action.button, .notebook tab .message-dialog.csd .dialog-action-area .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .message-dialog.csd .dialog-action-area GtkVolumeButton.suggested-action.button, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .linked.vertical GtkVolumeButton.suggested-action.button, .linked.vertical .message-dialog.csd .dialog-action-area .titlebar.selection-mode GtkVolumeButton.suggested-action.button, .message-dialog.csd .dialog-action-area .titlebar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button, .linked.vertical .titlebar.selection-mode .message-dialog.csd .dialog-action-area .header-bar .suggested-action.button.titlebutton, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .header-bar .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .message-dialog.csd .dialog-action-area .header-bar .titlebar.selection-mode .suggested-action.button.titlebutton, .message-dialog.csd .dialog-action-area .header-bar .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .titlebar.selection-mode .header-bar .message-dialog.csd .dialog-action-area .suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .message-dialog.csd .dialog-action-area .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .header-bar .message-dialog.csd .dialog-action-area .titlebar.selection-mode .suggested-action.button.titlebutton, .header-bar .message-dialog.csd .dialog-action-area .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .message-dialog.csd .dialog-action-area .titlebar.selection-mode .suggested-action.button.titlebutton,
  .message-dialog.csd .dialog-action-area .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .titlebar.selection-mode .message-dialog.csd .dialog-action-area .suggested-action.button.titlebutton,
  .titlebar.selection-mode .message-dialog.csd .dialog-action-area .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .titlebar.selection-mode .scale-popup .image-button.suggested-action.button, .titlebar.selection-mode .scale-popup .linked.vertical .image-button.suggested-action.button, .linked.vertical .scale-popup .titlebar.selection-mode .image-button.suggested-action.button, .scale-popup .titlebar.selection-mode .linked.vertical .image-button.suggested-action.button, .linked.vertical .titlebar.selection-mode .scale-popup .inline-toolbar .suggested-action.button, .titlebar.selection-mode .scale-popup .inline-toolbar .linked.vertical .suggested-action.button, .linked.vertical .scale-popup .inline-toolbar .titlebar.selection-mode .suggested-action.button, .scale-popup .inline-toolbar .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .inline-toolbar .scale-popup .suggested-action.button, .titlebar.selection-mode .inline-toolbar .scale-popup .linked.vertical .suggested-action.button, .linked.vertical .inline-toolbar .scale-popup .titlebar.selection-mode .suggested-action.button, .inline-toolbar .scale-popup .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .scale-popup .spinbutton .suggested-action.button, .titlebar.selection-mode .scale-popup .spinbutton .linked.vertical .suggested-action.button, .linked.vertical .scale-popup .spinbutton .titlebar.selection-mode .suggested-action.button, .scale-popup .spinbutton .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .spinbutton .scale-popup .suggested-action.button, .titlebar.selection-mode .spinbutton .scale-popup .linked.vertical .suggested-action.button, .linked.vertical .spinbutton .scale-popup .titlebar.selection-mode .suggested-action.button, .spinbutton .scale-popup .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .scale-popup .notebook tab .suggested-action.button, .titlebar.selection-mode .scale-popup .notebook tab .linked.vertical .suggested-action.button, .linked.vertical .scale-popup .notebook tab .titlebar.selection-mode .suggested-action.button, .scale-popup .notebook tab .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .notebook tab .scale-popup .suggested-action.button, .titlebar.selection-mode .notebook tab .scale-popup .linked.vertical .suggested-action.button, .linked.vertical .notebook tab .scale-popup .titlebar.selection-mode .suggested-action.button, .notebook tab .scale-popup .titlebar.selection-mode .linked.vertical .suggested-action.button, .linked.vertical .titlebar.selection-mode .scale-popup GtkVolumeButton.suggested-action.button, .titlebar.selection-mode .scale-popup .linked.vertical GtkVolumeButton.suggested-action.button, .linked.vertical .scale-popup .titlebar.selection-mode GtkVolumeButton.suggested-action.button, .scale-popup .titlebar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button, .linked.vertical .titlebar.selection-mode .scale-popup .header-bar .suggested-action.button.titlebutton, .titlebar.selection-mode .scale-popup .header-bar .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .scale-popup .header-bar .titlebar.selection-mode .suggested-action.button.titlebutton, .scale-popup .header-bar .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .titlebar.selection-mode .header-bar .scale-popup .suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .scale-popup .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .header-bar .scale-popup .titlebar.selection-mode .suggested-action.button.titlebutton, .header-bar .scale-popup .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .scale-popup .titlebar.selection-mode .suggested-action.button.titlebutton,
  .scale-popup .titlebar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .titlebar.selection-mode .scale-popup .suggested-action.button.titlebutton,
  .titlebar.selection-mode .scale-popup .linked.vertical .suggested-action.button.titlebutton, .linked.vertical .titlebar.selection-mode GtkVolumeButton.flat.button.suggested-action, .titlebar.selection-mode .linked.vertical GtkVolumeButton.flat.button.suggested-action, .linked.vertical .titlebar.selection-mode GtkVolumeButton.suggested-action.entry.image, .titlebar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.entry.image, .linked.vertical .titlebar.selection-mode .inline-toolbar GtkVolumeButton.suggested-action.button, .titlebar.selection-mode .inline-toolbar .linked.vertical GtkVolumeButton.suggested-action.button, .linked.vertical .inline-toolbar .titlebar.selection-mode GtkVolumeButton.suggested-action.button, .inline-toolbar .titlebar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button, .linked.vertical .titlebar.selection-mode .inline-toolbar GtkVolumeButton.suggested-action.button:backdrop, .titlebar.selection-mode .inline-toolbar .linked.vertical GtkVolumeButton.suggested-action.button:backdrop, .linked.vertical .inline-toolbar .titlebar.selection-mode GtkVolumeButton.suggested-action.button:backdrop, .inline-toolbar .titlebar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button:backdrop, .linked.vertical .titlebar.selection-mode GtkVolumeButton.suggested-action:link, .titlebar.selection-mode .linked.vertical GtkVolumeButton.suggested-action:link, .linked.vertical .titlebar.selection-mode .spinbutton GtkVolumeButton.suggested-action.button, .titlebar.selection-mode .spinbutton .linked.vertical GtkVolumeButton.suggested-action.button, .linked.vertical .spinbutton .titlebar.selection-mode GtkVolumeButton.suggested-action.button, .spinbutton .titlebar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button, .linked.vertical .titlebar.selection-mode .notebook tab GtkVolumeButton.suggested-action.button, .titlebar.selection-mode .notebook tab .linked.vertical GtkVolumeButton.suggested-action.button, .linked.vertical .notebook tab .titlebar.selection-mode GtkVolumeButton.suggested-action.button, .notebook tab .titlebar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button, .linked.vertical .titlebar.selection-mode GtkVolumeButton.suggested-action.notebook.arrow, .titlebar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.notebook.arrow, .linked.vertical .titlebar.selection-mode .header-bar GtkVolumeButton.suggested-action.button.titlebutton, .titlebar.selection-mode .header-bar .linked.vertical GtkVolumeButton.suggested-action.button.titlebutton, .linked.vertical .header-bar .titlebar.selection-mode GtkVolumeButton.suggested-action.button.titlebutton, .header-bar .titlebar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button.titlebutton,
  .linked.vertical .titlebar.selection-mode GtkVolumeButton.suggested-action.button.titlebutton,
  .titlebar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .image-button.flat.button.suggested-action,
  .header-bar.selection-mode .linked.vertical .image-button.flat.button.suggested-action,
  .linked.vertical .header-bar.selection-mode .image-button.suggested-action.entry.image,
  .header-bar.selection-mode .linked.vertical .image-button.suggested-action.entry.image,
  .linked.vertical .header-bar.selection-mode .inline-toolbar .suggested-action.entry.image.button,
  .header-bar.selection-mode .inline-toolbar .linked.vertical .suggested-action.entry.image.button,
  .linked.vertical .inline-toolbar .header-bar.selection-mode .suggested-action.entry.image.button,
  .inline-toolbar .header-bar.selection-mode .linked.vertical .suggested-action.entry.image.button,
  .linked.vertical .header-bar.selection-mode .spinbutton .suggested-action.entry.image.button,
  .header-bar.selection-mode .spinbutton .linked.vertical .suggested-action.entry.image.button,
  .linked.vertical .spinbutton .header-bar.selection-mode .suggested-action.entry.image.button,
  .spinbutton .header-bar.selection-mode .linked.vertical .suggested-action.entry.image.button,
  .linked.vertical .header-bar.selection-mode .notebook tab .suggested-action.entry.image.button,
  .header-bar.selection-mode .notebook tab .linked.vertical .suggested-action.entry.image.button,
  .linked.vertical .notebook tab .header-bar.selection-mode .suggested-action.entry.image.button,
  .notebook tab .header-bar.selection-mode .linked.vertical .suggested-action.entry.image.button,
  .linked.vertical .header-bar.selection-mode .suggested-action.entry.image.button.titlebutton,
  .header-bar.selection-mode .linked.vertical .suggested-action.entry.image.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .titlebar .suggested-action.entry.image.button.titlebutton,
  .header-bar.selection-mode .titlebar .linked.vertical .suggested-action.entry.image.button.titlebutton,
  .linked.vertical .titlebar .header-bar.selection-mode .suggested-action.entry.image.button.titlebutton,
  .titlebar .header-bar.selection-mode .linked.vertical .suggested-action.entry.image.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .image-button.suggested-action.menuitem.button.flat,
  .header-bar.selection-mode .linked.vertical .image-button.suggested-action.menuitem.button.flat,
  .linked.vertical .header-bar.selection-mode .suggested-action.menuitem.button.titlebutton,
  .header-bar.selection-mode .linked.vertical .suggested-action.menuitem.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .titlebar .suggested-action.menuitem.button.titlebutton,
  .header-bar.selection-mode .titlebar .linked.vertical .suggested-action.menuitem.button.titlebutton,
  .linked.vertical .titlebar .header-bar.selection-mode .suggested-action.menuitem.button.titlebutton,
  .titlebar .header-bar.selection-mode .linked.vertical .suggested-action.menuitem.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .image-button.suggested-action:link,
  .header-bar.selection-mode .linked.vertical .image-button.suggested-action:link,
  .linked.vertical .header-bar.selection-mode .suggested-action.button.titlebutton:link,
  .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton:link,
  .linked.vertical .header-bar.selection-mode .titlebar .suggested-action.button.titlebutton:link,
  .header-bar.selection-mode .titlebar .linked.vertical .suggested-action.button.titlebutton:link,
  .linked.vertical .titlebar .header-bar.selection-mode .suggested-action.button.titlebutton:link,
  .titlebar .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton:link,
  .linked.vertical .header-bar.selection-mode .osd .toolbar .image-button.suggested-action.button,
  .header-bar.selection-mode .osd .toolbar .linked.vertical .image-button.suggested-action.button,
  .linked.vertical .osd .toolbar .header-bar.selection-mode .image-button.suggested-action.button,
  .osd .toolbar .header-bar.selection-mode .linked.vertical .image-button.suggested-action.button,
  .linked.vertical .header-bar.selection-mode .osd .toolbar .inline-toolbar .suggested-action.button,
  .header-bar.selection-mode .osd .toolbar .inline-toolbar .linked.vertical .suggested-action.button,
  .linked.vertical .osd .toolbar .inline-toolbar .header-bar.selection-mode .suggested-action.button,
  .osd .toolbar .inline-toolbar .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .inline-toolbar .osd .toolbar .suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .osd .toolbar .linked.vertical .suggested-action.button,
  .linked.vertical .inline-toolbar .osd .toolbar .header-bar.selection-mode .suggested-action.button,
  .inline-toolbar .osd .toolbar .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .osd .toolbar .spinbutton .suggested-action.button,
  .header-bar.selection-mode .osd .toolbar .spinbutton .linked.vertical .suggested-action.button,
  .linked.vertical .osd .toolbar .spinbutton .header-bar.selection-mode .suggested-action.button,
  .osd .toolbar .spinbutton .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .spinbutton .osd .toolbar .suggested-action.button,
  .header-bar.selection-mode .spinbutton .osd .toolbar .linked.vertical .suggested-action.button,
  .linked.vertical .spinbutton .osd .toolbar .header-bar.selection-mode .suggested-action.button,
  .spinbutton .osd .toolbar .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .osd .toolbar .notebook tab .suggested-action.button,
  .header-bar.selection-mode .osd .toolbar .notebook tab .linked.vertical .suggested-action.button,
  .linked.vertical .osd .toolbar .notebook tab .header-bar.selection-mode .suggested-action.button,
  .osd .toolbar .notebook tab .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .notebook tab .osd .toolbar .suggested-action.button,
  .header-bar.selection-mode .notebook tab .osd .toolbar .linked.vertical .suggested-action.button,
  .linked.vertical .notebook tab .osd .toolbar .header-bar.selection-mode .suggested-action.button,
  .notebook tab .osd .toolbar .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .osd .toolbar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .osd .toolbar .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .osd .toolbar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .osd .toolbar .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .osd .toolbar .titlebar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .osd .toolbar .titlebar .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .osd .toolbar .titlebar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .osd .toolbar .titlebar .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .titlebar .osd .toolbar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .osd .toolbar .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .titlebar .osd .toolbar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .titlebar .osd .toolbar .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .toolbar.osd .image-button.suggested-action.button,
  .header-bar.selection-mode .toolbar.osd .linked.vertical .image-button.suggested-action.button,
  .linked.vertical .toolbar.osd .header-bar.selection-mode .image-button.suggested-action.button,
  .toolbar.osd .header-bar.selection-mode .linked.vertical .image-button.suggested-action.button,
  .linked.vertical .header-bar.selection-mode .toolbar.osd .inline-toolbar .suggested-action.button,
  .header-bar.selection-mode .toolbar.osd .inline-toolbar .linked.vertical .suggested-action.button,
  .linked.vertical .toolbar.osd .inline-toolbar .header-bar.selection-mode .suggested-action.button,
  .toolbar.osd .inline-toolbar .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .inline-toolbar .toolbar.osd .suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .toolbar.osd .linked.vertical .suggested-action.button,
  .linked.vertical .inline-toolbar .toolbar.osd .header-bar.selection-mode .suggested-action.button,
  .inline-toolbar .toolbar.osd .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .toolbar.osd .spinbutton .suggested-action.button,
  .header-bar.selection-mode .toolbar.osd .spinbutton .linked.vertical .suggested-action.button,
  .linked.vertical .toolbar.osd .spinbutton .header-bar.selection-mode .suggested-action.button,
  .toolbar.osd .spinbutton .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .spinbutton .toolbar.osd .suggested-action.button,
  .header-bar.selection-mode .spinbutton .toolbar.osd .linked.vertical .suggested-action.button,
  .linked.vertical .spinbutton .toolbar.osd .header-bar.selection-mode .suggested-action.button,
  .spinbutton .toolbar.osd .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .toolbar.osd .notebook tab .suggested-action.button,
  .header-bar.selection-mode .toolbar.osd .notebook tab .linked.vertical .suggested-action.button,
  .linked.vertical .toolbar.osd .notebook tab .header-bar.selection-mode .suggested-action.button,
  .toolbar.osd .notebook tab .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .notebook tab .toolbar.osd .suggested-action.button,
  .header-bar.selection-mode .notebook tab .toolbar.osd .linked.vertical .suggested-action.button,
  .linked.vertical .notebook tab .toolbar.osd .header-bar.selection-mode .suggested-action.button,
  .notebook tab .toolbar.osd .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .toolbar.osd .header-bar.selection-mode .suggested-action.button.titlebutton,
  .toolbar.osd .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .toolbar.osd .suggested-action.button.titlebutton,
  .header-bar.selection-mode .toolbar.osd .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .toolbar.osd .titlebar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .toolbar.osd .titlebar .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .toolbar.osd .titlebar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .toolbar.osd .titlebar .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .titlebar .toolbar.osd .suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .toolbar.osd .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .titlebar .toolbar.osd .header-bar.selection-mode .suggested-action.button.titlebutton,
  .titlebar .toolbar.osd .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .titlebar .inline-toolbar .suggested-action.button,
  .header-bar.selection-mode .titlebar .inline-toolbar .linked.vertical .suggested-action.button,
  .linked.vertical .inline-toolbar .titlebar .header-bar.selection-mode .suggested-action.button,
  .inline-toolbar .titlebar .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .titlebar .spinbutton .suggested-action.button,
  .header-bar.selection-mode .titlebar .spinbutton .linked.vertical .suggested-action.button,
  .linked.vertical .spinbutton .titlebar .header-bar.selection-mode .suggested-action.button,
  .spinbutton .titlebar .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .titlebar .notebook tab .suggested-action.button,
  .header-bar.selection-mode .titlebar .notebook tab .linked.vertical .suggested-action.button,
  .linked.vertical .notebook tab .titlebar .header-bar.selection-mode .suggested-action.button,
  .notebook tab .titlebar .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode GtkTreeView.image-button.suggested-action.view.expander,
  .header-bar.selection-mode .linked.vertical GtkTreeView.image-button.suggested-action.view.expander,
  .linked.vertical .header-bar.selection-mode .inline-toolbar GtkTreeView.suggested-action.view.expander.button,
  .header-bar.selection-mode .inline-toolbar .linked.vertical GtkTreeView.suggested-action.view.expander.button,
  .linked.vertical .inline-toolbar .header-bar.selection-mode GtkTreeView.suggested-action.view.expander.button,
  .inline-toolbar .header-bar.selection-mode .linked.vertical GtkTreeView.suggested-action.view.expander.button,
  .linked.vertical .header-bar.selection-mode .spinbutton GtkTreeView.suggested-action.view.expander.button,
  .header-bar.selection-mode .spinbutton .linked.vertical GtkTreeView.suggested-action.view.expander.button,
  .linked.vertical .spinbutton .header-bar.selection-mode GtkTreeView.suggested-action.view.expander.button,
  .spinbutton .header-bar.selection-mode .linked.vertical GtkTreeView.suggested-action.view.expander.button,
  .linked.vertical .header-bar.selection-mode .notebook tab GtkTreeView.suggested-action.view.expander.button,
  .header-bar.selection-mode .notebook tab .linked.vertical GtkTreeView.suggested-action.view.expander.button,
  .linked.vertical .notebook tab .header-bar.selection-mode GtkTreeView.suggested-action.view.expander.button,
  .notebook tab .header-bar.selection-mode .linked.vertical GtkTreeView.suggested-action.view.expander.button,
  .linked.vertical .header-bar.selection-mode GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .header-bar.selection-mode .linked.vertical GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .titlebar GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .header-bar.selection-mode .titlebar .linked.vertical GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .linked.vertical .titlebar .header-bar.selection-mode GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .titlebar .header-bar.selection-mode .linked.vertical GtkTreeView.suggested-action.view.expander.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .image-button.suggested-action.notebook.arrow,
  .header-bar.selection-mode .linked.vertical .image-button.suggested-action.notebook.arrow,
  .linked.vertical .header-bar.selection-mode .inline-toolbar .suggested-action.notebook.arrow.button,
  .header-bar.selection-mode .inline-toolbar .linked.vertical .suggested-action.notebook.arrow.button,
  .linked.vertical .inline-toolbar .header-bar.selection-mode .suggested-action.notebook.arrow.button,
  .inline-toolbar .header-bar.selection-mode .linked.vertical .suggested-action.notebook.arrow.button,
  .linked.vertical .header-bar.selection-mode .spinbutton .suggested-action.notebook.arrow.button,
  .header-bar.selection-mode .spinbutton .linked.vertical .suggested-action.notebook.arrow.button,
  .linked.vertical .spinbutton .header-bar.selection-mode .suggested-action.notebook.arrow.button,
  .spinbutton .header-bar.selection-mode .linked.vertical .suggested-action.notebook.arrow.button,
  .linked.vertical .header-bar.selection-mode .notebook tab .suggested-action.notebook.arrow.button,
  .header-bar.selection-mode .notebook tab .linked.vertical .suggested-action.notebook.arrow.button,
  .linked.vertical .notebook tab .header-bar.selection-mode .suggested-action.notebook.arrow.button,
  .notebook tab .header-bar.selection-mode .linked.vertical .suggested-action.notebook.arrow.button,
  .linked.vertical .header-bar.selection-mode GtkVolumeButton.suggested-action.notebook.arrow.button,
  .header-bar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.notebook.arrow.button,
  .linked.vertical .header-bar.selection-mode .suggested-action.notebook.arrow.button.titlebutton,
  .header-bar.selection-mode .linked.vertical .suggested-action.notebook.arrow.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .titlebar .suggested-action.notebook.arrow.button.titlebutton,
  .header-bar.selection-mode .titlebar .linked.vertical .suggested-action.notebook.arrow.button.titlebutton,
  .linked.vertical .titlebar .header-bar.selection-mode .suggested-action.notebook.arrow.button.titlebutton,
  .titlebar .header-bar.selection-mode .linked.vertical .suggested-action.notebook.arrow.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .scrollbar .image-button.suggested-action.button,
  .header-bar.selection-mode .scrollbar .linked.vertical .image-button.suggested-action.button,
  .linked.vertical .scrollbar .header-bar.selection-mode .image-button.suggested-action.button,
  .scrollbar .header-bar.selection-mode .linked.vertical .image-button.suggested-action.button,
  .linked.vertical .header-bar.selection-mode .scrollbar .inline-toolbar .suggested-action.button,
  .header-bar.selection-mode .scrollbar .inline-toolbar .linked.vertical .suggested-action.button,
  .linked.vertical .scrollbar .inline-toolbar .header-bar.selection-mode .suggested-action.button,
  .scrollbar .inline-toolbar .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .inline-toolbar .scrollbar .suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .scrollbar .linked.vertical .suggested-action.button,
  .linked.vertical .inline-toolbar .scrollbar .header-bar.selection-mode .suggested-action.button,
  .inline-toolbar .scrollbar .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .scrollbar .spinbutton .suggested-action.button,
  .header-bar.selection-mode .scrollbar .spinbutton .linked.vertical .suggested-action.button,
  .linked.vertical .scrollbar .spinbutton .header-bar.selection-mode .suggested-action.button,
  .scrollbar .spinbutton .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .spinbutton .scrollbar .suggested-action.button,
  .header-bar.selection-mode .spinbutton .scrollbar .linked.vertical .suggested-action.button,
  .linked.vertical .spinbutton .scrollbar .header-bar.selection-mode .suggested-action.button,
  .spinbutton .scrollbar .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .scrollbar .notebook tab .suggested-action.button,
  .header-bar.selection-mode .scrollbar .notebook tab .linked.vertical .suggested-action.button,
  .linked.vertical .scrollbar .notebook tab .header-bar.selection-mode .suggested-action.button,
  .scrollbar .notebook tab .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .notebook tab .scrollbar .suggested-action.button,
  .header-bar.selection-mode .notebook tab .scrollbar .linked.vertical .suggested-action.button,
  .linked.vertical .notebook tab .scrollbar .header-bar.selection-mode .suggested-action.button,
  .notebook tab .scrollbar .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .scrollbar GtkVolumeButton.suggested-action.button,
  .header-bar.selection-mode .scrollbar .linked.vertical GtkVolumeButton.suggested-action.button,
  .linked.vertical .scrollbar .header-bar.selection-mode GtkVolumeButton.suggested-action.button,
  .scrollbar .header-bar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button,
  .linked.vertical .scrollbar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .scrollbar .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .scrollbar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .scrollbar .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .scrollbar .titlebar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .scrollbar .titlebar .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .scrollbar .titlebar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .scrollbar .titlebar .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .titlebar .scrollbar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .scrollbar .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .titlebar .scrollbar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .titlebar .scrollbar .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode GtkExpander.image-button.suggested-action,
  .header-bar.selection-mode .linked.vertical GtkExpander.image-button.suggested-action,
  .linked.vertical .header-bar.selection-mode .inline-toolbar GtkExpander.suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .linked.vertical GtkExpander.suggested-action.button,
  .linked.vertical .inline-toolbar .header-bar.selection-mode GtkExpander.suggested-action.button,
  .inline-toolbar .header-bar.selection-mode .linked.vertical GtkExpander.suggested-action.button,
  .linked.vertical .header-bar.selection-mode .inline-toolbar GtkExpander.suggested-action.button:backdrop,
  .header-bar.selection-mode .inline-toolbar .linked.vertical GtkExpander.suggested-action.button:backdrop,
  .linked.vertical .inline-toolbar .header-bar.selection-mode GtkExpander.suggested-action.button:backdrop,
  .inline-toolbar .header-bar.selection-mode .linked.vertical GtkExpander.suggested-action.button:backdrop,
  .linked.vertical .header-bar.selection-mode .spinbutton GtkExpander.suggested-action.button,
  .header-bar.selection-mode .spinbutton .linked.vertical GtkExpander.suggested-action.button,
  .linked.vertical .spinbutton .header-bar.selection-mode GtkExpander.suggested-action.button,
  .spinbutton .header-bar.selection-mode .linked.vertical GtkExpander.suggested-action.button,
  .linked.vertical .header-bar.selection-mode .notebook tab GtkExpander.suggested-action.button,
  .header-bar.selection-mode .notebook tab .linked.vertical GtkExpander.suggested-action.button,
  .linked.vertical .notebook tab .header-bar.selection-mode GtkExpander.suggested-action.button,
  .notebook tab .header-bar.selection-mode .linked.vertical GtkExpander.suggested-action.button,
  .linked.vertical .header-bar.selection-mode GtkExpander.suggested-action.button.titlebutton,
  .header-bar.selection-mode .linked.vertical GtkExpander.suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .titlebar GtkExpander.suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .linked.vertical GtkExpander.suggested-action.button.titlebutton,
  .linked.vertical .titlebar .header-bar.selection-mode GtkExpander.suggested-action.button.titlebutton,
  .titlebar .header-bar.selection-mode .linked.vertical GtkExpander.suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode GtkCalendar.image-button.suggested-action.button,
  .header-bar.selection-mode .linked.vertical GtkCalendar.image-button.suggested-action.button,
  .linked.vertical .header-bar.selection-mode .inline-toolbar GtkCalendar.suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .linked.vertical GtkCalendar.suggested-action.button,
  .linked.vertical .inline-toolbar .header-bar.selection-mode GtkCalendar.suggested-action.button,
  .inline-toolbar .header-bar.selection-mode .linked.vertical GtkCalendar.suggested-action.button,
  .linked.vertical .header-bar.selection-mode .inline-toolbar GtkCalendar.suggested-action.button:backdrop,
  .header-bar.selection-mode .inline-toolbar .linked.vertical GtkCalendar.suggested-action.button:backdrop,
  .linked.vertical .inline-toolbar .header-bar.selection-mode GtkCalendar.suggested-action.button:backdrop,
  .inline-toolbar .header-bar.selection-mode .linked.vertical GtkCalendar.suggested-action.button:backdrop,
  .linked.vertical .header-bar.selection-mode .spinbutton GtkCalendar.suggested-action.button,
  .header-bar.selection-mode .spinbutton .linked.vertical GtkCalendar.suggested-action.button,
  .linked.vertical .spinbutton .header-bar.selection-mode GtkCalendar.suggested-action.button,
  .spinbutton .header-bar.selection-mode .linked.vertical GtkCalendar.suggested-action.button,
  .linked.vertical .header-bar.selection-mode .notebook tab GtkCalendar.suggested-action.button,
  .header-bar.selection-mode .notebook tab .linked.vertical GtkCalendar.suggested-action.button,
  .linked.vertical .notebook tab .header-bar.selection-mode GtkCalendar.suggested-action.button,
  .notebook tab .header-bar.selection-mode .linked.vertical GtkCalendar.suggested-action.button,
  .linked.vertical .header-bar.selection-mode GtkCalendar.suggested-action.button.titlebutton,
  .header-bar.selection-mode .linked.vertical GtkCalendar.suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .titlebar GtkCalendar.suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .linked.vertical GtkCalendar.suggested-action.button.titlebutton,
  .linked.vertical .titlebar .header-bar.selection-mode GtkCalendar.suggested-action.button.titlebutton,
  .titlebar .header-bar.selection-mode .linked.vertical GtkCalendar.suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .message-dialog.csd .dialog-action-area .image-button.suggested-action.button,
  .header-bar.selection-mode .message-dialog.csd .dialog-action-area .linked.vertical .image-button.suggested-action.button,
  .linked.vertical .message-dialog.csd .dialog-action-area .header-bar.selection-mode .image-button.suggested-action.button,
  .message-dialog.csd .dialog-action-area .header-bar.selection-mode .linked.vertical .image-button.suggested-action.button,
  .linked.vertical .header-bar.selection-mode .message-dialog.csd .dialog-action-area .inline-toolbar .suggested-action.button,
  .header-bar.selection-mode .message-dialog.csd .dialog-action-area .inline-toolbar .linked.vertical .suggested-action.button,
  .linked.vertical .message-dialog.csd .dialog-action-area .inline-toolbar .header-bar.selection-mode .suggested-action.button,
  .message-dialog.csd .dialog-action-area .inline-toolbar .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .inline-toolbar .message-dialog.csd .dialog-action-area .suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .message-dialog.csd .dialog-action-area .linked.vertical .suggested-action.button,
  .linked.vertical .inline-toolbar .message-dialog.csd .dialog-action-area .header-bar.selection-mode .suggested-action.button,
  .inline-toolbar .message-dialog.csd .dialog-action-area .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .message-dialog.csd .dialog-action-area .spinbutton .suggested-action.button,
  .header-bar.selection-mode .message-dialog.csd .dialog-action-area .spinbutton .linked.vertical .suggested-action.button,
  .linked.vertical .message-dialog.csd .dialog-action-area .spinbutton .header-bar.selection-mode .suggested-action.button,
  .message-dialog.csd .dialog-action-area .spinbutton .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .spinbutton .message-dialog.csd .dialog-action-area .suggested-action.button,
  .header-bar.selection-mode .spinbutton .message-dialog.csd .dialog-action-area .linked.vertical .suggested-action.button,
  .linked.vertical .spinbutton .message-dialog.csd .dialog-action-area .header-bar.selection-mode .suggested-action.button,
  .spinbutton .message-dialog.csd .dialog-action-area .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .message-dialog.csd .dialog-action-area .notebook tab .suggested-action.button,
  .header-bar.selection-mode .message-dialog.csd .dialog-action-area .notebook tab .linked.vertical .suggested-action.button,
  .linked.vertical .message-dialog.csd .dialog-action-area .notebook tab .header-bar.selection-mode .suggested-action.button,
  .message-dialog.csd .dialog-action-area .notebook tab .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .notebook tab .message-dialog.csd .dialog-action-area .suggested-action.button,
  .header-bar.selection-mode .notebook tab .message-dialog.csd .dialog-action-area .linked.vertical .suggested-action.button,
  .linked.vertical .notebook tab .message-dialog.csd .dialog-action-area .header-bar.selection-mode .suggested-action.button,
  .notebook tab .message-dialog.csd .dialog-action-area .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .message-dialog.csd .dialog-action-area GtkVolumeButton.suggested-action.button,
  .header-bar.selection-mode .message-dialog.csd .dialog-action-area .linked.vertical GtkVolumeButton.suggested-action.button,
  .linked.vertical .message-dialog.csd .dialog-action-area .header-bar.selection-mode GtkVolumeButton.suggested-action.button,
  .message-dialog.csd .dialog-action-area .header-bar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button,
  .linked.vertical .message-dialog.csd .dialog-action-area .header-bar.selection-mode .suggested-action.button.titlebutton,
  .message-dialog.csd .dialog-action-area .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .message-dialog.csd .dialog-action-area .suggested-action.button.titlebutton,
  .header-bar.selection-mode .message-dialog.csd .dialog-action-area .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .message-dialog.csd .dialog-action-area .titlebar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .message-dialog.csd .dialog-action-area .titlebar .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .message-dialog.csd .dialog-action-area .titlebar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .message-dialog.csd .dialog-action-area .titlebar .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .titlebar .message-dialog.csd .dialog-action-area .suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .message-dialog.csd .dialog-action-area .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .titlebar .message-dialog.csd .dialog-action-area .header-bar.selection-mode .suggested-action.button.titlebutton,
  .titlebar .message-dialog.csd .dialog-action-area .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .scale-popup .image-button.suggested-action.button,
  .header-bar.selection-mode .scale-popup .linked.vertical .image-button.suggested-action.button,
  .linked.vertical .scale-popup .header-bar.selection-mode .image-button.suggested-action.button,
  .scale-popup .header-bar.selection-mode .linked.vertical .image-button.suggested-action.button,
  .linked.vertical .header-bar.selection-mode .scale-popup .inline-toolbar .suggested-action.button,
  .header-bar.selection-mode .scale-popup .inline-toolbar .linked.vertical .suggested-action.button,
  .linked.vertical .scale-popup .inline-toolbar .header-bar.selection-mode .suggested-action.button,
  .scale-popup .inline-toolbar .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .inline-toolbar .scale-popup .suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .scale-popup .linked.vertical .suggested-action.button,
  .linked.vertical .inline-toolbar .scale-popup .header-bar.selection-mode .suggested-action.button,
  .inline-toolbar .scale-popup .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .scale-popup .spinbutton .suggested-action.button,
  .header-bar.selection-mode .scale-popup .spinbutton .linked.vertical .suggested-action.button,
  .linked.vertical .scale-popup .spinbutton .header-bar.selection-mode .suggested-action.button,
  .scale-popup .spinbutton .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .spinbutton .scale-popup .suggested-action.button,
  .header-bar.selection-mode .spinbutton .scale-popup .linked.vertical .suggested-action.button,
  .linked.vertical .spinbutton .scale-popup .header-bar.selection-mode .suggested-action.button,
  .spinbutton .scale-popup .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .scale-popup .notebook tab .suggested-action.button,
  .header-bar.selection-mode .scale-popup .notebook tab .linked.vertical .suggested-action.button,
  .linked.vertical .scale-popup .notebook tab .header-bar.selection-mode .suggested-action.button,
  .scale-popup .notebook tab .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .notebook tab .scale-popup .suggested-action.button,
  .header-bar.selection-mode .notebook tab .scale-popup .linked.vertical .suggested-action.button,
  .linked.vertical .notebook tab .scale-popup .header-bar.selection-mode .suggested-action.button,
  .notebook tab .scale-popup .header-bar.selection-mode .linked.vertical .suggested-action.button,
  .linked.vertical .header-bar.selection-mode .scale-popup GtkVolumeButton.suggested-action.button,
  .header-bar.selection-mode .scale-popup .linked.vertical GtkVolumeButton.suggested-action.button,
  .linked.vertical .scale-popup .header-bar.selection-mode GtkVolumeButton.suggested-action.button,
  .scale-popup .header-bar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button,
  .linked.vertical .scale-popup .header-bar.selection-mode .suggested-action.button.titlebutton,
  .scale-popup .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .scale-popup .suggested-action.button.titlebutton,
  .header-bar.selection-mode .scale-popup .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .scale-popup .titlebar .suggested-action.button.titlebutton,
  .header-bar.selection-mode .scale-popup .titlebar .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .scale-popup .titlebar .header-bar.selection-mode .suggested-action.button.titlebutton,
  .scale-popup .titlebar .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .titlebar .scale-popup .suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .scale-popup .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .titlebar .scale-popup .header-bar.selection-mode .suggested-action.button.titlebutton,
  .titlebar .scale-popup .header-bar.selection-mode .linked.vertical .suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode GtkVolumeButton.flat.button.suggested-action,
  .header-bar.selection-mode .linked.vertical GtkVolumeButton.flat.button.suggested-action,
  .linked.vertical .header-bar.selection-mode GtkVolumeButton.suggested-action.entry.image,
  .header-bar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.entry.image,
  .linked.vertical .header-bar.selection-mode .inline-toolbar GtkVolumeButton.suggested-action.button,
  .header-bar.selection-mode .inline-toolbar .linked.vertical GtkVolumeButton.suggested-action.button,
  .linked.vertical .inline-toolbar .header-bar.selection-mode GtkVolumeButton.suggested-action.button,
  .inline-toolbar .header-bar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button,
  .linked.vertical .header-bar.selection-mode .inline-toolbar GtkVolumeButton.suggested-action.button:backdrop,
  .header-bar.selection-mode .inline-toolbar .linked.vertical GtkVolumeButton.suggested-action.button:backdrop,
  .linked.vertical .inline-toolbar .header-bar.selection-mode GtkVolumeButton.suggested-action.button:backdrop,
  .inline-toolbar .header-bar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button:backdrop,
  .linked.vertical .header-bar.selection-mode GtkVolumeButton.suggested-action:link,
  .header-bar.selection-mode .linked.vertical GtkVolumeButton.suggested-action:link,
  .linked.vertical .header-bar.selection-mode .spinbutton GtkVolumeButton.suggested-action.button,
  .header-bar.selection-mode .spinbutton .linked.vertical GtkVolumeButton.suggested-action.button,
  .linked.vertical .spinbutton .header-bar.selection-mode GtkVolumeButton.suggested-action.button,
  .spinbutton .header-bar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button,
  .linked.vertical .header-bar.selection-mode .notebook tab GtkVolumeButton.suggested-action.button,
  .header-bar.selection-mode .notebook tab .linked.vertical GtkVolumeButton.suggested-action.button,
  .linked.vertical .notebook tab .header-bar.selection-mode GtkVolumeButton.suggested-action.button,
  .notebook tab .header-bar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button,
  .linked.vertical .header-bar.selection-mode GtkVolumeButton.suggested-action.notebook.arrow,
  .header-bar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.notebook.arrow,
  .linked.vertical .header-bar.selection-mode GtkVolumeButton.suggested-action.button.titlebutton,
  .header-bar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button.titlebutton,
  .linked.vertical .header-bar.selection-mode .titlebar GtkVolumeButton.suggested-action.button.titlebutton,
  .header-bar.selection-mode .titlebar .linked.vertical GtkVolumeButton.suggested-action.button.titlebutton,
  .linked.vertical .titlebar .header-bar.selection-mode GtkVolumeButton.suggested-action.button.titlebutton,
  .titlebar .header-bar.selection-mode .linked.vertical GtkVolumeButton.suggested-action.button.titlebutton, .linked.vertical GtkTreeView.image-button.view.expander, .linked.vertical .inline-toolbar GtkTreeView.view.expander.button, .inline-toolbar .linked.vertical GtkTreeView.view.expander.button, .linked.vertical .spinbutton GtkTreeView.view.expander.button, .spinbutton .linked.vertical GtkTreeView.view.expander.button, .linked.vertical .notebook tab GtkTreeView.view.expander.button, .notebook tab .linked.vertical GtkTreeView.view.expander.button, .linked.vertical .header-bar GtkTreeView.view.expander.button.titlebutton, .header-bar .linked.vertical GtkTreeView.view.expander.button.titlebutton,
  .linked.vertical .titlebar GtkTreeView.view.expander.button.titlebutton,
  .titlebar .linked.vertical GtkTreeView.view.expander.button.titlebutton, .linked.vertical .notebook tab .button, .notebook tab .linked.vertical .button, .linked.vertical .image-button.notebook.arrow, .linked.vertical .inline-toolbar .notebook.arrow.button, .inline-toolbar .linked.vertical .notebook.arrow.button, .linked.vertical .spinbutton .notebook.arrow.button, .spinbutton .linked.vertical .notebook.arrow.button, .linked.vertical .notebook tab .notebook.arrow.button, .notebook tab .linked.vertical .notebook.arrow.button, .linked.vertical GtkVolumeButton.notebook.arrow.button, .linked.vertical .header-bar .notebook.arrow.button.titlebutton, .header-bar .linked.vertical .notebook.arrow.button.titlebutton,
  .linked.vertical .titlebar .notebook.arrow.button.titlebutton,
  .titlebar .linked.vertical .notebook.arrow.button.titlebutton, .linked.vertical .scrollbar .image-button.button, .scrollbar .linked.vertical .image-button.button, .linked.vertical .scrollbar .inline-toolbar .button, .scrollbar .inline-toolbar .linked.vertical .button, .linked.vertical .inline-toolbar .scrollbar .button, .inline-toolbar .scrollbar .linked.vertical .button, .linked.vertical .inline-toolbar .titlebar.selection-mode .scrollbar .button.suggested-action, .inline-toolbar .titlebar.selection-mode .scrollbar .linked.vertical .button.suggested-action, .linked.vertical .scrollbar .titlebar.selection-mode .inline-toolbar .button.suggested-action, .scrollbar .titlebar.selection-mode .inline-toolbar .linked.vertical .button.suggested-action,
  .linked.vertical .inline-toolbar .header-bar.selection-mode .scrollbar .button.suggested-action,
  .inline-toolbar .header-bar.selection-mode .scrollbar .linked.vertical .button.suggested-action,
  .linked.vertical .scrollbar .header-bar.selection-mode .inline-toolbar .button.suggested-action,
  .scrollbar .header-bar.selection-mode .inline-toolbar .linked.vertical .button.suggested-action, .linked.vertical .scrollbar .spinbutton .button, .scrollbar .spinbutton .linked.vertical .button, .linked.vertical .spinbutton .scrollbar .button, .spinbutton .scrollbar .linked.vertical .button, .linked.vertical .spinbutton .titlebar.selection-mode .scrollbar .button.suggested-action, .spinbutton .titlebar.selection-mode .scrollbar .linked.vertical .button.suggested-action, .linked.vertical .scrollbar .titlebar.selection-mode .spinbutton .button.suggested-action, .scrollbar .titlebar.selection-mode .spinbutton .linked.vertical .button.suggested-action,
  .linked.vertical .spinbutton .header-bar.selection-mode .scrollbar .button.suggested-action,
  .spinbutton .header-bar.selection-mode .scrollbar .linked.vertical .button.suggested-action,
  .linked.vertical .scrollbar .header-bar.selection-mode .spinbutton .button.suggested-action,
  .scrollbar .header-bar.selection-mode .spinbutton .linked.vertical .button.suggested-action, .linked.vertical .scrollbar .titlebar.selection-mode .notebook tab .button.suggested-action, .scrollbar .titlebar.selection-mode .notebook tab .linked.vertical .button.suggested-action, .linked.vertical .notebook tab .titlebar.selection-mode .scrollbar .button.suggested-action, .notebook tab .titlebar.selection-mode .scrollbar .linked.vertical .button.suggested-action,
  .linked.vertical .scrollbar .header-bar.selection-mode .notebook tab .button.suggested-action,
  .scrollbar .header-bar.selection-mode .notebook tab .linked.vertical .button.suggested-action,
  .linked.vertical .notebook tab .header-bar.selection-mode .scrollbar .button.suggested-action,
  .notebook tab .header-bar.selection-mode .scrollbar .linked.vertical .button.suggested-action, .linked.vertical .scrollbar .notebook tab .button, .scrollbar .notebook tab .linked.vertical .button, .linked.vertical .notebook tab .scrollbar .button, .notebook tab .scrollbar .linked.vertical .button, .linked.vertical .scrollbar GtkVolumeButton.button, .scrollbar .linked.vertical GtkVolumeButton.button, .linked.vertical .scrollbar .header-bar .button.titlebutton, .scrollbar .header-bar .linked.vertical .button.titlebutton, .linked.vertical .header-bar .scrollbar .button.titlebutton, .header-bar .scrollbar .linked.vertical .button.titlebutton,
  .linked.vertical .scrollbar .titlebar .button.titlebutton,
  .scrollbar .titlebar .linked.vertical .button.titlebutton,
  .linked.vertical .titlebar .scrollbar .button.titlebutton,
  .titlebar .scrollbar .linked.vertical .button.titlebutton, .linked.vertical GtkExpander.image-button, .linked.vertical .inline-toolbar GtkExpander.button, .inline-toolbar .linked.vertical GtkExpander.button, .linked.vertical .inline-toolbar GtkExpander.button:backdrop, .inline-toolbar .linked.vertical GtkExpander.button:backdrop, .linked.vertical .spinbutton GtkExpander.button, .spinbutton .linked.vertical GtkExpander.button, .linked.vertical .notebook tab GtkExpander.button, .notebook tab .linked.vertical GtkExpander.button, .linked.vertical .header-bar GtkExpander.button.titlebutton, .header-bar .linked.vertical GtkExpander.button.titlebutton,
  .linked.vertical .titlebar GtkExpander.button.titlebutton,
  .titlebar .linked.vertical GtkExpander.button.titlebutton, .linked.vertical GtkCalendar.image-button.button, .linked.vertical .inline-toolbar GtkCalendar.button, .inline-toolbar .linked.vertical GtkCalendar.button, .linked.vertical .inline-toolbar GtkCalendar.button:backdrop, .inline-toolbar .linked.vertical GtkCalendar.button:backdrop, .linked.vertical .spinbutton GtkCalendar.button, .spinbutton .linked.vertical GtkCalendar.button, .linked.vertical .notebook tab GtkCalendar.button, .notebook tab .linked.vertical GtkCalendar.button, .linked.vertical .header-bar GtkCalendar.button.titlebutton, .header-bar .linked.vertical GtkCalendar.button.titlebutton,
  .linked.vertical .titlebar GtkCalendar.button.titlebutton,
  .titlebar .linked.vertical GtkCalendar.button.titlebutton, .linked.vertical .message-dialog.csd .dialog-action-area .image-button.button, .message-dialog.csd .dialog-action-area .linked.vertical .image-button.button, .linked.vertical .message-dialog.csd .dialog-action-area .inline-toolbar .button, .message-dialog.csd .dialog-action-area .inline-toolbar .linked.vertical .button, .linked.vertical .inline-toolbar .message-dialog.csd .dialog-action-area .button, .inline-toolbar .message-dialog.csd .dialog-action-area .linked.vertical .button, .linked.vertical .message-dialog.csd .dialog-action-area .spinbutton .button, .message-dialog.csd .dialog-action-area .spinbutton .linked.vertical .button, .linked.vertical .spinbutton .message-dialog.csd .dialog-action-area .button, .spinbutton .message-dialog.csd .dialog-action-area .linked.vertical .button, .linked.vertical .message-dialog.csd .dialog-action-area .notebook tab .button, .message-dialog.csd .dialog-action-area .notebook tab .linked.vertical .button, .linked.vertical .notebook tab .message-dialog.csd .dialog-action-area .button, .notebook tab .message-dialog.csd .dialog-action-area .linked.vertical .button, .linked.vertical .message-dialog.csd .dialog-action-area GtkVolumeButton.button, .message-dialog.csd .dialog-action-area .linked.vertical GtkVolumeButton.button, .linked.vertical .message-dialog.csd .dialog-action-area .header-bar .button.titlebutton, .message-dialog.csd .dialog-action-area .header-bar .linked.vertical .button.titlebutton, .linked.vertical .header-bar .message-dialog.csd .dialog-action-area .button.titlebutton, .header-bar .message-dialog.csd .dialog-action-area .linked.vertical .button.titlebutton,
  .linked.vertical .message-dialog.csd .dialog-action-area .titlebar .button.titlebutton,
  .message-dialog.csd .dialog-action-area .titlebar .linked.vertical .button.titlebutton,
  .linked.vertical .titlebar .message-dialog.csd .dialog-action-area .button.titlebutton,
  .titlebar .message-dialog.csd .dialog-action-area .linked.vertical .button.titlebutton, .linked.vertical .scale-popup .image-button.button, .scale-popup .linked.vertical .image-button.button, .linked.vertical .scale-popup .inline-toolbar .button, .scale-popup .inline-toolbar .linked.vertical .button, .linked.vertical .inline-toolbar .scale-popup .button, .inline-toolbar .scale-popup .linked.vertical .button, .linked.vertical .inline-toolbar .titlebar.selection-mode .scale-popup .button.suggested-action, .inline-toolbar .titlebar.selection-mode .scale-popup .linked.vertical .button.suggested-action, .linked.vertical .scale-popup .titlebar.selection-mode .inline-toolbar .button.suggested-action, .scale-popup .titlebar.selection-mode .inline-toolbar .linked.vertical .button.suggested-action,
  .linked.vertical .inline-toolbar .header-bar.selection-mode .scale-popup .button.suggested-action,
  .inline-toolbar .header-bar.selection-mode .scale-popup .linked.vertical .button.suggested-action,
  .linked.vertical .scale-popup .header-bar.selection-mode .inline-toolbar .button.suggested-action,
  .scale-popup .header-bar.selection-mode .inline-toolbar .linked.vertical .button.suggested-action, .linked.vertical .scale-popup .spinbutton .button, .scale-popup .spinbutton .linked.vertical .button, .linked.vertical .spinbutton .scale-popup .button, .spinbutton .scale-popup .linked.vertical .button, .linked.vertical .spinbutton .titlebar.selection-mode .scale-popup .button.suggested-action, .spinbutton .titlebar.selection-mode .scale-popup .linked.vertical .button.suggested-action, .linked.vertical .scale-popup .titlebar.selection-mode .spinbutton .button.suggested-action, .scale-popup .titlebar.selection-mode .spinbutton .linked.vertical .button.suggested-action,
  .linked.vertical .spinbutton .header-bar.selection-mode .scale-popup .button.suggested-action,
  .spinbutton .header-bar.selection-mode .scale-popup .linked.vertical .button.suggested-action,
  .linked.vertical .scale-popup .header-bar.selection-mode .spinbutton .button.suggested-action,
  .scale-popup .header-bar.selection-mode .spinbutton .linked.vertical .button.suggested-action, .linked.vertical .scale-popup .titlebar.selection-mode .notebook tab .button.suggested-action, .scale-popup .titlebar.selection-mode .notebook tab .linked.vertical .button.suggested-action, .linked.vertical .notebook tab .titlebar.selection-mode .scale-popup .button.suggested-action, .notebook tab .titlebar.selection-mode .scale-popup .linked.vertical .button.suggested-action,
  .linked.vertical .scale-popup .header-bar.selection-mode .notebook tab .button.suggested-action,
  .scale-popup .header-bar.selection-mode .notebook tab .linked.vertical .button.suggested-action,
  .linked.vertical .notebook tab .header-bar.selection-mode .scale-popup .button.suggested-action,
  .notebook tab .header-bar.selection-mode .scale-popup .linked.vertical .button.suggested-action, .linked.vertical .scale-popup .notebook tab .button, .scale-popup .notebook tab .linked.vertical .button, .linked.vertical .notebook tab .scale-popup .button, .notebook tab .scale-popup .linked.vertical .button, .linked.vertical .scale-popup GtkVolumeButton.button, .scale-popup .linked.vertical GtkVolumeButton.button, .linked.vertical .scale-popup .header-bar .button.titlebutton, .scale-popup .header-bar .linked.vertical .button.titlebutton, .linked.vertical .header-bar .scale-popup .button.titlebutton, .header-bar .scale-popup .linked.vertical .button.titlebutton,
  .linked.vertical .scale-popup .titlebar .button.titlebutton,
  .scale-popup .titlebar .linked.vertical .button.titlebutton,
  .linked.vertical .titlebar .scale-popup .button.titlebutton,
  .titlebar .scale-popup .linked.vertical .button.titlebutton, .linked.vertical GtkVolumeButton.button.flat, .linked.vertical GtkVolumeButton.entry.image, .linked.vertical .inline-toolbar GtkVolumeButton.button, .inline-toolbar .linked.vertical GtkVolumeButton.button, .linked.vertical .inline-toolbar GtkVolumeButton.button:backdrop, .inline-toolbar .linked.vertical GtkVolumeButton.button:backdrop, .linked.vertical GtkVolumeButton:link, .linked.vertical .spinbutton GtkVolumeButton.button, .spinbutton .linked.vertical GtkVolumeButton.button, .linked.vertical .notebook tab GtkVolumeButton.button, .notebook tab .linked.vertical GtkVolumeButton.button, .linked.vertical GtkVolumeButton.notebook.arrow, .linked.vertical .header-bar GtkVolumeButton.button.titlebutton, .header-bar .linked.vertical GtkVolumeButton.button.titlebutton,
  .linked.vertical .titlebar GtkVolumeButton.button.titlebutton,
  .titlebar .linked.vertical GtkVolumeButton.button.titlebutton {
    outline-radius: 100px;
    border-radius: 100px; }

.linked .entry, .linked .button, .linked .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .linked .button.suggested-action,
.linked .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode .linked .button.suggested-action, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode GtkComboBox.combobox-entry .button.suggested-action,
GtkComboBox.combobox-entry .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode GtkComboBox.combobox-entry .button.suggested-action, GtkComboBox.combobox-entry .button:backdrop, .linked > GtkComboBox > .button:dir(ltr), .linked > GtkComboBox > .button:dir(rtl) {
  border-radius: 0; }

.linked .entry, .linked .button, .linked .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .linked .button.suggested-action,
.linked .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode .linked .button.suggested-action, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode GtkComboBox.combobox-entry .button.suggested-action,
GtkComboBox.combobox-entry .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode GtkComboBox.combobox-entry .button.suggested-action, GtkComboBox.combobox-entry .button:backdrop {
  margin: 2px;
  outline-radius: 2px; }
  .linked .entry:first-child, .linked .button:first-child, .linked .titlebar.selection-mode .button.suggested-action:first-child, .titlebar.selection-mode .linked .button.suggested-action:first-child,
  .linked .header-bar.selection-mode .button.suggested-action:first-child,
  .header-bar.selection-mode .linked .button.suggested-action:first-child, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, GtkComboBox.combobox-entry .titlebar.selection-mode .button.suggested-action:first-child, .titlebar.selection-mode GtkComboBox.combobox-entry .button.suggested-action:first-child,
  GtkComboBox.combobox-entry .header-bar.selection-mode .button.suggested-action:first-child,
  .header-bar.selection-mode GtkComboBox.combobox-entry .button.suggested-action:first-child, .linked > GtkComboBox:first-child > .button, .titlebar.selection-mode .linked > GtkComboBox:first-child > .button.suggested-action,
  .header-bar.selection-mode .linked > GtkComboBox:first-child > .button.suggested-action {
    border-radius: 2px 0 0 2px; }
  .linked .entry:last-child, .linked .button:last-child, .linked .titlebar.selection-mode .button.suggested-action:last-child, .titlebar.selection-mode .linked .button.suggested-action:last-child,
  .linked .header-bar.selection-mode .button.suggested-action:last-child,
  .header-bar.selection-mode .linked .button.suggested-action:last-child, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, GtkComboBox.combobox-entry .titlebar.selection-mode .button.suggested-action:last-child, .titlebar.selection-mode GtkComboBox.combobox-entry .button.suggested-action:last-child,
  GtkComboBox.combobox-entry .header-bar.selection-mode .button.suggested-action:last-child,
  .header-bar.selection-mode GtkComboBox.combobox-entry .button.suggested-action:last-child, .linked > GtkComboBox:last-child > .button, .titlebar.selection-mode .linked > GtkComboBox:last-child > .button.suggested-action,
  .header-bar.selection-mode .linked > GtkComboBox:last-child > .button.suggested-action {
    border-radius: 0 2px 2px 0; }
  .linked .entry:only-child, .linked .button:only-child, .linked .titlebar.selection-mode .button.suggested-action:only-child, .titlebar.selection-mode .linked .button.suggested-action:only-child,
  .linked .header-bar.selection-mode .button.suggested-action:only-child,
  .header-bar.selection-mode .linked .button.suggested-action:only-child, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, GtkComboBox.combobox-entry .titlebar.selection-mode .button.suggested-action:only-child, .titlebar.selection-mode GtkComboBox.combobox-entry .button.suggested-action:only-child,
  GtkComboBox.combobox-entry .header-bar.selection-mode .button.suggested-action:only-child,
  .header-bar.selection-mode GtkComboBox.combobox-entry .button.suggested-action:only-child, .linked > GtkComboBox:only-child > .button, .titlebar.selection-mode .linked > GtkComboBox:only-child > .button.suggested-action,
  .header-bar.selection-mode .linked > GtkComboBox:only-child > .button.suggested-action {
    border-radius: 2px; }

.linked.vertical .entry:first-child, .linked.vertical .button:first-child {
  border-radius: 2px 2px 0 0; }
.linked.vertical .entry:last-child, .linked.vertical .button:last-child {
  border-radius: 0 0 2px 2px; }
.linked.vertical .entry:only-child, .linked.vertical .button:only-child {
  border-radius: 2px; }

/* menu buttons */
GtkColorButton.button, .titlebar.selection-mode GtkColorButton.button.suggested-action,
.header-bar.selection-mode GtkColorButton.button.suggested-action {
  padding: 7px 8px 8px; }
  GtkColorButton.button GtkColorSwatch, .titlebar.selection-mode GtkColorButton.button.suggested-action GtkColorSwatch,
  .header-bar.selection-mode GtkColorButton.button.suggested-action GtkColorSwatch {
    border-radius: 0; }

/*********
 * Links *
 *********/
*:link {
  color: #2980b9; }
  *:link:visited {
    color: #8e44ad; }
    *:selected *:link:visited {
      color: #a9cce3; }
  *:link:selected, .titlebar.selection-mode .subtitle:link,
  .header-bar.selection-mode .subtitle:link, *:selected *:link {
    color: #d4e6f1; }

.button:link, .titlebar.selection-mode .button.suggested-action:link,
.header-bar.selection-mode .button.suggested-action:link {
  color: #2980b9; }

.button:visited, .titlebar.selection-mode .button.suggested-action:visited,
.header-bar.selection-mode .button.suggested-action:visited {
  color: #8e44ad; }

/*****************
 * GtkSpinButton *
 *****************/
.spinbutton {
  /* This is to fix spinbuttons in entries, but I feel like hiding code issues
   * hence it's commented atm.
   *  GtkTreeView & {
   *   &.entry, &.entry:focus {
   *     padding: 1px;
   *     border-width: 1px 0;
   *     border-color: $selected_bg_color;
   *     border-radius: 0;
   *     box-shadow: none;
   *   }
   * } */ }
  .spinbutton .button, .spinbutton .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .spinbutton .button.suggested-action,
  .spinbutton .header-bar.selection-mode .button.suggested-action,
  .header-bar.selection-mode .spinbutton .button.suggested-action {
    padding: 4px;
    border: solid 6px transparent; }
  .spinbutton.vertical .button, .spinbutton.vertical .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .spinbutton.vertical .button.suggested-action,
  .spinbutton.vertical .header-bar.selection-mode .button.suggested-action,
  .header-bar.selection-mode .spinbutton.vertical .button.suggested-action, .spinbutton.vertical:dir(rtl) .button {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none; }
    .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
      border-radius: 2px 2px 0 0; }
    .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child {
      border-radius: 0 0 2px 2px; }

/**************
 * ComboBoxes *
 **************/
GtkComboBox {
  -GtkComboBox-arrow-scaling: 0.5;
  -GtkComboBox-shadow-type: none; }
  GtkComboBox > .button, .titlebar.selection-mode GtkComboBox > .button.suggested-action,
  .header-bar.selection-mode GtkComboBox > .button.suggested-action {
    padding: 5px 6px 6px; }
  GtkComboBox:checked {
    color: #ffffff; }
  GtkComboBox:insensitive {
    color: rgba(238, 238, 238, 0.4); }
  GtkComboBox:backdrop {
    color: rgba(238, 238, 238, 0.8); }
  GtkComboBox:backdrop:insensitive {
    color: rgba(238, 238, 238, 0.32); }
  GtkComboBox .menuitem {
    text-shadow: none; }
  GtkComboBox .separator, GtkComboBox .sidebar .separator:backdrop, .sidebar GtkComboBox .separator:backdrop,
  GtkComboBox .sidebar .view .separator:backdrop,
  .sidebar .view GtkComboBox .separator:backdrop {
    -GtkWidget-wide-separators: true;
    -GtkWidget-horizontal-separator: 0;
    -GtkWidget-vertical-separator: 0; }
  GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode GtkComboBox.combobox-entry .button.suggested-action,
  GtkComboBox.combobox-entry .header-bar.selection-mode .button.suggested-action,
  .header-bar.selection-mode GtkComboBox.combobox-entry .button.suggested-action, GtkComboBox.combobox-entry .button:backdrop, GtkComboBox.combobox-entry .titlebar.selection-mode .button.suggested-action:backdrop, .titlebar.selection-mode GtkComboBox.combobox-entry .button.suggested-action:backdrop,
  GtkComboBox.combobox-entry .header-bar.selection-mode .button.suggested-action:backdrop,
  .header-bar.selection-mode GtkComboBox.combobox-entry .button.suggested-action:backdrop {
    padding: 10px; }

/************
 * Toolbars *
 ************/
.toolbar {
  -GtkWidget-window-dragging: true;
  padding: 4px;
  background-color: #333333; }
  .osd .toolbar, .toolbar.osd {
    padding: 2px;
    border-style: solid;
    border-width: 12px;
    border-image: -gtk-scaled(url("assets/osd-shadow-dark.png"), url("assets/osd-shadow-dark@2.png")) 12/12px stretch;
    border-radius: 0;
    background-color: #444444; }
    .osd .toolbar:backdrop, .toolbar.osd:backdrop {
      border-image: -gtk-scaled(url("assets/osd-shadow-backdrop-dark.png"), url("assets/osd-shadow-backdrop-dark@2.png")) 12/12px stretch; }

.inline-toolbar {
  padding: 4px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #3c3c3c; }

.search-bar, .location-bar {
  -GtkWidget-window-dragging: true;
  padding: 4px;
  border-width: 0 0 1px; }

.search-bar, .location-bar, GtkCalendar.header {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #2e2e2e; }

/***************
 * Header bars *
 ***************/
.titlebar,
.header-bar {
  padding: 6px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 0 0;
  background-color: #2e2e2e;
  background-clip: border-box; }
  .titlebar .title,
  .header-bar .title {
    padding: 0px 12px;
    font-weight: bold; }
  .titlebar .subtitle,
  .header-bar .subtitle {
    padding: 0 12px;
    font-size: smaller; }
  .titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical,
  .sidebar .view .titlebar > GtkBox > .vertical.separator:backdrop,
  .header-bar .header-bar-separator,
  .header-bar > GtkBox > .separator.vertical,
  .sidebar .view .header-bar > GtkBox > .vertical.separator:backdrop {
    -GtkWidget-wide-separators: true;
    -GtkWidget-separator-width: 1px;
    border-style: solid;
    border-width: 0 1px;
    border-color: rgba(0, 0, 0, 0.2); }
  .titlebar .button, .titlebar.selection-mode .button.suggested-action,
  .titlebar .header-bar.selection-mode .button.suggested-action,
  .header-bar.selection-mode .titlebar .button.suggested-action,
  .header-bar .button,
  .header-bar .titlebar.selection-mode .button.suggested-action,
  .titlebar.selection-mode .header-bar .button.suggested-action,
  .header-bar.selection-mode .button.suggested-action {
    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#2980b9), to(transparent)) 0 0 0/0 0 0px; }
    .titlebar .button:checked, .titlebar.selection-mode .button.suggested-action:checked,
    .titlebar .header-bar.selection-mode .button.suggested-action:checked,
    .header-bar.selection-mode .titlebar .button.suggested-action:checked,
    .header-bar .button:checked,
    .header-bar .titlebar.selection-mode .button.suggested-action:checked,
    .titlebar.selection-mode .header-bar .button.suggested-action:checked,
    .header-bar.selection-mode .button.suggested-action:checked {
      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(#2980b9), to(transparent)) 0 0 2/0 0 2px;
      background-color: alpha(currentColor,0);
      color: #eeeeee; }
    .titlebar .button:insensitive:checked,
    .header-bar .button:insensitive:checked {
      background-color: alpha(currentColor,0);
      color: #eeeeee; }
    .titlebar .button.suggested-action, .titlebar.selection-mode .suggested-action.button,
    .titlebar .header-bar.selection-mode .suggested-action.button,
    .header-bar.selection-mode .titlebar .suggested-action.button,
    .header-bar .button.suggested-action,
    .header-bar .titlebar.selection-mode .suggested-action.button,
    .titlebar.selection-mode .header-bar .suggested-action.button,
    .header-bar.selection-mode .suggested-action.button {
      outline-offset: -4px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      background-color: #2980b9;
      background-image: -gtk-gradient(radial, center center, 0, center center, 0.75, to(alpha(currentColor,0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0));
      color: #ffffff; }
      .titlebar .button.suggested-action:hover,
      .header-bar .button.suggested-action:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor,0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0)); }
      .titlebar .button.suggested-action:active,
      .header-bar .button.suggested-action:active {
        background-image: -gtk-gradient(radial, center center, 0, center center, 0.75, to(alpha(currentColor,0.2)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0)); }
      .titlebar .button.suggested-action:insensitive,
      .header-bar .button.suggested-action:insensitive {
        box-shadow: none;
        background-color: alpha(currentColor,0.08);
        color: #eeeeee; }
        .titlebar .button.suggested-action:insensitive > GtkLabel,
        .titlebar .header-bar.selection-mode .suggested-action.button:insensitive > GtkLabel, .titlebar .button.suggested-action:insensitive GtkImage,
        .header-bar .button.suggested-action:insensitive > GtkLabel,
        .header-bar .titlebar.selection-mode .suggested-action.button:insensitive > GtkLabel,
        .header-bar .button.suggested-action:insensitive GtkImage {
          color: inherit; }
        .titlebar .button.suggested-action:insensitive > GtkLabel,
        .titlebar .header-bar.selection-mode .suggested-action.button:insensitive > GtkLabel, .titlebar .button.suggested-action:insensitive GtkImage,
        .header-bar .button.suggested-action:insensitive > GtkLabel,
        .header-bar .titlebar.selection-mode .suggested-action.button:insensitive > GtkLabel,
        .header-bar .button.suggested-action:insensitive GtkImage {
          opacity: 0.4; }
      .titlebar .button.suggested-action:checked,
      .header-bar .button.suggested-action:checked {
        background-color: #2980b9;
        color: #ffffff; }
      .titlebar .button.suggested-action:backdrop > GtkLabel,
      .titlebar .header-bar.selection-mode .suggested-action.button:backdrop > GtkLabel, .titlebar .button.suggested-action:backdrop GtkImage,
      .header-bar .button.suggested-action:backdrop > GtkLabel,
      .header-bar .titlebar.selection-mode .suggested-action.button:backdrop > GtkLabel,
      .header-bar .button.suggested-action:backdrop GtkImage {
        opacity: 0.8; }
      .titlebar .button.suggested-action:backdrop:insensitive > GtkLabel,
      .titlebar .header-bar.selection-mode .suggested-action.button:backdrop:insensitive > GtkLabel, .titlebar .button.suggested-action:backdrop:insensitive GtkImage,
      .header-bar .button.suggested-action:backdrop:insensitive > GtkLabel,
      .header-bar .titlebar.selection-mode .suggested-action.button:backdrop:insensitive > GtkLabel,
      .header-bar .button.suggested-action:backdrop:insensitive GtkImage {
        color: inherit; }
      .titlebar .button.suggested-action:backdrop:insensitive > GtkLabel,
      .titlebar .header-bar.selection-mode .suggested-action.button:backdrop:insensitive > GtkLabel, .titlebar .button.suggested-action:backdrop:insensitive GtkImage,
      .header-bar .button.suggested-action:backdrop:insensitive > GtkLabel,
      .header-bar .titlebar.selection-mode .suggested-action.button:backdrop:insensitive > GtkLabel,
      .header-bar .button.suggested-action:backdrop:insensitive GtkImage {
        opacity: 0.32; }
    .titlebar .button.destructive-action, .titlebar.selection-mode .destructive-action.button.suggested-action,
    .titlebar .header-bar.selection-mode .destructive-action.button.suggested-action,
    .header-bar.selection-mode .titlebar .destructive-action.button.suggested-action,
    .header-bar .button.destructive-action,
    .header-bar .titlebar.selection-mode .destructive-action.button.suggested-action,
    .titlebar.selection-mode .header-bar .destructive-action.button.suggested-action,
    .header-bar.selection-mode .destructive-action.button.suggested-action {
      outline-offset: -4px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      background-color: #c0392b;
      background-image: -gtk-gradient(radial, center center, 0, center center, 0.75, to(alpha(currentColor,0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0));
      color: #ffffff; }
      .titlebar .button.destructive-action:hover,
      .header-bar .button.destructive-action:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor,0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0)); }
      .titlebar .button.destructive-action:active,
      .header-bar .button.destructive-action:active {
        background-image: -gtk-gradient(radial, center center, 0, center center, 0.75, to(alpha(currentColor,0.2)), to(transparent)), linear-gradient(to bottom, alpha(currentColor,0)); }
      .titlebar .button.destructive-action:insensitive,
      .header-bar .button.destructive-action:insensitive {
        box-shadow: none;
        background-color: alpha(currentColor,0.08);
        color: #eeeeee; }
        .titlebar .button.destructive-action:insensitive > GtkLabel,
        .titlebar .header-bar.selection-mode .destructive-action.button.suggested-action:insensitive > GtkLabel, .titlebar .button.destructive-action:insensitive GtkImage,
        .header-bar .button.destructive-action:insensitive > GtkLabel,
        .header-bar .titlebar.selection-mode .destructive-action.button.suggested-action:insensitive > GtkLabel,
        .header-bar .button.destructive-action:insensitive GtkImage {
          color: inherit; }
        .titlebar .button.destructive-action:insensitive > GtkLabel,
        .titlebar .header-bar.selection-mode .destructive-action.button.suggested-action:insensitive > GtkLabel, .titlebar .button.destructive-action:insensitive GtkImage,
        .header-bar .button.destructive-action:insensitive > GtkLabel,
        .header-bar .titlebar.selection-mode .destructive-action.button.suggested-action:insensitive > GtkLabel,
        .header-bar .button.destructive-action:insensitive GtkImage {
          opacity: 0.4; }
      .titlebar .button.destructive-action:checked,
      .header-bar .button.destructive-action:checked {
        background-color: #2980b9;
        color: #ffffff; }
      .titlebar .button.destructive-action:backdrop > GtkLabel,
      .titlebar .header-bar.selection-mode .destructive-action.button.suggested-action:backdrop > GtkLabel, .titlebar .button.destructive-action:backdrop GtkImage,
      .header-bar .button.destructive-action:backdrop > GtkLabel,
      .header-bar .titlebar.selection-mode .destructive-action.button.suggested-action:backdrop > GtkLabel,
      .header-bar .button.destructive-action:backdrop GtkImage {
        opacity: 0.8; }
      .titlebar .button.destructive-action:backdrop:insensitive > GtkLabel,
      .titlebar .header-bar.selection-mode .destructive-action.button.suggested-action:backdrop:insensitive > GtkLabel, .titlebar .button.destructive-action:backdrop:insensitive GtkImage,
      .header-bar .button.destructive-action:backdrop:insensitive > GtkLabel,
      .header-bar .titlebar.selection-mode .destructive-action.button.suggested-action:backdrop:insensitive > GtkLabel,
      .header-bar .button.destructive-action:backdrop:insensitive GtkImage {
        color: inherit; }
      .titlebar .button.destructive-action:backdrop:insensitive > GtkLabel,
      .titlebar .header-bar.selection-mode .destructive-action.button.suggested-action:backdrop:insensitive > GtkLabel, .titlebar .button.destructive-action:backdrop:insensitive GtkImage,
      .header-bar .button.destructive-action:backdrop:insensitive > GtkLabel,
      .header-bar .titlebar.selection-mode .destructive-action.button.suggested-action:backdrop:insensitive > GtkLabel,
      .header-bar .button.destructive-action:backdrop:insensitive GtkImage {
        opacity: 0.32; }
  .titlebar .stack-switcher, .titlebar .path-bar,
  .header-bar .stack-switcher,
  .header-bar .path-bar {
    box-shadow: inset 0 -1px alpha(currentColor,0.2); }
    .titlebar .stack-switcher .button, .titlebar.selection-mode .stack-switcher .button.suggested-action,
    .titlebar .stack-switcher .header-bar.selection-mode .button.suggested-action,
    .header-bar.selection-mode .titlebar .stack-switcher .button.suggested-action, .titlebar .path-bar .button, .titlebar.selection-mode .path-bar .button.suggested-action,
    .titlebar .path-bar .header-bar.selection-mode .button.suggested-action,
    .header-bar.selection-mode .titlebar .path-bar .button.suggested-action,
    .header-bar .stack-switcher .button,
    .header-bar .stack-switcher .titlebar.selection-mode .button.suggested-action,
    .titlebar.selection-mode .header-bar .stack-switcher .button.suggested-action,
    .header-bar.selection-mode .stack-switcher .button.suggested-action,
    .header-bar .path-bar .button,
    .header-bar .path-bar .titlebar.selection-mode .button.suggested-action,
    .titlebar.selection-mode .header-bar .path-bar .button.suggested-action,
    .header-bar.selection-mode .path-bar .button.suggested-action {
      font-weight: bold;
      color: alpha(#eeeeee,0.6); }
      .titlebar .stack-switcher .button:backdrop, .titlebar .path-bar .button:backdrop,
      .header-bar .stack-switcher .button:backdrop,
      .header-bar .path-bar .button:backdrop {
        color: alpha(#eeeeee,0.48); }
      .titlebar .stack-switcher .button:hover, .titlebar .stack-switcher .button:active, .titlebar .stack-switcher .button:checked, .titlebar .path-bar .button:hover, .titlebar .path-bar .button:active, .titlebar .path-bar .button:checked,
      .header-bar .stack-switcher .button:hover,
      .header-bar .stack-switcher .button:active,
      .header-bar .stack-switcher .button:checked,
      .header-bar .path-bar .button:hover,
      .header-bar .path-bar .button:active,
      .header-bar .path-bar .button:checked {
        color: #eeeeee; }
      .titlebar .stack-switcher .button:hover:backdrop, .titlebar .stack-switcher .button:active:backdrop, .titlebar .stack-switcher .button:checked:backdrop, .titlebar .path-bar .button:hover:backdrop, .titlebar .path-bar .button:active:backdrop, .titlebar .path-bar .button:checked:backdrop,
      .header-bar .stack-switcher .button:hover:backdrop,
      .header-bar .stack-switcher .button:active:backdrop,
      .header-bar .stack-switcher .button:checked:backdrop,
      .header-bar .path-bar .button:hover:backdrop,
      .header-bar .path-bar .button:active:backdrop,
      .header-bar .path-bar .button:checked:backdrop {
        color: rgba(238, 238, 238, 0.8); }
  .titlebar.selection-mode,
  .header-bar.selection-mode {
    background-color: #2980b9;
    color: #ffffff; }
    .titlebar.selection-mode:backdrop,
    .header-bar.selection-mode:backdrop {
      color: rgba(255, 255, 255, 0.8); }
    .titlebar.selection-mode .button, .titlebar.selection-mode .button.suggested-action,
    .header-bar.selection-mode .button,
    .header-bar.selection-mode .button.suggested-action {
      color: #ffffff; }
      .titlebar.selection-mode .button.flat, .titlebar.selection-mode .entry.image, .titlebar.selection-mode .inline-toolbar .button, .inline-toolbar .titlebar.selection-mode .button, .titlebar.selection-mode *:link, .titlebar.selection-mode .spinbutton .button, .spinbutton .titlebar.selection-mode .button, .titlebar.selection-mode .osd .toolbar .button, .osd .toolbar .titlebar.selection-mode .button, .titlebar.selection-mode .toolbar.osd .button, .toolbar.osd .titlebar.selection-mode .button, .titlebar.selection-mode .button, .titlebar.selection-mode .button.suggested-action,
      .titlebar.selection-mode .header-bar .button,
      .header-bar .titlebar.selection-mode .button, .titlebar.selection-mode .suggested-action:link, .titlebar.selection-mode GtkExpander.suggested-action,
      .titlebar.selection-mode .header-bar.selection-mode GtkExpander.suggested-action,
      .header-bar.selection-mode .titlebar.selection-mode GtkExpander.suggested-action, .titlebar.selection-mode GtkTreeView.view.expander, .titlebar.selection-mode .notebook tab .button, .notebook tab .titlebar.selection-mode .button, .titlebar.selection-mode .notebook.arrow, .titlebar.selection-mode .scrollbar .button, .scrollbar .titlebar.selection-mode .button, .titlebar.selection-mode GtkExpander, .titlebar.selection-mode GtkCalendar.button, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .titlebar.selection-mode .button, .titlebar.selection-mode .scale-popup .button, .scale-popup .titlebar.selection-mode .button,
      .titlebar.selection-mode .button.titlebutton,
      .header-bar.selection-mode .button.flat,
      .header-bar.selection-mode .entry.image,
      .header-bar.selection-mode .inline-toolbar .button,
      .inline-toolbar .header-bar.selection-mode .button,
      .header-bar.selection-mode *:link,
      .header-bar.selection-mode .spinbutton .button,
      .spinbutton .header-bar.selection-mode .button,
      .header-bar.selection-mode .osd .toolbar .button,
      .osd .toolbar .header-bar.selection-mode .button,
      .header-bar.selection-mode .toolbar.osd .button,
      .toolbar.osd .header-bar.selection-mode .button,
      .header-bar.selection-mode .titlebar .button,
      .titlebar .header-bar.selection-mode .button,
      .header-bar.selection-mode .button,
      .header-bar.selection-mode .button.suggested-action,
      .header-bar.selection-mode .titlebar.selection-mode GtkExpander.suggested-action,
      .titlebar.selection-mode .header-bar.selection-mode GtkExpander.suggested-action,
      .header-bar.selection-mode .suggested-action:link,
      .header-bar.selection-mode GtkExpander.suggested-action,
      .header-bar.selection-mode GtkTreeView.view.expander,
      .header-bar.selection-mode .notebook tab .button,
      .notebook tab .header-bar.selection-mode .button,
      .header-bar.selection-mode .notebook.arrow,
      .header-bar.selection-mode .scrollbar .button,
      .scrollbar .header-bar.selection-mode .button,
      .header-bar.selection-mode GtkExpander,
      .header-bar.selection-mode GtkCalendar.button,
      .header-bar.selection-mode .message-dialog.csd .dialog-action-area .button,
      .message-dialog.csd .dialog-action-area .header-bar.selection-mode .button,
      .header-bar.selection-mode .scale-popup .button,
      .scale-popup .header-bar.selection-mode .button,
      .header-bar.selection-mode .button.titlebutton {
        color: #ffffff; }
    .titlebar.selection-mode .selection-menu,
    .header-bar.selection-mode .selection-menu {
      padding-left: 20px;
      padding-right: 20px; }
      .titlebar.selection-mode .selection-menu GtkArrow,
      .header-bar.selection-mode .selection-menu GtkArrow {
        -GtkArrow-arrow-scaling: 1; }
      .titlebar.selection-mode .selection-menu .arrow,
      .header-bar.selection-mode .selection-menu .arrow {
        -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
        color: #ffffff; }
  .tiled .titlebar, .maximized .titlebar, .tiled
  .header-bar, .maximized
  .header-bar {
    border-radius: 0; }

/************
 * Pathbars *
 ************/
.path-bar .button, .path-bar .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .path-bar .button.suggested-action,
.path-bar .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode .path-bar .button.suggested-action {
  padding: 7px 4px 8px; }
  .path-bar .button.image-button, .path-bar .inline-toolbar .button, .inline-toolbar .path-bar .button, .path-bar .inline-toolbar .titlebar.selection-mode .button.suggested-action, .inline-toolbar .titlebar.selection-mode .path-bar .button.suggested-action, .path-bar .titlebar.selection-mode .inline-toolbar .button.suggested-action, .titlebar.selection-mode .inline-toolbar .path-bar .button.suggested-action,
  .path-bar .inline-toolbar .header-bar.selection-mode .button.suggested-action,
  .inline-toolbar .header-bar.selection-mode .path-bar .button.suggested-action,
  .path-bar .header-bar.selection-mode .inline-toolbar .button.suggested-action,
  .header-bar.selection-mode .inline-toolbar .path-bar .button.suggested-action, .path-bar .spinbutton .button, .spinbutton .path-bar .button, .path-bar .spinbutton .titlebar.selection-mode .button.suggested-action, .spinbutton .titlebar.selection-mode .path-bar .button.suggested-action, .path-bar .titlebar.selection-mode .spinbutton .button.suggested-action, .titlebar.selection-mode .spinbutton .path-bar .button.suggested-action,
  .path-bar .spinbutton .header-bar.selection-mode .button.suggested-action,
  .spinbutton .header-bar.selection-mode .path-bar .button.suggested-action,
  .path-bar .header-bar.selection-mode .spinbutton .button.suggested-action,
  .header-bar.selection-mode .spinbutton .path-bar .button.suggested-action, .path-bar .titlebar.selection-mode .image-button.button.suggested-action, .titlebar.selection-mode .path-bar .image-button.button.suggested-action, .path-bar .titlebar.selection-mode .notebook tab .button.suggested-action, .titlebar.selection-mode .notebook tab .path-bar .button.suggested-action, .path-bar .notebook tab .titlebar.selection-mode .button.suggested-action, .notebook tab .titlebar.selection-mode .path-bar .button.suggested-action, .path-bar .titlebar.selection-mode GtkVolumeButton.button.suggested-action, .titlebar.selection-mode .path-bar GtkVolumeButton.button.suggested-action,
  .path-bar .header-bar.selection-mode .image-button.button.suggested-action,
  .header-bar.selection-mode .path-bar .image-button.button.suggested-action,
  .path-bar .header-bar.selection-mode .notebook tab .button.suggested-action,
  .header-bar.selection-mode .notebook tab .path-bar .button.suggested-action,
  .path-bar .notebook tab .header-bar.selection-mode .button.suggested-action,
  .notebook tab .header-bar.selection-mode .path-bar .button.suggested-action,
  .path-bar .header-bar.selection-mode GtkVolumeButton.button.suggested-action,
  .header-bar.selection-mode .path-bar GtkVolumeButton.button.suggested-action, .path-bar .notebook tab .button, .notebook tab .path-bar .button, .path-bar GtkVolumeButton.button, .path-bar .header-bar .button.titlebutton, .header-bar .path-bar .button.titlebutton,
  .path-bar .titlebar .button.titlebutton,
  .titlebar .path-bar .button.titlebutton {
    padding: 10px; }
  .path-bar .button:only-child, .path-bar .titlebar.selection-mode .button.suggested-action:only-child, .titlebar.selection-mode .path-bar .button.suggested-action:only-child,
  .path-bar .header-bar.selection-mode .button.suggested-action:only-child,
  .header-bar.selection-mode .path-bar .button.suggested-action:only-child {
    padding-left: 20px;
    padding-right: 20px; }
  .path-bar .button GtkLabel:last-child, .path-bar .titlebar.selection-mode .button.suggested-action GtkLabel:last-child, .titlebar.selection-mode .path-bar .button.suggested-action GtkLabel:last-child,
  .path-bar .header-bar.selection-mode .button.suggested-action GtkLabel:last-child,
  .header-bar.selection-mode .path-bar .button.suggested-action GtkLabel:last-child {
    padding-left: 2px; }
  .path-bar .button GtkLabel:first-child, .path-bar .titlebar.selection-mode .button.suggested-action GtkLabel:first-child, .titlebar.selection-mode .path-bar .button.suggested-action GtkLabel:first-child,
  .path-bar .header-bar.selection-mode .button.suggested-action GtkLabel:first-child,
  .header-bar.selection-mode .path-bar .button.suggested-action GtkLabel:first-child {
    padding-right: 2px; }
  .path-bar .button GtkLabel:only-child, .path-bar .titlebar.selection-mode .button.suggested-action GtkLabel:only-child, .titlebar.selection-mode .path-bar .button.suggested-action GtkLabel:only-child,
  .path-bar .header-bar.selection-mode .button.suggested-action GtkLabel:only-child,
  .header-bar.selection-mode .path-bar .button.suggested-action GtkLabel:only-child {
    padding-right: 0;
    padding-left: 0; }
  .path-bar .button GtkImage, .path-bar .titlebar.selection-mode .button.suggested-action GtkImage, .titlebar.selection-mode .path-bar .button.suggested-action GtkImage,
  .path-bar .header-bar.selection-mode .button.suggested-action GtkImage,
  .header-bar.selection-mode .path-bar .button.suggested-action GtkImage {
    padding-top: 0; }

/**************
 * Tree Views *
 **************/
GtkTreeView.view {
  -GtkTreeView-grid-line-width: 1;
  -GtkTreeView-grid-line-pattern: '';
  -GtkTreeView-tree-line-width: 1;
  -GtkTreeView-tree-line-pattern: '';
  -GtkTreeView-expander-size: 16;
  border-color: alpha(currentColor,0.2); }
  GtkTreeView.view.expander {
    -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
    GtkTreeView.view.expander:dir(rtl) {
      -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
    GtkTreeView.view.expander:checked {
      -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  GtkTreeView.view.progressbar {
    border-radius: 2px;
    background-color: #27ae60;
    color: #ffffff; }
  GtkTreeView.view.trough {
    border-radius: 2px;
    background-color: alpha(currentColor,0.2); }
  GtkTreeView.view .entry {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #444444;
    color: #eeeeee; }

column-header .button, column-header .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode column-header .button.suggested-action,
column-header .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode column-header .button.suggested-action {
  padding: 5px 6px 6px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-image: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #444444;
  font-weight: bold; }
  column-header .button:hover, column-header .titlebar.selection-mode .button.suggested-action:hover, .titlebar.selection-mode column-header .button.suggested-action:hover,
  column-header .header-bar.selection-mode .button.suggested-action:hover,
  .header-bar.selection-mode column-header .button.suggested-action:hover {
    box-shadow: none; }
column-header:last-child .button, column-header:last-child .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode column-header:last-child .button.suggested-action,
column-header:last-child .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode column-header:last-child .button.suggested-action, column-header:last-child.button, .titlebar.selection-mode column-header.button.suggested-action:last-child,
.header-bar.selection-mode column-header.button.suggested-action:last-child {
  border-right-width: 0; }

column-header.button.dnd, .titlebar.selection-mode column-header.dnd.button.suggested-action,
.header-bar.selection-mode column-header.dnd.button.suggested-action {
  background-color: alpha(currentColor,0.2);
  color: #eeeeee; }

/*********
 * Menus *
 *********/
.menubar {
  -GtkWidget-window-dragging: true;
  padding: 0px;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2); }
  .menubar > .menuitem {
    padding: 4px 8px; }
    .menubar > .menuitem:hover {
      box-shadow: inset 0 -3px #2980b9; }
    .menubar > .menuitem:insensitive {
      color: rgba(238, 238, 238, 0.4);
      box-shadow: none; }

.menu {
  margin: 4px;
  padding: 0px;
  background-color: #444444; }
  .menu .menuitem {
    transition-duration: 0.1s;
    padding: 5px 6px 6px;
    background-color: rgba(68, 68, 68, 0);
    text-shadow: none; }
    .menu .menuitem:hover {
      background-color: #2980b9;
      color: #ffffff; }
    .menu .menuitem:insensitive {
      color: rgba(238, 238, 238, 0.4); }
      .menu .menuitem:insensitive:backdrop {
        color: rgba(238, 238, 238, 0.32); }
    .menu .menuitem:backdrop, .menu .menuitem:backdrop:hover {
      color: rgba(238, 238, 238, 0.8); }
    .menu .menuitem.arrow {
      -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
    .menu .menuitem.arrow:dir(rtl) {
      -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }

.menuitem .accelerator {
  color: alpha(currentColor,0.5); }

/***************
 * Popovers   *
 ***************/
.popover {
  margin: 10px;
  padding: 2px;
  border-radius: 4px;
  background-clip: border-box;
  background-color: #333333;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .popover:backdrop {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .popover > .list, .popover > .view, .popover > .toolbar
  .popover.osd > .toolbar {
    border-style: none;
    background-color: transparent; }
  .popover .button.flat, .popover .entry.image, .popover .inline-toolbar .button, .inline-toolbar .popover .button, .popover *:link, .popover .spinbutton .button, .spinbutton .popover .button, .popover .osd .toolbar .button, .osd .toolbar .popover .button, .popover .toolbar.osd .button, .toolbar.osd .popover .button, .popover .titlebar .button, .titlebar .popover .button, .popover .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .popover .button.suggested-action,
  .popover .header-bar .button,
  .header-bar .popover .button,
  .popover .header-bar.selection-mode .button.suggested-action,
  .header-bar.selection-mode .popover .button.suggested-action, .popover .titlebar.selection-mode .suggested-action.entry.image, .titlebar.selection-mode .popover .suggested-action.entry.image, .popover .titlebar.selection-mode .suggested-action:link, .titlebar.selection-mode .popover .suggested-action:link, .popover .titlebar.selection-mode GtkTreeView.suggested-action.view.expander, .titlebar.selection-mode .popover GtkTreeView.suggested-action.view.expander, .popover .titlebar.selection-mode .suggested-action.notebook.arrow, .titlebar.selection-mode .popover .suggested-action.notebook.arrow, .popover .titlebar.selection-mode GtkExpander.suggested-action, .titlebar.selection-mode .popover GtkExpander.suggested-action,
  .popover .header-bar.selection-mode .suggested-action.entry.image,
  .header-bar.selection-mode .popover .suggested-action.entry.image,
  .popover .header-bar.selection-mode .suggested-action:link,
  .header-bar.selection-mode .popover .suggested-action:link,
  .popover .header-bar.selection-mode GtkTreeView.suggested-action.view.expander,
  .header-bar.selection-mode .popover GtkTreeView.suggested-action.view.expander,
  .popover .header-bar.selection-mode .suggested-action.notebook.arrow,
  .header-bar.selection-mode .popover .suggested-action.notebook.arrow,
  .popover .header-bar.selection-mode GtkExpander.suggested-action,
  .header-bar.selection-mode .popover GtkExpander.suggested-action, .popover GtkTreeView.view.expander, .popover .notebook tab .button, .notebook tab .popover .button, .popover .notebook.arrow, .popover .scrollbar .button, .scrollbar .popover .button, .popover GtkExpander, .popover GtkCalendar.button, .popover .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .popover .button, .popover .scale-popup .button, .scale-popup .popover .button {
    padding: 5px 6px 6px;
    border-image: none; }
  .popover.osd {
    border: 1px solid rgba(0, 0, 0, 0.2); }

.entry.cursor-handle,
.cursor-handle {
  border-style: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none; }
  .entry.cursor-handle.top,
  .cursor-handle.top {
    -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); }
  .entry.cursor-handle.bottom,
  .cursor-handle.bottom {
    -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); }

/*****************
 * Notebooks and *
 * Tabs          *
 *****************/
.notebook {
  padding: 0;
  background-color: #444444;
  -GtkNotebook-initial-gap: 8;
  -GtkNotebook-arrow-spacing: 5;
  -GtkNotebook-tab-curvature: 0;
  -GtkNotebook-tab-overlap: 1;
  -GtkNotebook-has-tab-gap: false;
  -GtkWidget-focus-padding: 0;
  -GtkWidget-focus-line-width: 0; }
  .notebook.frame {
    border: 1px solid rgba(0, 0, 0, 0.2); }
    .notebook.frame.top {
      border-top-width: 0; }
    .notebook.frame.bottom {
      border-bottom-width: 0; }
    .notebook.frame.right {
      border-right-width: 0; }
    .notebook.frame.left {
      border-left-width: 0; }
  .notebook.header {
    background-color: #2e2e2e; }
    .notebook.header.frame {
      border: 1px solid rgba(0, 0, 0, 0.2); }
      .notebook.header.frame.top {
        border-bottom-width: 0; }
      .notebook.header.frame.bottom {
        border-top-width: 0; }
      .notebook.header.frame.right {
        border-left-width: 0; }
      .notebook.header.frame.left {
        border-right-width: 0; }
    .notebook.header.top {
      box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2); }
    .notebook.header.bottom {
      box-shadow: inset 0 1px rgba(0, 0, 0, 0.2); }
    .notebook.header.right {
      box-shadow: inset 1px 0 rgba(0, 0, 0, 0.2); }
    .notebook.header.left {
      box-shadow: inset -1px 0 rgba(0, 0, 0, 0.2); }
  .notebook tab {
    outline-offset: 0;
    border-style: solid;
    border-width: 0;
    border-color: transparent;
    background-color: transparent;
    background-clip: border-box;
    /* works for testnotebookdnd, but there's a superfluous border
       in gedit or web, commented out for now, needs gtk fixes
    &.reorderable-page {
      &.top {
        padding-top: ($vt_vpadding - 1px);
        border-top-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
      }
      &.bottom {
        padding-bottom: ($vt_vpadding - 1px);
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
      }
      &.left {
        padding-left: ($ht_hpadding - 1px);
        border-left-width: 1px;
        border-top-width: 1px;
        border-bottom-width: 1px;
      }
      &.right {
        padding-right: ($ht_hpadding - 1px);
        border-right-width: 1px;
        border-top-width: 1px;
        border-bottom-width: 1px;
      }
    }
    */ }
    .notebook tab.top, .notebook tab.bottom {
      padding: 8px 20px; }
    .notebook tab.left, .notebook tab.right {
      padding: 5px 20px; }
    .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom {
      padding-left: 12px;
      padding-right: 12px;
      border-left-width: 1px;
      border-right-width: 1px; }
    .notebook tab.reorderable-page.left, .notebook tab.reorderable-page.right {
      border-bottom-width: 1px;
      border-top-width: 1px; }
    .notebook tab.top {
      border-bottom-width: 3px; }
    .notebook tab.bottom {
      border-top-width: 3px; }
    .notebook tab.left {
      border-right-width: 3px; }
    .notebook tab.right {
      border-left-width: 3px; }
    .notebook tab:hover, .notebook tab.prelight-page {
      border-color: alpha(currentColor,0.2); }
    .notebook tab:active, .notebook tab.active-page {
      border-color: #2980b9; }
    .notebook tab.reorderable-page.top {
      border-color: transparent; }
      .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page {
        border-color: rgba(0, 0, 0, 0.2);
        border-bottom-width: 1px;
        background-color: #333333; }
      .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page {
        background-color: #4e4e4e;
        border-color: rgba(0, 0, 0, 0.2);
        border-bottom-width: 1px; }
    .notebook tab.reorderable-page.bottom {
      border-color: transparent; }
      .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page {
        border-color: rgba(0, 0, 0, 0.2);
        border-top-width: 1px;
        background-color: #333333; }
      .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page {
        background-color: #4e4e4e;
        border-color: rgba(0, 0, 0, 0.2);
        border-top-width: 1px; }
    .notebook tab.reorderable-page.left {
      border-color: transparent; }
      .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page {
        border-color: rgba(0, 0, 0, 0.2);
        border-right-width: 1px;
        background-color: #333333; }
      .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page {
        background-color: #4e4e4e;
        border-color: rgba(0, 0, 0, 0.2);
        border-right-width: 1px; }
    .notebook tab.reorderable-page.right {
      border-color: transparent; }
      .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page {
        border-color: rgba(0, 0, 0, 0.2);
        border-left-width: 1px;
        background-color: #333333; }
      .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page {
        background-color: #4e4e4e;
        border-color: rgba(0, 0, 0, 0.2);
        border-left-width: 1px; }
    .notebook tab GtkLabel {
      padding: 0 2px;
      font-weight: bold;
      color: rgba(238, 238, 238, 0.6); }
    .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page {
      color: rgba(238, 238, 238, 0.8); }
    .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page {
      color: #eeeeee; }
    .notebook tab .button, .notebook tab .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .notebook tab .button.suggested-action,
    .notebook tab .header-bar.selection-mode .button.suggested-action,
    .header-bar.selection-mode .notebook tab .button.suggested-action {
      padding: 0; }
      .notebook tab .button > GtkImage, .notebook tab .titlebar.selection-mode .button.suggested-action > GtkImage, .titlebar.selection-mode .notebook tab .button.suggested-action > GtkImage,
      .notebook tab .header-bar.selection-mode .button.suggested-action > GtkImage,
      .header-bar.selection-mode .notebook tab .button.suggested-action > GtkImage {
        padding: 4px; }

/**************
 * Scrollbars *
 **************/
.scrollbar {
  border-style: solid;
  background-image: none;
  -GtkRange-trough-border: 0;
  -GtkScrollbar-has-backward-stepper: false;
  -GtkScrollbar-has-forward-stepper: false;
  -GtkRange-slider-width: 17;
  -GtkScrollbar-min-slider-length: 24;
  -GtkRange-stepper-spacing: 0;
  -GtkRange-trough-under-steppers: 1; }
  .scrollbar.trough {
    background-color: #444444; }
    .scrollbar.trough.horizontal {
      box-shadow: inset 0 1px rgba(0, 0, 0, 0.2); }
    .scrollbar.trough.vertical {
      box-shadow: inset 1px 0 rgba(0, 0, 0, 0.2); }
  .scrollbar.slider {
    opacity: 0.5;
    border: 4px solid transparent;
    border-radius: 8px;
    background-color: alpha(rgba(238, 238, 238, 0.6),0.5); }
    .scrollbar.slider.horizontal {
      border-top-width: 5px;
      border-top-left-radius: 8px 9px;
      border-bottom-right-radius: 8px 9px; }
    .scrollbar.slider.vertical {
      border-left-width: 5px;
      border-top-left-radius: 9px 8px;
      border-bottom-left-radius: 9px 8px; }
    .scrollbar.slider:hover {
      background-color: alpha(rgba(238, 238, 238, 0.8),0.5); }
    .scrollbar.slider:active {
      background-color: alpha(#eeeeee,0.5); }
    .scrollbar.slider:insensitive {
      opacity: 0.2;
      background-color: alpha(rgba(238, 238, 238, 0.6),0.2); }
    .scrollbar.slider:backdrop {
      opacity: 0.4;
      background-color: alpha(rgba(238, 238, 238, 0.6),0.4); }
    .scrollbar.slider:hover:backdrop {
      background-color: alpha(rgba(238, 238, 238, 0.8),0.4); }
    .scrollbar.slider:active:backdrop {
      background-color: alpha(#eeeeee,0.4); }
    .scrollbar.slider:insensitive:backdrop {
      opacity: 0.16;
      background-color: alpha(rgba(238, 238, 238, 0.6),0.16); }
    .scrollbar.slider.fine-tune {
      border-width: 6px; }
      .scrollbar.slider.fine-tune.horizontal {
        border-top-width: 7px;
        border-top-left-radius: 8px 9px;
        border-bottom-right-radius: 8px 9px; }
      .scrollbar.slider.fine-tune.vertical {
        border-left-width: 7px;
        border-top-left-radius: 9px 8px;
        border-bottom-left-radius: 9px 8px; }

.scrollbars-junction,
.scrollbars-junction.frame {
  border-style: none;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #3c3c3c; }

/**********
 * Switch *
 **********/
GtkSwitch {
  -GtkSwitch-slider-width: 60px;
  outline-offset: -10px;
  outline-radius: 100px;
  font-weight: bold; }
  GtkSwitch.trough {
    border-radius: 2px;
    background-color: alpha(currentColor,0.2); }
    GtkSwitch.trough:active {
      background-color: #27ae60;
      color: #ffffff; }
      GtkSwitch.trough:active:insensitive {
        background-color: alpha(currentColor,0.2); }
      GtkSwitch.trough:active:backdrop {
        color: rgba(255, 255, 255, 0.8); }
    GtkSwitch.trough:insensitive {
      color: rgba(238, 238, 238, 0.4); }
    GtkSwitch.trough:backdrop {
      color: rgba(238, 238, 238, 0.8); }
    GtkSwitch.trough:backdrop:insensitive {
      color: rgba(238, 238, 238, 0.32); }
  GtkSwitch.slider {
    padding: 0;
    outline-radius: 100px;
    border-radius: 0;
    background-image: -gtk-scaled(url("assets/switch-slider-dark.png"), url("assets/switch-slider-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }
    GtkSwitch.slider:hover {
      background-image: -gtk-scaled(url("assets/switch-slider-hover-dark.png"), url("assets/switch-slider-hover-dark@2.png")); }
    GtkSwitch.slider:insensitive {
      background-image: -gtk-scaled(url("assets/switch-slider-insensitive-dark.png"), url("assets/switch-slider-insensitive-dark@2.png")); }
  .list-row:selected GtkSwitch:backdrop {
    color: rgba(255, 255, 255, 0.8); }

/*************************
 * Check and Radio items *
 *************************/
.check {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:insensitive {
    icon-shadow: none; }

.check:active {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:active:insensitive {
    icon-shadow: none; }

.check:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:insensitive:insensitive {
    icon-shadow: none; }

.check:backdrop {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-dark.png"), url("assets/checkbox-unchecked-backdrop-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:backdrop:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:backdrop:insensitive {
    icon-shadow: none; }

.check:backdrop:active {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-active-dark.png"), url("assets/checkbox-unchecked-backdrop-active-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:backdrop:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:backdrop:active:insensitive {
    icon-shadow: none; }

.check:backdrop:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-insensitive-dark.png"), url("assets/checkbox-unchecked-backdrop-insensitive-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:backdrop:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:backdrop:insensitive:insensitive {
    icon-shadow: none; }

.check:inconsistent {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:inconsistent:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:inconsistent:insensitive {
    icon-shadow: none; }

.check:inconsistent:active {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:inconsistent:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:inconsistent:active:insensitive {
    icon-shadow: none; }

.check:inconsistent:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:inconsistent:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:inconsistent:insensitive:insensitive {
    icon-shadow: none; }

.check:inconsistent:backdrop {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-dark.png"), url("assets/checkbox-mixed-backdrop-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:inconsistent:backdrop:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:inconsistent:backdrop:insensitive {
    icon-shadow: none; }

.check:inconsistent:backdrop:active {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-active-dark.png"), url("assets/checkbox-mixed-backdrop-active-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:inconsistent:backdrop:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:inconsistent:backdrop:active:insensitive {
    icon-shadow: none; }

.check:inconsistent:backdrop:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-insensitive-dark.png"), url("assets/checkbox-mixed-backdrop-insensitive-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:inconsistent:backdrop:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:inconsistent:backdrop:insensitive:insensitive {
    icon-shadow: none; }

.check:checked {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:checked:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:checked:insensitive {
    icon-shadow: none; }

.check:checked:active {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:checked:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:checked:active:insensitive {
    icon-shadow: none; }

.check:checked:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:checked:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:checked:insensitive:insensitive {
    icon-shadow: none; }

.check:checked:backdrop {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-dark.png"), url("assets/checkbox-checked-backdrop-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:checked:backdrop:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:checked:backdrop:insensitive {
    icon-shadow: none; }

.check:checked:backdrop:active {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-active-dark.png"), url("assets/checkbox-checked-backdrop-active-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:checked:backdrop:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:checked:backdrop:active:insensitive {
    icon-shadow: none; }

.check:checked:backdrop:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-insensitive-dark.png"), url("assets/checkbox-checked-backdrop-insensitive-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .check:checked:backdrop:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .check:checked:backdrop:insensitive:insensitive {
    icon-shadow: none; }

.menu .menuitem.check {
  -gtk-icon-source: -gtk-icontheme("checkbox-symbolic");
  color: #a3a3a3;
  icon-shadow: none; }
  .menu .menuitem.check:active, .menu .menuitem.check:checked {
    -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); }
  .menu .menuitem.check:inconsistent {
    -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); }
  .menu .menuitem.check:hover {
    color: #ffffff; }
  .menu .menuitem.check:insensitive {
    color: rgba(88, 88, 88, 0.7); }

.radio {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:insensitive {
    icon-shadow: none; }

.radio:active {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:active:insensitive {
    icon-shadow: none; }

.radio:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:insensitive:insensitive {
    icon-shadow: none; }

.radio:backdrop {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-dark.png"), url("assets/radio-unchecked-backdrop-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:backdrop:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:backdrop:insensitive {
    icon-shadow: none; }

.radio:backdrop:active {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-active-dark.png"), url("assets/radio-unchecked-backdrop-active-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:backdrop:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:backdrop:active:insensitive {
    icon-shadow: none; }

.radio:backdrop:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-insensitive-dark.png"), url("assets/radio-unchecked-backdrop-insensitive-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:backdrop:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:backdrop:insensitive:insensitive {
    icon-shadow: none; }

.radio:inconsistent {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:inconsistent:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:inconsistent:insensitive {
    icon-shadow: none; }

.radio:inconsistent:active {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:inconsistent:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:inconsistent:active:insensitive {
    icon-shadow: none; }

.radio:inconsistent:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:inconsistent:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:inconsistent:insensitive:insensitive {
    icon-shadow: none; }

.radio:inconsistent:backdrop {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-dark.png"), url("assets/radio-mixed-backdrop-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:inconsistent:backdrop:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:inconsistent:backdrop:insensitive {
    icon-shadow: none; }

.radio:inconsistent:backdrop:active {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-active-dark.png"), url("assets/radio-mixed-backdrop-active-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:inconsistent:backdrop:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:inconsistent:backdrop:active:insensitive {
    icon-shadow: none; }

.radio:inconsistent:backdrop:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-insensitive-dark.png"), url("assets/radio-mixed-backdrop-insensitive-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:inconsistent:backdrop:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:inconsistent:backdrop:insensitive:insensitive {
    icon-shadow: none; }

.radio:checked {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:checked:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:checked:insensitive {
    icon-shadow: none; }

.radio:checked:active {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:checked:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:checked:active:insensitive {
    icon-shadow: none; }

.radio:checked:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:checked:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:checked:insensitive:insensitive {
    icon-shadow: none; }

.radio:checked:backdrop {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-dark.png"), url("assets/radio-checked-backdrop-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:checked:backdrop:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:checked:backdrop:insensitive {
    icon-shadow: none; }

.radio:checked:backdrop:active {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-active-dark.png"), url("assets/radio-checked-backdrop-active-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:checked:backdrop:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:checked:backdrop:active:insensitive {
    icon-shadow: none; }

.radio:checked:backdrop:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-insensitive-dark.png"), url("assets/radio-checked-backdrop-insensitive-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .radio:checked:backdrop:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .radio:checked:backdrop:insensitive:insensitive {
    icon-shadow: none; }

.menu .menuitem.radio {
  -gtk-icon-source: -gtk-icontheme("radio-symbolic");
  color: #a3a3a3;
  icon-shadow: none; }
  .menu .menuitem.radio:active, .menu .menuitem.radio:checked {
    -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); }
  .menu .menuitem.radio:inconsistent {
    -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); }
  .menu .menuitem.radio:hover {
    color: #ffffff; }
  .menu .menuitem.radio:insensitive {
    color: rgba(88, 88, 88, 0.7); }

GtkIconView.view.check,
GtkFlowBox.view.check {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: transparent; }
  GtkIconView.view.check:hover,
  GtkFlowBox.view.check:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  GtkIconView.view.check:insensitive,
  GtkFlowBox.view.check:insensitive {
    icon-shadow: none; }

GtkIconView.view.check:active,
GtkFlowBox.view.check:active {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode-dark.png"), url("assets/checkbox-active-selectionmode-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: transparent; }
  GtkIconView.view.check:active:hover,
  GtkFlowBox.view.check:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  GtkIconView.view.check:active:insensitive,
  GtkFlowBox.view.check:active:insensitive {
    icon-shadow: none; }

GtkIconView.view.check:insensitive,
GtkFlowBox.view.check:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-selectionmode-dark.png"), url("assets/checkbox-insensitive-selectionmode-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: transparent; }
  GtkIconView.view.check:insensitive:hover,
  GtkFlowBox.view.check:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  GtkIconView.view.check:insensitive:insensitive,
  GtkFlowBox.view.check:insensitive:insensitive {
    icon-shadow: none; }

GtkIconView.view.check:backdrop,
GtkFlowBox.view.check:backdrop {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-backdrop-selectionmode-dark.png"), url("assets/checkbox-backdrop-selectionmode-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: transparent; }
  GtkIconView.view.check:backdrop:hover,
  GtkFlowBox.view.check:backdrop:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  GtkIconView.view.check:backdrop:insensitive,
  GtkFlowBox.view.check:backdrop:insensitive {
    icon-shadow: none; }

GtkIconView.view.check:backdrop:active,
GtkFlowBox.view.check:backdrop:active {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-backdrop-active-selectionmode-dark.png"), url("assets/checkbox-backdrop-active-selectionmode-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: transparent; }
  GtkIconView.view.check:backdrop:active:hover,
  GtkFlowBox.view.check:backdrop:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  GtkIconView.view.check:backdrop:active:insensitive,
  GtkFlowBox.view.check:backdrop:active:insensitive {
    icon-shadow: none; }

GtkIconView.view.check:backdrop:insensitive,
GtkFlowBox.view.check:backdrop:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-backdrop-insensitive-selectionmode-dark.png"), url("assets/checkbox-backdrop-insensitive-selectionmode-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: transparent; }
  GtkIconView.view.check:backdrop:insensitive:hover,
  GtkFlowBox.view.check:backdrop:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  GtkIconView.view.check:backdrop:insensitive:insensitive,
  GtkFlowBox.view.check:backdrop:insensitive:insensitive {
    icon-shadow: none; }

GtkIconView.view.check:checked,
GtkFlowBox.view.check:checked {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: transparent; }
  GtkIconView.view.check:checked:hover,
  GtkFlowBox.view.check:checked:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  GtkIconView.view.check:checked:insensitive,
  GtkFlowBox.view.check:checked:insensitive {
    icon-shadow: none; }

GtkIconView.view.check:checked:active,
GtkFlowBox.view.check:checked:active {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode-dark.png"), url("assets/checkbox-checked-active-selectionmode-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: transparent; }
  GtkIconView.view.check:checked:active:hover,
  GtkFlowBox.view.check:checked:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  GtkIconView.view.check:checked:active:insensitive,
  GtkFlowBox.view.check:checked:active:insensitive {
    icon-shadow: none; }

GtkIconView.view.check:checked:insensitive,
GtkFlowBox.view.check:checked:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selectionmode-dark.png"), url("assets/checkbox-checked-insensitive-selectionmode-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: transparent; }
  GtkIconView.view.check:checked:insensitive:hover,
  GtkFlowBox.view.check:checked:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  GtkIconView.view.check:checked:insensitive:insensitive,
  GtkFlowBox.view.check:checked:insensitive:insensitive {
    icon-shadow: none; }

GtkIconView.view.check:checked:backdrop,
GtkFlowBox.view.check:checked:backdrop {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-selectionmode-dark.png"), url("assets/checkbox-checked-backdrop-selectionmode-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: transparent; }
  GtkIconView.view.check:checked:backdrop:hover,
  GtkFlowBox.view.check:checked:backdrop:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  GtkIconView.view.check:checked:backdrop:insensitive,
  GtkFlowBox.view.check:checked:backdrop:insensitive {
    icon-shadow: none; }

GtkIconView.view.check:checked:backdrop:active,
GtkFlowBox.view.check:checked:backdrop:active {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-active-selectionmode-dark.png"), url("assets/checkbox-checked-backdrop-active-selectionmode-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: transparent; }
  GtkIconView.view.check:checked:backdrop:active:hover,
  GtkFlowBox.view.check:checked:backdrop:active:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  GtkIconView.view.check:checked:backdrop:active:insensitive,
  GtkFlowBox.view.check:checked:backdrop:active:insensitive {
    icon-shadow: none; }

GtkIconView.view.check:checked:backdrop:insensitive,
GtkFlowBox.view.check:checked:backdrop:insensitive {
  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-insensitive-selectionmode-dark.png"), url("assets/checkbox-checked-backdrop-insensitive-selectionmode-dark@2.png"));
  icon-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: transparent; }
  GtkIconView.view.check:checked:backdrop:insensitive:hover,
  GtkFlowBox.view.check:checked:backdrop:insensitive:hover {
    icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  GtkIconView.view.check:checked:backdrop:insensitive:insensitive,
  GtkFlowBox.view.check:checked:backdrop:insensitive:insensitive {
    icon-shadow: none; }

GtkCheckButton.text-button, GtkRadioButton.text-button {
  padding: 2px 2px 4px;
  outline-offset: 0; }
  GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent {
    color: rgba(238, 238, 238, 0.4); }
    GtkCheckButton.text-button:insensitive:backdrop, GtkCheckButton.text-button:insensitive:active:backdrop, GtkCheckButton.text-button:insensitive:inconsistent:backdrop, GtkRadioButton.text-button:insensitive:backdrop, GtkRadioButton.text-button:insensitive:active:backdrop, GtkRadioButton.text-button:insensitive:inconsistent:backdrop {
      color: rgba(238, 238, 238, 0.32); }

/************
 * GtkScale *
 ************/
.scale,
.scale.scale-has-marks-above.scale-has-marks-below,
.scale.vertical.scale-has-marks-above.scale-has-marks-below {
  -GtkScale-slider-length: 20;
  -GtkRange-slider-width: 20;
  -GtkRange-trough-border: 2;
  margin: 10px;
  outline-offset: -8px;
  outline-radius: 100px; }
  .scale.fine-tune,
  .scale.scale-has-marks-above.scale-has-marks-below.fine-tune,
  .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune {
    margin: 8px;
    outline-offset: -6px;
    outline-radius: 100px; }
    .scale.fine-tune.trough,
    .scale.scale-has-marks-above.scale-has-marks-below.fine-tune.trough,
    .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune.trough {
      border-radius: 100px; }
  .scale.slider,
  .scale.scale-has-marks-above.scale-has-marks-below.slider,
  .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider {
    border-radius: 50%;
    background-color: #27ae60; }
    .scale.slider:hover,
    .scale.scale-has-marks-above.scale-has-marks-below.slider:hover,
    .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover {
      background-image: linear-gradient(to bottom, alpha(#ffffff,0.1)); }
    .scale.slider:active,
    .scale.scale-has-marks-above.scale-has-marks-below.slider:active,
    .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active {
      background-image: linear-gradient(to bottom, alpha(#ffffff,0.2)); }
    .scale.slider:insensitive,
    .scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive,
    .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive {
      background-color: #3c3c3c; }
  .scale.trough,
  .scale.scale-has-marks-above.scale-has-marks-below.trough,
  .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough {
    border-radius: 100px;
    background-color: alpha(currentColor,0.2); }
    .scale.trough.highlight,
    .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight,
    .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight {
      background-color: #27ae60; }
      .scale.trough.highlight:insensitive,
      .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:insensitive,
      .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:insensitive {
        background-color: alpha(currentColor,0.2); }
    .scale.trough:insensitive,
    .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive,
    .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive {
      color: rgba(238, 238, 238, 0.4); }
    .scale.trough:backdrop,
    .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop,
    .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop {
      color: rgba(238, 238, 238, 0.8); }
    .scale.trough:backdrop:insensitive,
    .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive,
    .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive {
      color: rgba(238, 238, 238, 0.32); }
  .list-row:selected .scale:backdrop, .list-row:selected
  .scale.scale-has-marks-above.scale-has-marks-below:backdrop, .list-row:selected
  .scale.vertical.scale-has-marks-above.scale-has-marks-below:backdrop {
    color: rgba(255, 255, 255, 0.8); }

.scale.scale-has-marks-below {
  -GtkScale-slider-length: 20;
  -GtkRange-slider-width: 24;
  -GtkRange-trough-border: 2; }
  .scale.scale-has-marks-below.slider {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-dark.png"), url("assets/slider-horz-scale-has-marks-below-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }
  .scale.scale-has-marks-below.slider:hover {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-hover-dark.png"), url("assets/slider-horz-scale-has-marks-below-hover-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }
  .scale.scale-has-marks-below.slider:active {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active-dark.png"), url("assets/slider-horz-scale-has-marks-below-active-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }
  .scale.scale-has-marks-below.slider:insensitive {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }

.scale.scale-has-marks-above {
  -GtkScale-slider-length: 20;
  -GtkRange-slider-width: 24;
  -GtkRange-trough-border: 2; }
  .scale.scale-has-marks-above.slider {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }
  .scale.scale-has-marks-above.slider:hover {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover-dark.png"), url("assets/slider-horz-scale-has-marks-above-hover-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }
  .scale.scale-has-marks-above.slider:active {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active-dark.png"), url("assets/slider-horz-scale-has-marks-above-active-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }
  .scale.scale-has-marks-above.slider:insensitive {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }

.scale.vertical.scale-has-marks-below {
  -GtkScale-slider-length: 20;
  -GtkRange-slider-width: 24;
  -GtkRange-trough-border: 2; }
  .scale.vertical.scale-has-marks-below.slider {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-dark.png"), url("assets/slider-vert-scale-has-marks-below-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }
  .scale.vertical.scale-has-marks-below.slider:hover {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-hover-dark.png"), url("assets/slider-vert-scale-has-marks-below-hover-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }
  .scale.vertical.scale-has-marks-below.slider:active {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active-dark.png"), url("assets/slider-vert-scale-has-marks-below-active-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }
  .scale.vertical.scale-has-marks-below.slider:insensitive {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }

.scale.vertical.scale-has-marks-above {
  -GtkScale-slider-length: 20;
  -GtkRange-slider-width: 24;
  -GtkRange-trough-border: 2; }
  .scale.vertical.scale-has-marks-above.slider {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-dark.png"), url("assets/slider-vert-scale-has-marks-above-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }
  .scale.vertical.scale-has-marks-above.slider:hover {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-hover-dark.png"), url("assets/slider-vert-scale-has-marks-above-hover-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }
  .scale.vertical.scale-has-marks-above.slider:active {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active-dark.png"), url("assets/slider-vert-scale-has-marks-above-active-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }
  .scale.vertical.scale-has-marks-above.slider:insensitive {
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png"));
    background-repeat: no-repeat;
    background-position: center; }

.scale.scale-has-marks-above {
  margin: 14px 10px 10px; }
  .fine-tune.scale.scale-has-marks-above {
    margin: 12px 8px 8px; }

.scale.scale-has-marks-below {
  margin: 10px 10px 14px; }
  .fine-tune.scale.scale-has-marks-below {
    margin: 8px 8px 12px; }

.scale.vertical.scale-has-marks-above {
  margin: 10px 10px 10px 14px; }
  .fine-tune.scale.vertical.scale-has-marks-above {
    margin: 8px 8px 8px 12px; }

.scale.vertical.scale-has-marks-below {
  margin: 10px 14px 10px 10px; }
  .fine-tune.scale.vertical.scale-has-marks-below {
    margin: 8px 12px 8px 8px; }

/*****************
 * Progress bars *
 *****************/
GtkProgressBar {
  -GtkProgressBar-min-horizontal-bar-height: 8;
  padding: 0;
  font-size: smaller;
  color: rgba(238, 238, 238, 0.5); }
  GtkProgressBar:backdrop {
    color: rgba(238, 238, 238, 0.4); }
  GtkProgressBar.osd {
    -GtkProgressBar-xspacing: 0;
    -GtkProgressBar-yspacing: 0;
    -GtkProgressBar-min-horizontal-bar-height: 3; }

.progressbar {
  border-radius: 0;
  background-color: #2980b9; }
  .progressbar.left {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px; }
  .progressbar.right {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px; }
  .progressbar.left.right {
    box-shadow: none; }
  .progressbar.vertical.bottom {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    box-shadow: none; }
  .progressbar.vertical.top {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px; }
  .progressbar.osd {
    background-image: none;
    background-color: #2980b9;
    border-style: none;
    border-radius: 0; }

GtkProgressBar.trough {
  border-radius: 100px;
  background-color: alpha(currentColor,0.4); }
  GtkProgressBar.trough.osd {
    border-style: none;
    background-color: transparent;
    box-shadow: none; }

/*************
 * Level Bar *
 *************/
GtkLevelBar {
  -GtkLevelBar-min-block-width: 36;
  -GtkLevelBar-min-block-height: 4; }

GtkLevelBar.vertical {
  -GtkLevelBar-min-block-width: 4;
  -GtkLevelBar-min-block-height: 36; }

.level-bar.trough {
  padding: 2px;
  border-radius: 100px;
  background-color: alpha(currentColor,0.2); }
.level-bar.fill-block {
  border-radius: 100px;
  background-color: #2980b9; }
  .level-bar.fill-block.indicator-discrete.horizontal {
    margin-right: 1px; }
    .level-bar.fill-block.indicator-discrete.horizontal:last-child {
      margin-right: 0; }
    .level-bar.fill-block.indicator-discrete.horizontal:dir(rtl) {
      margin-left: 0; }
  .level-bar.fill-block.indicator-discrete.vertical {
    margin: 1px 0; }
  .level-bar.fill-block.level-high {
    background-color: #27ae60; }
  .level-bar.fill-block.level-low {
    background-color: #c0392b; }
  .level-bar.fill-block.empty-fill-block {
    background-color: transparent;
    border-color: transparent; }

/**********
 * Frames *
 **********/
.frame {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0; }
  .frame.flat {
    border-style: none; }
  .frame.action-bar {
    padding: 6px;
    border-width: 1px 0 0;
    background-color: #3c3c3c; }

GtkScrolledWindow .frame {
  border-radius: 0; }
GtkScrolledWindow GtkViewport.frame {
  border-style: none; }

.separator, .sidebar .separator:backdrop,
.sidebar .view .separator:backdrop {
  color: rgba(0, 0, 0, 0.2); }
  GtkFileChooserButton .separator, GtkFileChooserButton .sidebar .separator:backdrop, .sidebar GtkFileChooserButton .separator:backdrop,
  GtkFileChooserButton .sidebar .view .separator:backdrop,
  .sidebar .view GtkFileChooserButton .separator:backdrop, GtkFontButton .separator, GtkFontButton .sidebar .separator:backdrop, .sidebar GtkFontButton .separator:backdrop,
  GtkFontButton .sidebar .view .separator:backdrop,
  .sidebar .view GtkFontButton .separator:backdrop {
    -GtkWidget-wide-separators: true;
    -GtkWidget-horizontal-separator: 0;
    -GtkWidget-vertical-separator: 0; }

/*********
 * Lists *
 *********/
.list, .list-row {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2); }

.list-row,
.grid-child {
  padding: 2px; }

.list-row.button, .titlebar.selection-mode .list-row.button.suggested-action,
.header-bar.selection-mode .list-row.button.suggested-action {
  background-color: rgba(68, 68, 68, 0);
  border-style: none;
  border-radius: 0;
  box-shadow: none; }

.list-row:selected .button.flat, .list-row:selected .entry.image, .list-row:selected .inline-toolbar .button, .inline-toolbar .list-row:selected .button, .list-row:selected *:link, .list-row:selected .spinbutton .button, .spinbutton .list-row:selected .button, .list-row:selected .osd .toolbar .button, .osd .toolbar .list-row:selected .button, .list-row:selected .toolbar.osd .button, .toolbar.osd .list-row:selected .button, .list-row:selected .titlebar .button, .titlebar .list-row:selected .button,
.list-row:selected .header-bar .button,
.header-bar .list-row:selected .button, .list-row:selected .titlebar.selection-mode .suggested-action:link, .titlebar.selection-mode .list-row:selected .suggested-action:link, .list-row:selected .titlebar.selection-mode GtkExpander.suggested-action, .titlebar.selection-mode .list-row:selected GtkExpander.suggested-action,
.list-row:selected .header-bar.selection-mode .suggested-action:link,
.header-bar.selection-mode .list-row:selected .suggested-action:link,
.list-row:selected .header-bar.selection-mode GtkExpander.suggested-action,
.header-bar.selection-mode .list-row:selected GtkExpander.suggested-action, .list-row:selected GtkTreeView.view.expander, .list-row:selected .notebook tab .button, .notebook tab .list-row:selected .button, .list-row:selected .notebook.arrow, .list-row:selected .scrollbar .button, .scrollbar .list-row:selected .button, .list-row:selected GtkExpander, .list-row:selected GtkCalendar.button, .list-row:selected .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .list-row:selected .button, .list-row:selected .scale-popup .button, .scale-popup .list-row:selected .button {
  color: #ffffff; }
.list-row:selected .button.flat:insensitive, .list-row:selected .entry.image:insensitive, .list-row:selected .inline-toolbar .button:insensitive, .inline-toolbar .list-row:selected .button:insensitive, .list-row:selected :insensitive:link, .list-row:selected .spinbutton .button:insensitive, .spinbutton .list-row:selected .button:insensitive, .list-row:selected .osd .toolbar .button:insensitive, .osd .toolbar .list-row:selected .button:insensitive, .list-row:selected .toolbar.osd .button:insensitive, .toolbar.osd .list-row:selected .button:insensitive, .list-row:selected .titlebar .button:insensitive, .titlebar .list-row:selected .button:insensitive,
.list-row:selected .header-bar .button:insensitive,
.header-bar .list-row:selected .button:insensitive, .list-row:selected .titlebar.selection-mode .suggested-action:insensitive:link, .titlebar.selection-mode .list-row:selected .suggested-action:insensitive:link, .list-row:selected .titlebar.selection-mode GtkExpander.suggested-action:insensitive, .titlebar.selection-mode .list-row:selected GtkExpander.suggested-action:insensitive,
.list-row:selected .header-bar.selection-mode .suggested-action:insensitive:link,
.header-bar.selection-mode .list-row:selected .suggested-action:insensitive:link,
.list-row:selected .header-bar.selection-mode GtkExpander.suggested-action:insensitive,
.header-bar.selection-mode .list-row:selected GtkExpander.suggested-action:insensitive, .list-row:selected GtkTreeView.view.expander:insensitive, .list-row:selected .notebook tab .button:insensitive, .notebook tab .list-row:selected .button:insensitive, .list-row:selected .notebook.arrow:insensitive, .list-row:selected .scrollbar .button:insensitive, .scrollbar .list-row:selected .button:insensitive, .list-row:selected GtkExpander:insensitive, .list-row:selected GtkCalendar.button:insensitive, .list-row:selected .message-dialog.csd .dialog-action-area .button:insensitive, .message-dialog.csd .dialog-action-area .list-row:selected .button:insensitive, .list-row:selected .scale-popup .button:insensitive, .scale-popup .list-row:selected .button:insensitive {
  color: rgba(255, 255, 255, 0.4); }
.list-row:selected .button.flat:backdrop, .list-row:selected .entry.image:backdrop, .list-row:selected .inline-toolbar .button:backdrop, .inline-toolbar .list-row:selected .button:backdrop, .list-row:selected :backdrop:link, .list-row:selected .spinbutton .button:backdrop, .spinbutton .list-row:selected .button:backdrop, .list-row:selected .osd .toolbar .button:backdrop, .osd .toolbar .list-row:selected .button:backdrop, .list-row:selected .toolbar.osd .button:backdrop, .toolbar.osd .list-row:selected .button:backdrop, .list-row:selected .titlebar .button:backdrop, .titlebar .list-row:selected .button:backdrop,
.list-row:selected .header-bar .button:backdrop,
.header-bar .list-row:selected .button:backdrop, .list-row:selected .titlebar.selection-mode .suggested-action:backdrop:link, .titlebar.selection-mode .list-row:selected .suggested-action:backdrop:link, .list-row:selected .titlebar.selection-mode GtkExpander.suggested-action:backdrop, .titlebar.selection-mode .list-row:selected GtkExpander.suggested-action:backdrop,
.list-row:selected .header-bar.selection-mode .suggested-action:backdrop:link,
.header-bar.selection-mode .list-row:selected .suggested-action:backdrop:link,
.list-row:selected .header-bar.selection-mode GtkExpander.suggested-action:backdrop,
.header-bar.selection-mode .list-row:selected GtkExpander.suggested-action:backdrop, .list-row:selected GtkTreeView.view.expander:backdrop, .list-row:selected .notebook tab .button:backdrop, .notebook tab .list-row:selected .button:backdrop, .list-row:selected .notebook.arrow:backdrop, .list-row:selected .scrollbar .button:backdrop, .scrollbar .list-row:selected .button:backdrop, .list-row:selected GtkExpander:backdrop, .list-row:selected GtkCalendar.button:backdrop, .list-row:selected .message-dialog.csd .dialog-action-area .button:backdrop, .message-dialog.csd .dialog-action-area .list-row:selected .button:backdrop, .list-row:selected .scale-popup .button:backdrop, .scale-popup .list-row:selected .button:backdrop {
  color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button.flat:backdrop:insensitive, .list-row:selected .entry.image:backdrop:insensitive, .list-row:selected .inline-toolbar .button:backdrop:insensitive, .inline-toolbar .list-row:selected .button:backdrop:insensitive, .list-row:selected :backdrop:insensitive:link, .list-row:selected .spinbutton .button:backdrop:insensitive, .spinbutton .list-row:selected .button:backdrop:insensitive, .list-row:selected .osd .toolbar .button:backdrop:insensitive, .osd .toolbar .list-row:selected .button:backdrop:insensitive, .list-row:selected .toolbar.osd .button:backdrop:insensitive, .toolbar.osd .list-row:selected .button:backdrop:insensitive, .list-row:selected .titlebar .button:backdrop:insensitive, .titlebar .list-row:selected .button:backdrop:insensitive,
.list-row:selected .header-bar .button:backdrop:insensitive,
.header-bar .list-row:selected .button:backdrop:insensitive, .list-row:selected .titlebar.selection-mode .suggested-action:backdrop:insensitive:link, .titlebar.selection-mode .list-row:selected .suggested-action:backdrop:insensitive:link, .list-row:selected .titlebar.selection-mode GtkExpander.suggested-action:backdrop:insensitive, .titlebar.selection-mode .list-row:selected GtkExpander.suggested-action:backdrop:insensitive,
.list-row:selected .header-bar.selection-mode .suggested-action:backdrop:insensitive:link,
.header-bar.selection-mode .list-row:selected .suggested-action:backdrop:insensitive:link,
.list-row:selected .header-bar.selection-mode GtkExpander.suggested-action:backdrop:insensitive,
.header-bar.selection-mode .list-row:selected GtkExpander.suggested-action:backdrop:insensitive, .list-row:selected GtkTreeView.view.expander:backdrop:insensitive, .list-row:selected .notebook tab .button:backdrop:insensitive, .notebook tab .list-row:selected .button:backdrop:insensitive, .list-row:selected .notebook.arrow:backdrop:insensitive, .list-row:selected .scrollbar .button:backdrop:insensitive, .scrollbar .list-row:selected .button:backdrop:insensitive, .list-row:selected GtkExpander:backdrop:insensitive, .list-row:selected GtkCalendar.button:backdrop:insensitive, .list-row:selected .message-dialog.csd .dialog-action-area .button:backdrop:insensitive, .message-dialog.csd .dialog-action-area .list-row:selected .button:backdrop:insensitive, .list-row:selected .scale-popup .button:backdrop:insensitive, .scale-popup .list-row:selected .button:backdrop:insensitive {
  color: rgba(255, 255, 255, 0.8); }

/*********************
 * App Notifications *
 *********************/
.app-notification,
.app-notification.frame {
  padding: 6px 2px 2px;
  border-style: solid;
  border-width: 0 12px 12px;
  border-image: -gtk-scaled(url("assets/osd-shadow-dark.png"), url("assets/osd-shadow-dark@2.png")) 12/0 12px 12px stretch;
  border-radius: 0;
  background-color: #444444; }
  .app-notification:backdrop,
  .app-notification.frame:backdrop {
    border-image: -gtk-scaled(url("assets/osd-shadow-backdrop-dark.png"), url("assets/osd-shadow-backdrop-dark@2.png")) 12/0 12px 12px stretch; }

/* Floating status bar */
.floating-bar {
  padding: 11px 0 0;
  border-style: solid;
  border-width: 12px;
  border-image: -gtk-scaled(url("assets/osd-shadow-dark.png"), url("assets/osd-shadow-dark@2.png")) 12/12px stretch;
  border-radius: 0;
  background-color: #444444; }

.floating-bar.bottom.left {
  /* axes left border and border radius */
  border-width: 12px 12px 0 0;
  border-image-width: 12px 12px 0 0; }

.floating-bar.bottom.right {
  /* axes right border and border radius */
  border-width: 12px 0 0 12px;
  border-image-width: 12px 0 0 12px; }

/*************
 * Expanders *
 *************/
GtkExpander {
  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
  GtkExpander:dir(rtl) {
    -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
  GtkExpander:checked {
    -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }

/************
 * Calendar *
 ***********/
GtkCalendar {
  border: 1px solid rgba(0, 0, 0, 0.2); }
  GtkCalendar:selected {
    padding: 6px;
    border-radius: 2px;
    background-color: #2980b9;
    color: #ffffff; }
  GtkCalendar.header {
    border-radius: 0; }
  GtkCalendar.highlight {
    color: alpha(currentColor,0.5); }

/***********
 * Dialogs *
 ***********/
.message-dialog .dialog-action-area .button, .message-dialog .dialog-action-area .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .message-dialog .dialog-action-area .button.suggested-action,
.message-dialog .dialog-action-area .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode .message-dialog .dialog-action-area .button.suggested-action {
  padding: 8px; }

.message-dialog {
  -GtkDialog-button-spacing: 0; }
  .message-dialog .titlebar {
    border-style: none;
    background-color: #4e4e4e; }
  .message-dialog.csd.background {
    background-color: #4e4e4e; }
  .message-dialog.csd .dialog-action-area .button {
    outline-offset: -4px;
    padding: 9px 20px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-image: none;
    border-radius: 0;
    background-color: #4e4e4e; }
    .message-dialog.csd .dialog-action-area .button:hover {
      outline-color: alpha(currentColor,0.2); }
    .message-dialog.csd .dialog-action-area .button:active {
      outline-color: alpha(currentColor,0.2); }
GtkFileChooserDialog .search-bar {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #2e2e2e; }
GtkFileChooserDialog .dialog-action-box {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

/***********
 * Sidebar *
 ***********/
.sidebar,
.sidebar .view {
  border: none;
  background-color: #3c3c3c; }
  .sidebar:selected,
  .sidebar .view:selected {
    background-color: #2980b9;
    color: #ffffff; }
    .sidebar:selected:backdrop,
    .sidebar .view:selected:backdrop {
      color: rgba(255, 255, 255, 0.8); }

GtkPaned {
  margin: 0 8px 8px 0; }
  GtkPaned:dir(rtl) {
    margin-right: 0;
    margin-left: 8px; }

.pane-separator {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }

/**************
 * GtkInfoBar *
 **************/
GtkInfoBar {
  border-style: none; }

.info {
  background-color: #2980b9;
  color: #ffffff; }

.question {
  background-color: #8e44ad;
  color: #ffffff; }

.warning {
  background-color: #d35400;
  color: #ffffff; }

.error {
  background-color: #c0392b;
  color: #ffffff; }

.info .button, .info .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .info .button.suggested-action,
.info .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode .info .button.suggested-action,
.question .button,
.question .titlebar.selection-mode .button.suggested-action,
.titlebar.selection-mode .question .button.suggested-action,
.question .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode .question .button.suggested-action,
.warning .button,
.warning .titlebar.selection-mode .button.suggested-action,
.titlebar.selection-mode .warning .button.suggested-action,
.warning .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode .warning .button.suggested-action,
.error .button,
.error .titlebar.selection-mode .button.suggested-action,
.titlebar.selection-mode .error .button.suggested-action,
.error .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode .error .button.suggested-action {
  background-color: alpha(currentColor,0.2);
  color: #ffffff; }
  .info .button.flat, .info .entry.image, .info .inline-toolbar .button, .inline-toolbar .info .button, .info *:link, .info .spinbutton .button, .spinbutton .info .button, .info .osd .toolbar .button, .osd .toolbar .info .button, .info .toolbar.osd .button, .toolbar.osd .info .button, .info .titlebar .button, .titlebar .info .button, .info .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .info .button.suggested-action,
  .info .header-bar .button,
  .header-bar .info .button,
  .info .header-bar.selection-mode .button.suggested-action,
  .header-bar.selection-mode .info .button.suggested-action, .info .titlebar.selection-mode .suggested-action.entry.image, .titlebar.selection-mode .info .suggested-action.entry.image, .info .titlebar.selection-mode .suggested-action:link, .titlebar.selection-mode .info .suggested-action:link, .info .titlebar.selection-mode GtkTreeView.suggested-action.view.expander, .titlebar.selection-mode .info GtkTreeView.suggested-action.view.expander, .info .titlebar.selection-mode .suggested-action.notebook.arrow, .titlebar.selection-mode .info .suggested-action.notebook.arrow, .info .titlebar.selection-mode GtkExpander.suggested-action, .titlebar.selection-mode .info GtkExpander.suggested-action,
  .info .header-bar.selection-mode .suggested-action.entry.image,
  .header-bar.selection-mode .info .suggested-action.entry.image,
  .info .header-bar.selection-mode .suggested-action:link,
  .header-bar.selection-mode .info .suggested-action:link,
  .info .header-bar.selection-mode GtkTreeView.suggested-action.view.expander,
  .header-bar.selection-mode .info GtkTreeView.suggested-action.view.expander,
  .info .header-bar.selection-mode .suggested-action.notebook.arrow,
  .header-bar.selection-mode .info .suggested-action.notebook.arrow,
  .info .header-bar.selection-mode GtkExpander.suggested-action,
  .header-bar.selection-mode .info GtkExpander.suggested-action, .info GtkTreeView.view.expander, .info .notebook tab .button, .notebook tab .info .button, .info .notebook.arrow, .info .scrollbar .button, .scrollbar .info .button, .info GtkExpander, .info GtkCalendar.button, .info .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .info .button, .info .scale-popup .button, .scale-popup .info .button,
  .question .button.flat,
  .question .entry.image,
  .question .inline-toolbar .button,
  .inline-toolbar .question .button,
  .question *:link,
  .question .spinbutton .button,
  .spinbutton .question .button,
  .question .osd .toolbar .button,
  .osd .toolbar .question .button,
  .question .toolbar.osd .button,
  .toolbar.osd .question .button,
  .question .titlebar .button,
  .titlebar .question .button,
  .question .titlebar.selection-mode .button.suggested-action,
  .titlebar.selection-mode .question .button.suggested-action,
  .question .header-bar .button,
  .header-bar .question .button,
  .question .header-bar.selection-mode .button.suggested-action,
  .header-bar.selection-mode .question .button.suggested-action,
  .question .titlebar.selection-mode .suggested-action.entry.image,
  .titlebar.selection-mode .question .suggested-action.entry.image,
  .question .titlebar.selection-mode .suggested-action:link,
  .titlebar.selection-mode .question .suggested-action:link,
  .question .titlebar.selection-mode GtkTreeView.suggested-action.view.expander,
  .titlebar.selection-mode .question GtkTreeView.suggested-action.view.expander,
  .question .titlebar.selection-mode .suggested-action.notebook.arrow,
  .titlebar.selection-mode .question .suggested-action.notebook.arrow,
  .question .titlebar.selection-mode GtkExpander.suggested-action,
  .titlebar.selection-mode .question GtkExpander.suggested-action,
  .question .header-bar.selection-mode .suggested-action.entry.image,
  .header-bar.selection-mode .question .suggested-action.entry.image,
  .question .header-bar.selection-mode .suggested-action:link,
  .header-bar.selection-mode .question .suggested-action:link,
  .question .header-bar.selection-mode GtkTreeView.suggested-action.view.expander,
  .header-bar.selection-mode .question GtkTreeView.suggested-action.view.expander,
  .question .header-bar.selection-mode .suggested-action.notebook.arrow,
  .header-bar.selection-mode .question .suggested-action.notebook.arrow,
  .question .header-bar.selection-mode GtkExpander.suggested-action,
  .header-bar.selection-mode .question GtkExpander.suggested-action,
  .question GtkTreeView.view.expander,
  .question .notebook tab .button,
  .notebook tab .question .button,
  .question .notebook.arrow,
  .question .scrollbar .button,
  .scrollbar .question .button,
  .question GtkExpander,
  .question GtkCalendar.button,
  .question .message-dialog.csd .dialog-action-area .button,
  .message-dialog.csd .dialog-action-area .question .button,
  .question .scale-popup .button,
  .scale-popup .question .button,
  .warning .button.flat,
  .warning .entry.image,
  .warning .inline-toolbar .button,
  .inline-toolbar .warning .button,
  .warning *:link,
  .warning .spinbutton .button,
  .spinbutton .warning .button,
  .warning .osd .toolbar .button,
  .osd .toolbar .warning .button,
  .warning .toolbar.osd .button,
  .toolbar.osd .warning .button,
  .warning .titlebar .button,
  .titlebar .warning .button,
  .warning .titlebar.selection-mode .button.suggested-action,
  .titlebar.selection-mode .warning .button.suggested-action,
  .warning .header-bar .button,
  .header-bar .warning .button,
  .warning .header-bar.selection-mode .button.suggested-action,
  .header-bar.selection-mode .warning .button.suggested-action,
  .warning .titlebar.selection-mode .suggested-action.entry.image,
  .titlebar.selection-mode .warning .suggested-action.entry.image,
  .warning .titlebar.selection-mode .suggested-action:link,
  .titlebar.selection-mode .warning .suggested-action:link,
  .warning .titlebar.selection-mode GtkTreeView.suggested-action.view.expander,
  .titlebar.selection-mode .warning GtkTreeView.suggested-action.view.expander,
  .warning .titlebar.selection-mode .suggested-action.notebook.arrow,
  .titlebar.selection-mode .warning .suggested-action.notebook.arrow,
  .warning .titlebar.selection-mode GtkExpander.suggested-action,
  .titlebar.selection-mode .warning GtkExpander.suggested-action,
  .warning .header-bar.selection-mode .suggested-action.entry.image,
  .header-bar.selection-mode .warning .suggested-action.entry.image,
  .warning .header-bar.selection-mode .suggested-action:link,
  .header-bar.selection-mode .warning .suggested-action:link,
  .warning .header-bar.selection-mode GtkTreeView.suggested-action.view.expander,
  .header-bar.selection-mode .warning GtkTreeView.suggested-action.view.expander,
  .warning .header-bar.selection-mode .suggested-action.notebook.arrow,
  .header-bar.selection-mode .warning .suggested-action.notebook.arrow,
  .warning .header-bar.selection-mode GtkExpander.suggested-action,
  .header-bar.selection-mode .warning GtkExpander.suggested-action,
  .warning GtkTreeView.view.expander,
  .warning .notebook tab .button,
  .notebook tab .warning .button,
  .warning .notebook.arrow,
  .warning .scrollbar .button,
  .scrollbar .warning .button,
  .warning GtkExpander,
  .warning GtkCalendar.button,
  .warning .message-dialog.csd .dialog-action-area .button,
  .message-dialog.csd .dialog-action-area .warning .button,
  .warning .scale-popup .button,
  .scale-popup .warning .button,
  .error .button.flat,
  .error .entry.image,
  .error .inline-toolbar .button,
  .inline-toolbar .error .button,
  .error *:link,
  .error .spinbutton .button,
  .spinbutton .error .button,
  .error .osd .toolbar .button,
  .osd .toolbar .error .button,
  .error .toolbar.osd .button,
  .toolbar.osd .error .button,
  .error .titlebar .button,
  .titlebar .error .button,
  .error .titlebar.selection-mode .button.suggested-action,
  .titlebar.selection-mode .error .button.suggested-action,
  .error .header-bar .button,
  .header-bar .error .button,
  .error .header-bar.selection-mode .button.suggested-action,
  .header-bar.selection-mode .error .button.suggested-action,
  .error .titlebar.selection-mode .suggested-action.entry.image,
  .titlebar.selection-mode .error .suggested-action.entry.image,
  .error .titlebar.selection-mode .suggested-action:link,
  .titlebar.selection-mode .error .suggested-action:link,
  .error .titlebar.selection-mode GtkTreeView.suggested-action.view.expander,
  .titlebar.selection-mode .error GtkTreeView.suggested-action.view.expander,
  .error .titlebar.selection-mode .suggested-action.notebook.arrow,
  .titlebar.selection-mode .error .suggested-action.notebook.arrow,
  .error .titlebar.selection-mode GtkExpander.suggested-action,
  .titlebar.selection-mode .error GtkExpander.suggested-action,
  .error .header-bar.selection-mode .suggested-action.entry.image,
  .header-bar.selection-mode .error .suggested-action.entry.image,
  .error .header-bar.selection-mode .suggested-action:link,
  .header-bar.selection-mode .error .suggested-action:link,
  .error .header-bar.selection-mode GtkTreeView.suggested-action.view.expander,
  .header-bar.selection-mode .error GtkTreeView.suggested-action.view.expander,
  .error .header-bar.selection-mode .suggested-action.notebook.arrow,
  .header-bar.selection-mode .error .suggested-action.notebook.arrow,
  .error .header-bar.selection-mode GtkExpander.suggested-action,
  .header-bar.selection-mode .error GtkExpander.suggested-action,
  .error GtkTreeView.view.expander,
  .error .notebook tab .button,
  .notebook tab .error .button,
  .error .notebook.arrow,
  .error .scrollbar .button,
  .scrollbar .error .button,
  .error GtkExpander,
  .error GtkCalendar.button,
  .error .message-dialog.csd .dialog-action-area .button,
  .message-dialog.csd .dialog-action-area .error .button,
  .error .scale-popup .button,
  .scale-popup .error .button {
    background-color: transparent; }

/************
 * Tooltips *
 ************/
.tooltip {
  color: #eeeeee;
  padding: 4px;
  /* not working */
  border-radius: 4px;
  box-shadow: none; }
  .tooltip.background {
    background-color: #444444; }
  .tooltip.window-frame.csd {
    background-color: transparent; }

.tooltip * {
  padding: 4px;
  background-color: transparent;
  color: inherit; }

/*****************
 * Color Chooser *
 *****************/
GtkColorSwatch {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  GtkColorSwatch:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  GtkColorSwatch.top {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  GtkColorSwatch.bottom {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
  GtkColorSwatch.left, GtkColorSwatch:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  GtkColorSwatch.right, GtkColorSwatch:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
  GtkColorSwatch:only-child {
    border-radius: 2px; }
  GtkColorSwatch:selected:hover {
    background-image: none; }
  GtkColorSwatch.color-active-badge {
    border-width: 2px;
    border-style: solid; }
    GtkColorSwatch.color-active-badge:hover {
      background-image: none; }
    GtkColorSwatch.color-active-badge.color-light, GtkColorSwatch.color-active-badge.color-light:hover {
      border-color: black;
      color: black; }
    GtkColorSwatch.color-active-badge.color-dark, GtkColorSwatch.color-active-badge.color-dark:hover {
      border-color: white;
      color: white; }

GtkColorChooserWidget #add-color-button {
  background-image: linear-gradient(to right, #c0392b 25%, #f39c12 25%, #f39c12 50%, #27ae60 50%, #27ae60 75%, #2980b9 75%);
  color: white; }

/********
 * Misc *
 ********/
.scale-popup .button, .scale-popup .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .scale-popup .button.suggested-action,
.scale-popup .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode .scale-popup .button.suggested-action {
  padding: 10px; }

GtkVolumeButton.button, .titlebar.selection-mode GtkVolumeButton.button.suggested-action,
.header-bar.selection-mode GtkVolumeButton.button.suggested-action {
  padding: 10px; }

/**********************
 * Window Decorations *
 *********************/
.window-frame {
  border-radius: 4px 4px 0 0;
  border-width: 0px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  /* this is used for the resize cursor area */
  margin: 8px; }
  .window-frame:backdrop {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .window-frame.tiled {
    border-radius: 0; }
  .window-frame.csd.popup {
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .window-frame.csd.tooltip {
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .window-frame.csd.message-dialog {
    border-radius: 4px 4px 0 0;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
    .window-frame.csd.message-dialog:backdrop {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.entry.image, .spinbutton .button, .spinbutton .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .spinbutton .button.suggested-action,
.spinbutton .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode .spinbutton .button.suggested-action, GtkTreeView.view.expander, column-header .button, column-header .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode column-header .button.suggested-action,
column-header .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode column-header .button.suggested-action, .notebook tab .button, .notebook tab .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .notebook tab .button.suggested-action,
.notebook tab .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode .notebook tab .button.suggested-action, .notebook.arrow, .scrollbar .button, .scrollbar .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .scrollbar .button.suggested-action,
.scrollbar .header-bar.selection-mode .button.suggested-action,
.header-bar.selection-mode .scrollbar .button.suggested-action, GtkCalendar.button, .titlebar.selection-mode GtkCalendar.button.suggested-action,
.header-bar.selection-mode GtkCalendar.button.suggested-action, .header-bar .button.titlebutton,
.header-bar.selection-mode .titlebutton.button.suggested-action,
.titlebar .button.titlebutton,
.titlebar.selection-mode .titlebutton.button.suggested-action {
  color: rgba(238, 238, 238, 0.6);
  outline-color: alpha(currentColor,0.333); }
  .entry.image:hover, .spinbutton .button:hover, .spinbutton .titlebar.selection-mode .button.suggested-action:hover, .titlebar.selection-mode .spinbutton .button.suggested-action:hover,
  .spinbutton .header-bar.selection-mode .button.suggested-action:hover,
  .header-bar.selection-mode .spinbutton .button.suggested-action:hover, GtkTreeView.view.expander:hover, column-header .button:hover, column-header .titlebar.selection-mode .button.suggested-action:hover, .titlebar.selection-mode column-header .button.suggested-action:hover,
  column-header .header-bar.selection-mode .button.suggested-action:hover,
  .header-bar.selection-mode column-header .button.suggested-action:hover, .notebook tab .button:hover, .notebook tab .titlebar.selection-mode .button.suggested-action:hover, .titlebar.selection-mode .notebook tab .button.suggested-action:hover,
  .notebook tab .header-bar.selection-mode .button.suggested-action:hover,
  .header-bar.selection-mode .notebook tab .button.suggested-action:hover, .notebook.arrow:hover, .scrollbar .button:hover, .scrollbar .titlebar.selection-mode .button.suggested-action:hover, .titlebar.selection-mode .scrollbar .button.suggested-action:hover,
  .scrollbar .header-bar.selection-mode .button.suggested-action:hover,
  .header-bar.selection-mode .scrollbar .button.suggested-action:hover, GtkCalendar.button:hover, .titlebar.selection-mode GtkCalendar.button.suggested-action:hover,
  .header-bar.selection-mode GtkCalendar.button.suggested-action:hover, .header-bar .button.titlebutton:hover,
  .titlebar .button.titlebutton:hover {
    color: #eeeeee;
    outline-color: alpha(currentColor,0.1); }
  .entry.image:active, .spinbutton .button:active, .spinbutton .titlebar.selection-mode .button.suggested-action:active, .titlebar.selection-mode .spinbutton .button.suggested-action:active,
  .spinbutton .header-bar.selection-mode .button.suggested-action:active,
  .header-bar.selection-mode .spinbutton .button.suggested-action:active, GtkTreeView.view.expander:active, column-header .button:active, column-header .titlebar.selection-mode .button.suggested-action:active, .titlebar.selection-mode column-header .button.suggested-action:active,
  column-header .header-bar.selection-mode .button.suggested-action:active,
  .header-bar.selection-mode column-header .button.suggested-action:active, .notebook tab .button:active, .notebook tab .titlebar.selection-mode .button.suggested-action:active, .titlebar.selection-mode .notebook tab .button.suggested-action:active,
  .notebook tab .header-bar.selection-mode .button.suggested-action:active,
  .header-bar.selection-mode .notebook tab .button.suggested-action:active, .notebook.arrow:active, .scrollbar .button:active, .scrollbar .titlebar.selection-mode .button.suggested-action:active, .titlebar.selection-mode .scrollbar .button.suggested-action:active,
  .scrollbar .header-bar.selection-mode .button.suggested-action:active,
  .header-bar.selection-mode .scrollbar .button.suggested-action:active, GtkCalendar.button:active, .titlebar.selection-mode GtkCalendar.button.suggested-action:active,
  .header-bar.selection-mode GtkCalendar.button.suggested-action:active, .header-bar .button.titlebutton:active,
  .titlebar .button.titlebutton:active {
    color: #eeeeee;
    outline-color: alpha(currentColor,0); }
  .entry.image:insensitive, .spinbutton .button:insensitive, .spinbutton .titlebar.selection-mode .button.suggested-action:insensitive, .titlebar.selection-mode .spinbutton .button.suggested-action:insensitive,
  .spinbutton .header-bar.selection-mode .button.suggested-action:insensitive,
  .header-bar.selection-mode .spinbutton .button.suggested-action:insensitive, GtkTreeView.view.expander:insensitive, column-header .button:insensitive, column-header .titlebar.selection-mode .button.suggested-action:insensitive, .titlebar.selection-mode column-header .button.suggested-action:insensitive,
  column-header .header-bar.selection-mode .button.suggested-action:insensitive,
  .header-bar.selection-mode column-header .button.suggested-action:insensitive, .notebook tab .button:insensitive, .notebook tab .titlebar.selection-mode .button.suggested-action:insensitive, .titlebar.selection-mode .notebook tab .button.suggested-action:insensitive,
  .notebook tab .header-bar.selection-mode .button.suggested-action:insensitive,
  .header-bar.selection-mode .notebook tab .button.suggested-action:insensitive, .notebook.arrow:insensitive, .scrollbar .button:insensitive, .scrollbar .titlebar.selection-mode .button.suggested-action:insensitive, .titlebar.selection-mode .scrollbar .button.suggested-action:insensitive,
  .scrollbar .header-bar.selection-mode .button.suggested-action:insensitive,
  .header-bar.selection-mode .scrollbar .button.suggested-action:insensitive, GtkCalendar.button:insensitive, .titlebar.selection-mode GtkCalendar.button.suggested-action:insensitive,
  .header-bar.selection-mode GtkCalendar.button.suggested-action:insensitive, .header-bar .button.titlebutton:insensitive,
  .titlebar .button.titlebutton:insensitive {
    color: rgba(238, 238, 238, 0.24); }
  .entry.image:backdrop, .spinbutton .button:backdrop, .spinbutton .titlebar.selection-mode .button.suggested-action:backdrop, .titlebar.selection-mode .spinbutton .button.suggested-action:backdrop,
  .spinbutton .header-bar.selection-mode .button.suggested-action:backdrop,
  .header-bar.selection-mode .spinbutton .button.suggested-action:backdrop, GtkTreeView.view.expander:backdrop, column-header .button:backdrop, column-header .titlebar.selection-mode .button.suggested-action:backdrop, .titlebar.selection-mode column-header .button.suggested-action:backdrop,
  column-header .header-bar.selection-mode .button.suggested-action:backdrop,
  .header-bar.selection-mode column-header .button.suggested-action:backdrop, .notebook tab .button:backdrop, .notebook tab .titlebar.selection-mode .button.suggested-action:backdrop, .titlebar.selection-mode .notebook tab .button.suggested-action:backdrop,
  .notebook tab .header-bar.selection-mode .button.suggested-action:backdrop,
  .header-bar.selection-mode .notebook tab .button.suggested-action:backdrop, .notebook.arrow:backdrop, .scrollbar .button:backdrop, .scrollbar .titlebar.selection-mode .button.suggested-action:backdrop, .titlebar.selection-mode .scrollbar .button.suggested-action:backdrop,
  .scrollbar .header-bar.selection-mode .button.suggested-action:backdrop,
  .header-bar.selection-mode .scrollbar .button.suggested-action:backdrop, GtkCalendar.button:backdrop, .titlebar.selection-mode GtkCalendar.button.suggested-action:backdrop,
  .header-bar.selection-mode GtkCalendar.button.suggested-action:backdrop, .header-bar .button.titlebutton:backdrop,
  .titlebar .button.titlebutton:backdrop {
    color: rgba(238, 238, 238, 0.48); }
  .entry.image:backdrop:hover, .spinbutton .button:backdrop:hover, GtkTreeView.view.expander:backdrop:hover, column-header .button:backdrop:hover, column-header .titlebar.selection-mode .button.suggested-action:backdrop:hover, .titlebar.selection-mode column-header .button.suggested-action:backdrop:hover,
  column-header .header-bar.selection-mode .button.suggested-action:backdrop:hover,
  .header-bar.selection-mode column-header .button.suggested-action:backdrop:hover, .notebook tab .button:backdrop:hover, .notebook.arrow:backdrop:hover, .scrollbar .button:backdrop:hover, GtkCalendar.button:backdrop:hover, .titlebar.selection-mode GtkCalendar.button.suggested-action:backdrop:hover,
  .header-bar.selection-mode GtkCalendar.button.suggested-action:backdrop:hover, .header-bar .button.titlebutton:backdrop:hover,
  .titlebar .button.titlebutton:backdrop:hover {
    color: rgba(238, 238, 238, 0.8); }
  .entry.image:backdrop:active, .spinbutton .button:backdrop:active, GtkTreeView.view.expander:backdrop:active, column-header .button:backdrop:active, column-header .titlebar.selection-mode .button.suggested-action:backdrop:active, .titlebar.selection-mode column-header .button.suggested-action:backdrop:active,
  column-header .header-bar.selection-mode .button.suggested-action:backdrop:active,
  .header-bar.selection-mode column-header .button.suggested-action:backdrop:active, .notebook tab .button:backdrop:active, .notebook.arrow:backdrop:active, .scrollbar .button:backdrop:active, GtkCalendar.button:backdrop:active, .titlebar.selection-mode GtkCalendar.button.suggested-action:backdrop:active,
  .header-bar.selection-mode GtkCalendar.button.suggested-action:backdrop:active, .header-bar .button.titlebutton:backdrop:active,
  .titlebar .button.titlebutton:backdrop:active {
    color: rgba(238, 238, 238, 0.8); }
  .entry.image:backdrop:insensitive, .spinbutton .button:backdrop:insensitive, GtkTreeView.view.expander:backdrop:insensitive, column-header .button:backdrop:insensitive, column-header .titlebar.selection-mode .button.suggested-action:backdrop:insensitive, .titlebar.selection-mode column-header .button.suggested-action:backdrop:insensitive,
  column-header .header-bar.selection-mode .button.suggested-action:backdrop:insensitive,
  .header-bar.selection-mode column-header .button.suggested-action:backdrop:insensitive, .notebook tab .button:backdrop:insensitive, .notebook.arrow:backdrop:insensitive, .scrollbar .button:backdrop:insensitive, GtkCalendar.button:backdrop:insensitive, .titlebar.selection-mode GtkCalendar.button.suggested-action:backdrop:insensitive,
  .header-bar.selection-mode GtkCalendar.button.suggested-action:backdrop:insensitive, .header-bar .button.titlebutton:backdrop:insensitive,
  .titlebar .button.titlebutton:backdrop:insensitive {
    color: rgba(238, 238, 238, 0.192); }
  .entry.image:selected, .spinbutton .button:selected, .spinbutton .titlebar.selection-mode .button.suggested-action:selected, .titlebar.selection-mode .spinbutton .button.suggested-action:selected,
  .spinbutton .header-bar.selection-mode .button.suggested-action:selected,
  .header-bar.selection-mode .spinbutton .button.suggested-action:selected, GtkTreeView.view.expander:selected, column-header .button:selected, column-header .titlebar.selection-mode .button.suggested-action:selected, .titlebar.selection-mode column-header .button.suggested-action:selected,
  column-header .header-bar.selection-mode .button.suggested-action:selected,
  .header-bar.selection-mode column-header .button.suggested-action:selected, .notebook tab .button:selected, .notebook tab .titlebar.selection-mode .button.suggested-action:selected, .titlebar.selection-mode .notebook tab .button.suggested-action:selected,
  .notebook tab .header-bar.selection-mode .button.suggested-action:selected,
  .header-bar.selection-mode .notebook tab .button.suggested-action:selected, .notebook.arrow:selected, .scrollbar .button:selected, .scrollbar .titlebar.selection-mode .button.suggested-action:selected, .titlebar.selection-mode .scrollbar .button.suggested-action:selected,
  .scrollbar .header-bar.selection-mode .button.suggested-action:selected,
  .header-bar.selection-mode .scrollbar .button.suggested-action:selected, GtkCalendar.button:selected, .titlebar.selection-mode GtkCalendar.button.suggested-action:selected,
  .header-bar.selection-mode GtkCalendar.button.suggested-action:selected, .header-bar .button.titlebutton:selected,
  .titlebar .button.titlebutton:selected {
    color: rgba(255, 255, 255, 0.6); }
    .entry.image:selected:hover, .spinbutton .button:selected:hover, GtkTreeView.view.expander:selected:hover, column-header .button:selected:hover, column-header .titlebar.selection-mode .button.suggested-action:selected:hover, .titlebar.selection-mode column-header .button.suggested-action:selected:hover,
    column-header .header-bar.selection-mode .button.suggested-action:selected:hover,
    .header-bar.selection-mode column-header .button.suggested-action:selected:hover, .notebook tab .button:selected:hover, .notebook.arrow:selected:hover, .scrollbar .button:selected:hover, GtkCalendar.button:selected:hover, .titlebar.selection-mode GtkCalendar.button.suggested-action:selected:hover,
    .header-bar.selection-mode GtkCalendar.button.suggested-action:selected:hover, .header-bar .button.titlebutton:selected:hover,
    .titlebar .button.titlebutton:selected:hover {
      color: #ffffff; }
    .entry.image:selected:active, .spinbutton .button:selected:active, GtkTreeView.view.expander:selected:active, column-header .button:selected:active, column-header .titlebar.selection-mode .button.suggested-action:selected:active, .titlebar.selection-mode column-header .button.suggested-action:selected:active,
    column-header .header-bar.selection-mode .button.suggested-action:selected:active,
    .header-bar.selection-mode column-header .button.suggested-action:selected:active, .notebook tab .button:selected:active, .notebook.arrow:selected:active, .scrollbar .button:selected:active, GtkCalendar.button:selected:active, .titlebar.selection-mode GtkCalendar.button.suggested-action:selected:active,
    .header-bar.selection-mode GtkCalendar.button.suggested-action:selected:active, .header-bar .button.titlebutton:selected:active,
    .titlebar .button.titlebutton:selected:active {
      color: #ffffff; }
    .entry.image:selected:insensitive, .spinbutton .button:selected:insensitive, GtkTreeView.view.expander:selected:insensitive, column-header .button:selected:insensitive, column-header .titlebar.selection-mode .button.suggested-action:selected:insensitive, .titlebar.selection-mode column-header .button.suggested-action:selected:insensitive,
    column-header .header-bar.selection-mode .button.suggested-action:selected:insensitive,
    .header-bar.selection-mode column-header .button.suggested-action:selected:insensitive, .notebook tab .button:selected:insensitive, .notebook.arrow:selected:insensitive, .scrollbar .button:selected:insensitive, GtkCalendar.button:selected:insensitive, .titlebar.selection-mode GtkCalendar.button.suggested-action:selected:insensitive,
    .header-bar.selection-mode GtkCalendar.button.suggested-action:selected:insensitive, .header-bar .button.titlebutton:selected:insensitive,
    .titlebar .button.titlebutton:selected:insensitive {
      color: rgba(255, 255, 255, 0.24); }
    .entry.image:selected:backdrop, .spinbutton .button:selected:backdrop, GtkTreeView.view.expander:selected:backdrop, column-header .button:selected:backdrop, column-header .titlebar.selection-mode .button.suggested-action:selected:backdrop, .titlebar.selection-mode column-header .button.suggested-action:selected:backdrop,
    column-header .header-bar.selection-mode .button.suggested-action:selected:backdrop,
    .header-bar.selection-mode column-header .button.suggested-action:selected:backdrop, .notebook tab .button:selected:backdrop, .notebook.arrow:selected:backdrop, .scrollbar .button:selected:backdrop, GtkCalendar.button:selected:backdrop, .titlebar.selection-mode GtkCalendar.button.suggested-action:selected:backdrop,
    .header-bar.selection-mode GtkCalendar.button.suggested-action:selected:backdrop, .header-bar .button.titlebutton:selected:backdrop,
    .titlebar .button.titlebutton:selected:backdrop {
      color: rgba(255, 255, 255, 0.48); }
    .entry.image:selected:backdrop:hover, .spinbutton .button:selected:backdrop:hover, GtkTreeView.view.expander:selected:backdrop:hover, column-header .button:selected:backdrop:hover, .notebook tab .button:selected:backdrop:hover, .notebook.arrow:selected:backdrop:hover, .scrollbar .button:selected:backdrop:hover, GtkCalendar.button:selected:backdrop:hover, .header-bar .button.titlebutton:selected:backdrop:hover,
    .titlebar .button.titlebutton:selected:backdrop:hover {
      color: rgba(255, 255, 255, 0.8); }
    .entry.image:selected:backdrop:active, .spinbutton .button:selected:backdrop:active, GtkTreeView.view.expander:selected:backdrop:active, column-header .button:selected:backdrop:active, .notebook tab .button:selected:backdrop:active, .notebook.arrow:selected:backdrop:active, .scrollbar .button:selected:backdrop:active, GtkCalendar.button:selected:backdrop:active, .header-bar .button.titlebutton:selected:backdrop:active,
    .titlebar .button.titlebutton:selected:backdrop:active {
      color: rgba(255, 255, 255, 0.8); }
    .entry.image:selected:backdrop:insensitive, .spinbutton .button:selected:backdrop:insensitive, GtkTreeView.view.expander:selected:backdrop:insensitive, column-header .button:selected:backdrop:insensitive, .notebook tab .button:selected:backdrop:insensitive, .notebook.arrow:selected:backdrop:insensitive, .scrollbar .button:selected:backdrop:insensitive, GtkCalendar.button:selected:backdrop:insensitive, .header-bar .button.titlebutton:selected:backdrop:insensitive,
    .titlebar .button.titlebutton:selected:backdrop:insensitive {
      color: rgba(255, 255, 255, 0.192); }

.notebook tab GtkLabel:insensitive {
  opacity: 0.4; }
.notebook tab GtkLabel:backdrop {
  opacity: 0.8; }
.notebook tab GtkLabel:backdrop:insensitive {
  opacity: 0.32; }

.view:selected, GtkLabel:selected, GtkFlowBox .grid-child:selected, .entry:selected, .entry.error:selected, .entry.warning:selected, .menuitem.button.flat:selected, .menuitem.entry.image:selected, .inline-toolbar .menuitem.button:selected, .menuitem:selected:link, .spinbutton .menuitem.button:selected, .osd .toolbar .menuitem.button:selected, .toolbar.osd .menuitem.button:selected, .titlebar .menuitem.button:selected,
.header-bar .menuitem.button:selected, .titlebar.selection-mode .menuitem.suggested-action:selected:link, .titlebar.selection-mode GtkExpander.menuitem.suggested-action:selected,
.header-bar.selection-mode .menuitem.suggested-action:selected:link,
.header-bar.selection-mode GtkExpander.menuitem.suggested-action:selected, GtkTreeView.menuitem.view.expander:selected, .notebook tab .menuitem.button:selected, .menuitem.notebook.arrow:selected, .scrollbar .menuitem.button:selected, GtkExpander.menuitem:selected, GtkCalendar.menuitem.button:selected, .message-dialog.csd .dialog-action-area .menuitem.button:selected, .scale-popup .menuitem.button:selected, GtkTreeView.view .entry:selected, .list-row:selected {
  background-color: #2980b9;
  color: #ffffff; }
  .view:backdrop:selected, GtkLabel:backdrop:selected, GtkFlowBox .grid-child:backdrop:selected, .entry:backdrop:selected, .menuitem.button.flat:backdrop:selected, .menuitem.entry.image:backdrop:selected, .inline-toolbar .menuitem.button:backdrop:selected, .menuitem:backdrop:selected:link, .spinbutton .menuitem.button:backdrop:selected, .osd .toolbar .menuitem.button:backdrop:selected, .toolbar.osd .menuitem.button:backdrop:selected, .titlebar .menuitem.button:backdrop:selected,
  .header-bar .menuitem.button:backdrop:selected, .titlebar.selection-mode GtkExpander.menuitem.suggested-action:backdrop:selected,
  .header-bar.selection-mode GtkExpander.menuitem.suggested-action:backdrop:selected, GtkTreeView.menuitem.view.expander:backdrop:selected, .notebook tab .menuitem.button:backdrop:selected, .menuitem.notebook.arrow:backdrop:selected, .scrollbar .menuitem.button:backdrop:selected, GtkExpander.menuitem:backdrop:selected, GtkCalendar.menuitem.button:backdrop:selected, .message-dialog.csd .dialog-action-area .menuitem.button:backdrop:selected, .scale-popup .menuitem.button:backdrop:selected, GtkTreeView.view .entry:backdrop:selected, .list-row:backdrop:selected {
    color: rgba(255, 255, 255, 0.8); }

/* GTK NAMED COLORS */
@define-color theme_fg_color #eeeeee;
@define-color theme_bg_color #333333;
@define-color theme_base_color #444444;
@define-color theme_selected_bg_color #2980b9;
@define-color theme_selected_fg_color #ffffff;
@define-color insensitive_bg_color #333333;
@define-color insensitive_fg_color rgba(238, 238, 238, 0.4);
@define-color insensitive_base_color #3c3c3c;
@define-color theme_unfocused_fg_color rgba(238, 238, 238, 0.8);
@define-color theme_unfocused_bg_color #333333;
@define-color theme_unfocused_base_color #444444;
@define-color theme_unfocused_selected_bg_color #2980b9;
@define-color theme_unfocused_selected_fg_color rgba(255, 255, 255, 0.8);
@define-color borders rgba(0, 0, 0, 0.2);
@define-color unfocused_borders rgba(0, 0, 0, 0.2);
@define-color warning_color #d35400;
@define-color error_color #c0392b;
@define-color success_color #27ae60;
@define-color wm_button_focused_color #a3a3a3;
@define-color wm_button_unfocused_color #8d8d8d;
@define-color wm_button_hover_color rgba(238, 238, 238, 0.1);
@define-color wm_button_active_color rgba(238, 238, 238, 0.2);
@define-color wm_title #eeeeee;
@define-color wm_unfocused_title rgba(238, 238, 238, 0.8);
@define-color wm_highlight transparent;
@define-color wm_borders_edge transparent;
@define-color wm_bg_color #2e2e2e;
@define-color wm_bg_a #333333;
@define-color wm_bg_b #333333;
@define-color wm_shadow rgba(0, 0, 0, 0.2);
@define-color wm_border rgba(0, 0, 0, 0.2);
@define-color wm_button_hover_color_a rgba(238, 238, 238, 0.1);
@define-color wm_button_hover_color_b rgba(238, 238, 238, 0.1);
@define-color wm_button_active_color_a rgba(238, 238, 238, 0.2);
@define-color wm_button_active_color_b rgba(238, 238, 238, 0.2);
@define-color wm_button_active_color_c rgba(238, 238, 238, 0.2);
@define-color content_view_bg #4e4e4e;
