Files
Jolly-Plasma-Themes/Jolly GTK Themes/Jolly-GTK/gtk-3.0/gtk.css
2021-11-30 08:24:13 +01:00

39267 lines
3.5 MiB

/* GTK NAMED COLORS
----------------
use responsibly! */
/*
widget text/foreground color */
@define-color theme_fg_color_breeze #eff0f1;
/*
text color for entries, views and content in general */
@define-color theme_text_color_breeze #eff0f1;
/*
widget base background color */
@define-color theme_bg_color_breeze #31363b;
/*
text widgets and the like base background color */
@define-color theme_base_color_breeze #232629;
/*
view hover decoration color*/
@define-color theme_view_hover_decoration_color_breeze #3daee9;
/*
background color of hovering selected widgets*/
@define-color theme_hovering_selected_bg_color_breeze #3daee9;
/*
base background color of selections */
@define-color theme_selected_bg_color_breeze #3daee9;
/*
text/foreground color of selections */
@define-color theme_selected_fg_color_breeze #eff0f1;
/*
decoration color of views */
@define-color theme_view_active_decoration_color_breeze #3daee9;
/*
base background color of insensitive selections */
@define-color insensitive_selected_bg_color_breeze rgba(37, 164, 230, 0.35);
/*
base background color of insensitive widgets */
@define-color insensitive_bg_color_breeze #2d3136;
/*
text foreground color of insensitive widgets */
@define-color insensitive_fg_color_breeze rgba(216, 218, 221, 0.35);
/*
insensitive text widgets and the like base background color */
@define-color insensitive_base_color_breeze rgba(216, 218, 221, 0.35);
/*
insensitive text widgets and the like base foreground color */
@define-color insensitive_base_fg_color_breeze #202325;
/*
insensitive selected text widgets and the like base background color */
@define-color insensitive_selected_fg_color_breeze rgba(216, 218, 221, 0.35);
/*
widget text/foreground color on backdrop windows */
@define-color theme_unfocused_fg_color_breeze #eff0f1;
/*
text color for entries, views and content in general on backdrop windows */
@define-color theme_unfocused_text_color_breeze #eff0f1;
/*
widget base background color on backdrop windows */
@define-color theme_unfocused_bg_color_breeze #31363b;
/*
text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color_breeze #232629;
/*
base background color of selections on backdrop windows, alt */
@define-color theme_unfocused_selected_bg_color_alt_breeze #3daee9;
/*
base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color_breeze rgba(61, 174, 233, 0.5);
/*
text/foreground color of selections on backdrop windows */
@define-color theme_unfocused_selected_fg_color_breeze #eff0f1;
/*
base background color of insensitive selections on backdrop windows */
@define-color insensitive_unfocused_selected_bg_color_breeze rgba(37, 164, 230, 0.35);
/*
text foreground color of insensitive widgets on backdrop windows*/
@define-color insensitive_unfocused_fg_color_breeze rgba(216, 218, 221, 0.35);
/*
backdground color of insensitive widgets on backdrop windows*/
@define-color insensitive_unfocused_bg_color_breeze #2d3136;
/*
text foreground color of insensitive selected widgets on backdrop windows*/
@define-color insensitive_unfocused_selected_fg_color_breeze rgba(216, 218, 221, 0.35);
/*
view text foreground color of insensitive widgets on backdrop windows */
@define-color theme_unfocused_view_text_color_breeze rgba(216, 218, 221, 0.35);
/*
insensitive view background color on backdrop windows */
@define-color theme_unfocused_view_bg_color_breeze #202325;
/*
widgets main borders color */
@define-color borders_breeze #616569;
/*
widgets main borders color on backdrop windows */
@define-color unfocused_borders_breeze #616569;
/*
widgets main borders color insensitive */
@define-color insensitive_borders_breeze rgba(88, 92, 95, 0.35);
/*
widgets main borders color insensitive backdrop */
@define-color unfocused_insensitive_borders_breeze rgba(88, 92, 95, 0.35);
/*
*
* Button Colors
*
*/
@define-color theme_button_background_normal_breeze #31363b;
@define-color theme_button_decoration_hover_breeze #3daee9;
@define-color theme_button_decoration_focus_breeze #3daee9;
@define-color theme_button_foreground_normal_breeze #eff0f1;
@define-color theme_button_foreground_active_breeze #eff0f1;
@define-color theme_button_background_insensitive_breeze #2d3136;
@define-color theme_button_decoration_hover_insensitive_breeze rgba(37, 164, 230, 0.35);
@define-color theme_button_decoration_focus_insensitive_breeze rgba(37, 164, 230, 0.35);
@define-color theme_button_foreground_insensitive_breeze rgba(216, 218, 221, 0.35);
@define-color theme_button_foreground_active_insensitive_breeze rgba(216, 218, 221, 0.35);
@define-color theme_button_background_backdrop_breeze #31363b;
@define-color theme_button_decoration_hover_backdrop_breeze #3daee9;
@define-color theme_button_decoration_focus_backdrop_breeze #3daee9;
@define-color theme_button_foreground_backdrop_breeze #eff0f1;
@define-color theme_button_foreground_active_backdrop_breeze #eff0f1;
@define-color theme_button_background_backdrop_insensitive_breeze #2d3136;
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze rgba(37, 164, 230, 0.35);
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze rgba(37, 164, 230, 0.35);
@define-color theme_button_foreground_backdrop_insensitive_breeze rgba(216, 218, 221, 0.35);
@define-color theme_button_foreground_active_backdrop_insensitive_breeze rgba(216, 218, 221, 0.35);
/*
these are pretty self explicative */
@define-color warning_color_breeze #f67400;
@define-color error_color_breeze #da4453;
@define-color success_color_breeze #27ae60;
@define-color warning_color_backdrop_breeze #f67400;
@define-color error_color_backdrop_breeze #da4453;
@define-color success_color_backdrop_breeze #27ae60;
@define-color warning_color_insensitive_breeze rgba(224, 105, 0, 0.35);
@define-color error_color_insensitive_breeze rgba(214, 46, 63, 0.35);
@define-color success_color_insensitive_breeze rgba(35, 158, 87, 0.35);
@define-color warning_color_insensitive_backdrop_breeze rgba(224, 105, 0, 0.35);
@define-color error_color_insensitive_backdrop_breeze rgba(214, 46, 63, 0.35);
@define-color success_color_insensitive_backdrop_breeze rgba(35, 158, 87, 0.35);
@define-color link_color_breeze #2980b9;
@define-color link_visited_color_breeze #7f8c8d;
/*
*
* Titlebar Colors
*
*/
@define-color theme_titlebar_background_breeze #31363b;
@define-color theme_titlebar_foreground_breeze #eff0f1;
@define-color theme_titlebar_background_light_breeze #31363b;
@define-color theme_titlebar_foreground_backdrop_breeze #7f8c8d;
@define-color theme_titlebar_background_backdrop_breeze #31363b;
@define-color theme_titlebar_foreground_insensitive_breeze rgba(216, 218, 221, 0.35);
@define-color theme_titlebar_foreground_insensitive_backdrop_breeze rgba(115, 128, 129, 0.35);
/*
* Tooltips
*/
@define-color tooltip_text_breeze #eff0f1;
@define-color tooltip_background_breeze #31363b;
@define-color tooltip_border_breeze #616569;
/*
* Misc
*/
@define-color print_paper_backdrop_breeze white;
@define-color content_view_bg_breeze #232629;
/*
* GTK API color re-defs
*/
@define-color theme_fg_color @theme_fg_color_breeze;
@define-color theme_text_color @theme_text_color_breeze;
@define-color theme_bg_color @theme_bg_color_breeze;
@define-color theme_base_color @theme_base_color_breeze;
@define-color theme_selected_bg_color @theme_selected_bg_color_breeze;
@define-color theme_selected_fg_color @theme_selected_fg_color_breeze;
@define-color insensitive_bg_color @insensitive_bg_color_breeze;
@define-color insensitive_fg_color @insensitive_fg_color_breeze;
@define-color insensitive_base_color @insensitive_base_color_breeze;
@define-color theme_unfocused_fg_color @theme_unfocused_fg_color_breeze;
@define-color theme_unfocused_text_color @theme_unfocused_text_color_breeze;
@define-color theme_unfocused_bg_color @theme_unfocused_bg_color_breeze;
@define-color theme_unfocused_base_color @theme_unfocused_base_color_breeze;
@define-color theme_unfocused_selected_bg_color @theme_unfocused_selected_bg_color_breeze;
@define-color theme_unfocused_selected_fg_color @theme_unfocused_selected_fg_color_breeze;
@define-color unfocused_insensitive_color @unfocused_insensitive_color_breeze;
@define-color borders @borders_breeze;
@define-color unfocused_borders @unfocused_borders_breeze;
@define-color warning_color @warning_color_breeze;
@define-color error_color @error_color_breeze;
@define-color success_color @success_color_breeze;
@define-color content_view_bg @content_view_bg_breeze;
*, button:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
button:visited,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited {
padding: 0;
-GtkToolButton-icon-spacing: 4;
-GtkTextView-error-underline-color: @error_color_breeze;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkScrolled-window-overlay-scrolling: FALSE;
-GtkToolItemGroup-expander-size: 11;
-GtkTreeView-expander-size: 11;
-GtkTreeView-horizontal-separator: 4;
-GtkWidget-text-handle-width: 20;
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
outline-width: 0px; }
/***************
* Base States *
***************/
.background {
color: @theme_fg_color_breeze;
background-color: @theme_bg_color_breeze; }
.background:backdrop, label:backdrop selction.background {
text-shadow: none;
-gtk-icon-shadow: none;
color: @theme_unfocused_fg_color_breeze;
background-color: @theme_unfocused_bg_color_breeze; }
/*
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.
*/
*:disabled, button:disabled:link,
button:disabled:visited,
headerbar.selection-mode .subtitle:disabled:link,
headerbar.selection-mode button:disabled:link,
headerbar.selection-mode button:disabled:visited, label:disabled selection {
-gtk-icon-effect: dim; }
.gtkstyle-fallback {
background-color: @theme_bg_color_breeze;
color: @theme_fg_color_breeze; }
.gtkstyle-fallback:hover {
background-color: shade(@theme_bg_color_breeze,1.1);
color: @theme_fg_color_breeze; }
.gtkstyle-fallback:active {
background-color: shade(@theme_bg_color_breeze,0.9);
color: @theme_fg_color_breeze; }
.gtkstyle-fallback:disabled, label:disabled selection.gtkstyle-fallback {
background-color: @insensitive_fg_color_breeze;
color: @insensitive_fg_color_breeze; }
.gtkstyle-fallback:selected,
headerbar.selection-mode .gtkstyle-fallback.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited {
background-color: @theme_selected_bg_color_breeze;
color: @theme_selected_fg_color_breeze; }
.view text,
textview text,
.view {
color: @theme_text_color_breeze;
background-color: @theme_base_color_breeze; }
.view text:backdrop,
textview text:backdrop,
.view:backdrop,
label:backdrop selction.view {
color: @theme_unfocused_text_color_breeze;
background-color: @theme_unfocused_base_color_breeze; }
.view text:disabled,
textview text:disabled,
.view:disabled,
label:disabled selection.view {
color: @insensitive_base_fg_color_breeze; }
.view text:selected:focus,
textview text:selected:focus,
textview headerbar.selection-mode text.subtitle:focus:link,
textview headerbar.selection-mode button:focus:link,
textview headerbar.selection-mode button.subtitle:focus:link,
textview headerbar.selection-mode headerbar button.subtitle:focus:link,
textview headerbar.selection-mode button:focus:visited,
headerbar.selection-mode textview text.subtitle:focus:link,
headerbar.selection-mode textview button:focus:link,
headerbar.selection-mode textview button.subtitle:focus:link,
headerbar.selection-mode textview headerbar button.subtitle:focus:link,
headerbar.selection-mode headerbar textview button.subtitle:focus:link,
headerbar.selection-mode textview button:focus:visited,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited, .view text:selected,
.view headerbar.selection-mode text.subtitle:link,
.view headerbar.selection-mode button.subtitle:link,
.view headerbar.selection-mode button.subtitle:link,
.view headerbar.selection-mode headerbar button.subtitle:link,
.view headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode .view text.subtitle:link,
headerbar.selection-mode .view button.subtitle:link,
headerbar.selection-mode .view button.subtitle:link,
headerbar.selection-mode .view headerbar button.subtitle:link,
headerbar.selection-mode headerbar .view button.subtitle:link,
headerbar.selection-mode .view button.subtitle:visited,
textview text:selected,
textview headerbar.selection-mode text.subtitle:link,
textview headerbar.selection-mode button.subtitle:link,
textview headerbar.selection-mode button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode textview text.subtitle:link,
headerbar.selection-mode textview button.subtitle:link,
headerbar.selection-mode textview button.subtitle:link,
headerbar.selection-mode textview headerbar button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode textview button.subtitle:visited,
textview headerbar.selection-mode headerbar text.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar textview text.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:visited,
.view:selected:focus,
.view:selected,
headerbar.selection-mode .view.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited {
border-radius: 3px; }
textview border {
background-color: @theme_base_color_breeze;
background-image: image(@borders_breeze);
background-repeat: no-repeat; }
textview border:backdrop {
background-color: @theme_unfocused_base_color_breeze; }
textview border.bottom {
background-size: 100% 1px;
background-position: top; }
textview border.top {
background-size: 100% 1px;
background-position: bottom; }
textview border.left {
background-size: 1px 100%;
background-position: right; }
textview border.right {
background-size: 1px 100%;
background-position: left; }
.rubberband,
rubberband,
treeview.view rubberband,
flowbox rubberband {
border: 1px solid @theme_selected_bg_color_breeze;
background-color: alpha(@theme_selected_bg_color_breeze,0.8); }
.rubberband:backdrop, label:backdrop selction.rubberband,
rubberband:backdrop,
treeview.view rubberband:backdrop {
border-color: @theme_unfocused_selected_bg_color_breeze;
background-color: alpha(@theme_unfocused_selected_bg_color_breeze,0.8); }
flowbox flowboxchild {
padding: 3px;
border-radius: 3px; }
flowbox flowboxchild:selected,
flowbox headerbar.selection-mode flowboxchild.subtitle:link,
flowbox headerbar.selection-mode button.subtitle:link,
flowbox headerbar.selection-mode button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode flowbox flowboxchild.subtitle:link,
headerbar.selection-mode flowbox button.subtitle:link,
headerbar.selection-mode flowbox button.subtitle:link,
headerbar.selection-mode flowbox headerbar button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode flowbox button.subtitle:visited,
flowbox headerbar.selection-mode headerbar flowboxchild.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar flowbox flowboxchild.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:visited {
outline-offset: 0px; }
label.separator {
color: @theme_fg_color_breeze; }
label.separator:backdrop, label:backdrop selction.separator {
color: @theme_unfocused_fg_color_breeze; }
label selection {
background-color: @theme_selected_bg_color_breeze;
color: @theme_selected_fg_color_breeze; }
label:disabled {
color: @insensitive_fg_color_breeze; }
label:disabled:backdrop, label:backdrop selction:disabled {
color: @insensitive_unfocused_fg_color_breeze; }
label:backdrop {
color: @theme_unfocused_text_color_breeze; }
.dim-label,
headerbar .subtitle, label.separator {
opacity: 0.5;
text-shadow: none; }
.csd popover.background.osd, popover.background.osd, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .app-notification,
.app-notification.frame,
.osd {
color: @theme_fg_color_breeze;
border: 1px solid @borders_breeze;
background-color: alpha(@theme_bg_color_breeze,0.8);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
-gtk-icon-shadow: none; }
popover.background.osd:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, .app-notification:backdrop, label:backdrop selction.app-notification,
.osd:backdrop,
label:backdrop selction.osd {
color: @theme_unfocused_text_color_breeze;
background-color: alpha(@theme_unfocused_bg_color_breeze,0.8);
-gtk-icon-shadow: none; }
.sidebar row:selected, .sidebar:selected,
headerbar.selection-mode .sidebar.subtitle:link,
headerbar.selection-mode button.sidebar.subtitle:visited, row:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection,
entry selection:focus,
entry selection,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
.view:selected:focus,
.view:selected,
headerbar.selection-mode .view.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited, .view text:selected:focus,
textview text:selected:focus,
textview headerbar.selection-mode text.subtitle:focus:link,
textview headerbar.selection-mode button:focus:link,
textview headerbar.selection-mode button.subtitle:focus:link,
textview headerbar.selection-mode headerbar button.subtitle:focus:link,
textview headerbar.selection-mode button:focus:visited,
headerbar.selection-mode textview text.subtitle:focus:link,
headerbar.selection-mode textview button:focus:link,
headerbar.selection-mode textview button.subtitle:focus:link,
headerbar.selection-mode textview headerbar button.subtitle:focus:link,
headerbar.selection-mode headerbar textview button.subtitle:focus:link,
headerbar.selection-mode textview button:focus:visited, .view text:selected,
.view headerbar.selection-mode text.subtitle:link,
.view headerbar.selection-mode button.subtitle:link,
.view headerbar.selection-mode button.subtitle:link,
.view headerbar.selection-mode headerbar button.subtitle:link,
.view headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode .view text.subtitle:link,
headerbar.selection-mode .view button.subtitle:link,
headerbar.selection-mode .view button.subtitle:link,
headerbar.selection-mode .view headerbar button.subtitle:link,
headerbar.selection-mode headerbar .view button.subtitle:link,
headerbar.selection-mode .view button.subtitle:visited,
textview text:selected,
textview headerbar.selection-mode text.subtitle:link,
textview headerbar.selection-mode button.subtitle:link,
textview headerbar.selection-mode button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode textview text.subtitle:link,
headerbar.selection-mode textview button.subtitle:link,
headerbar.selection-mode textview button.subtitle:link,
headerbar.selection-mode textview headerbar button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode textview button.subtitle:visited,
textview headerbar.selection-mode headerbar text.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar textview text.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:visited, .view text selection:focus, .view text selection,
textview text selection:focus,
textview text selection, flowbox flowboxchild:selected,
flowbox headerbar.selection-mode flowboxchild.subtitle:link,
flowbox headerbar.selection-mode button.subtitle:link,
flowbox headerbar.selection-mode button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode flowbox flowboxchild.subtitle:link,
headerbar.selection-mode flowbox button.subtitle:link,
headerbar.selection-mode flowbox button.subtitle:link,
headerbar.selection-mode flowbox headerbar button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode flowbox button.subtitle:visited,
flowbox headerbar.selection-mode headerbar flowboxchild.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar flowbox flowboxchild.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:visited, label:disabled selection, label:backdrop selction {
background-color: @theme_selected_bg_color_breeze;
color: @theme_selected_fg_color_breeze; }
.sidebar:hover:selected,
headerbar.selection-mode button.sidebar.subtitle:hover:visited, row:hover:selected, spinbutton:not(.vertical) selection:hover:focus, spinbutton:not(.vertical) selection:hover,
entry selection:hover:focus,
entry selection:hover,
headerbar.selection-mode .subtitle:hover:link,
headerbar.selection-mode button:hover:link,
headerbar.selection-mode button:hover:visited,
.view:hover:selected,
textview text:hover:selected:focus, .view text:hover:selected,
textview text:hover:selected, .view text selection:hover,
textview text selection:hover:focus,
textview text selection:hover, flowbox flowboxchild:hover:selected, label:disabled selection:hover, label:backdrop selction:hover {
background-color: @theme_hovering_selected_bg_color_breeze;
color: @theme_fg_color_breeze; }
.sidebar:backdrop:selected,
headerbar.selection-mode .sidebar.subtitle:backdrop:link,
headerbar.selection-mode button.sidebar.subtitle:backdrop:visited, row:backdrop:selected, spinbutton:not(.vertical) selection:backdrop:focus, spinbutton:not(.vertical) selection:backdrop,
entry selection:backdrop:focus,
entry selection:backdrop {
background-color: @theme_unfocused_selected_bg_color_breeze;
color: @theme_unfocused_base_color_breeze; }
.sidebar row:selected, .sidebar:selected,
headerbar.selection-mode .sidebar.subtitle:link,
headerbar.selection-mode button.sidebar.subtitle:visited, row:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection,
entry selection:focus,
entry selection,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
.view:selected:focus,
.view:selected,
headerbar.selection-mode .view.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited, .view text:selected:focus,
textview text:selected:focus,
textview headerbar.selection-mode text.subtitle:focus:link,
textview headerbar.selection-mode button:focus:link,
textview headerbar.selection-mode button.subtitle:focus:link,
textview headerbar.selection-mode headerbar button.subtitle:focus:link,
textview headerbar.selection-mode button:focus:visited,
headerbar.selection-mode textview text.subtitle:focus:link,
headerbar.selection-mode textview button:focus:link,
headerbar.selection-mode textview button.subtitle:focus:link,
headerbar.selection-mode textview headerbar button.subtitle:focus:link,
headerbar.selection-mode headerbar textview button.subtitle:focus:link,
headerbar.selection-mode textview button:focus:visited, .view text:selected,
.view headerbar.selection-mode text.subtitle:link,
.view headerbar.selection-mode button.subtitle:link,
.view headerbar.selection-mode button.subtitle:link,
.view headerbar.selection-mode headerbar button.subtitle:link,
.view headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode .view text.subtitle:link,
headerbar.selection-mode .view button.subtitle:link,
headerbar.selection-mode .view button.subtitle:link,
headerbar.selection-mode .view headerbar button.subtitle:link,
headerbar.selection-mode headerbar .view button.subtitle:link,
headerbar.selection-mode .view button.subtitle:visited,
textview text:selected,
textview headerbar.selection-mode text.subtitle:link,
textview headerbar.selection-mode button.subtitle:link,
textview headerbar.selection-mode button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode textview text.subtitle:link,
headerbar.selection-mode textview button.subtitle:link,
headerbar.selection-mode textview button.subtitle:link,
headerbar.selection-mode textview headerbar button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode textview button.subtitle:visited,
textview headerbar.selection-mode headerbar text.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar textview text.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:visited, .view text selection:focus, .view text selection,
textview text selection:focus,
textview text selection, flowbox flowboxchild:selected,
flowbox headerbar.selection-mode flowboxchild.subtitle:link,
flowbox headerbar.selection-mode button.subtitle:link,
flowbox headerbar.selection-mode button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode flowbox flowboxchild.subtitle:link,
headerbar.selection-mode flowbox button.subtitle:link,
headerbar.selection-mode flowbox button.subtitle:link,
headerbar.selection-mode flowbox headerbar button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode flowbox button.subtitle:visited,
flowbox headerbar.selection-mode headerbar flowboxchild.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar flowbox flowboxchild.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:visited, label:disabled selection, label:backdrop selction {
background-color: @theme_selected_bg_color_breeze;
border-radius: 0px; }
.sidebar row:selected, .sidebar:selected,
headerbar.selection-mode .sidebar.subtitle:link,
headerbar.selection-mode button.sidebar.subtitle:visited, row:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection,
entry selection:focus,
entry selection,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
.view:selected:focus,
.view:selected,
headerbar.selection-mode .view.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited, .view text:selected:focus,
textview text:selected:focus,
textview headerbar.selection-mode text.subtitle:focus:link,
textview headerbar.selection-mode button:focus:link,
textview headerbar.selection-mode button.subtitle:focus:link,
textview headerbar.selection-mode headerbar button.subtitle:focus:link,
textview headerbar.selection-mode button:focus:visited,
headerbar.selection-mode textview text.subtitle:focus:link,
headerbar.selection-mode textview button:focus:link,
headerbar.selection-mode textview button.subtitle:focus:link,
headerbar.selection-mode textview headerbar button.subtitle:focus:link,
headerbar.selection-mode headerbar textview button.subtitle:focus:link,
headerbar.selection-mode textview button:focus:visited, .view text:selected,
.view headerbar.selection-mode text.subtitle:link,
.view headerbar.selection-mode button.subtitle:link,
.view headerbar.selection-mode button.subtitle:link,
.view headerbar.selection-mode headerbar button.subtitle:link,
.view headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode .view text.subtitle:link,
headerbar.selection-mode .view button.subtitle:link,
headerbar.selection-mode .view button.subtitle:link,
headerbar.selection-mode .view headerbar button.subtitle:link,
headerbar.selection-mode headerbar .view button.subtitle:link,
headerbar.selection-mode .view button.subtitle:visited,
textview text:selected,
textview headerbar.selection-mode text.subtitle:link,
textview headerbar.selection-mode button.subtitle:link,
textview headerbar.selection-mode button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode textview text.subtitle:link,
headerbar.selection-mode textview button.subtitle:link,
headerbar.selection-mode textview button.subtitle:link,
headerbar.selection-mode textview headerbar button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode textview button.subtitle:visited,
textview headerbar.selection-mode headerbar text.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:link,
textview headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar textview text.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:link,
headerbar.selection-mode headerbar textview button.subtitle:visited, .view text selection:focus, .view text selection,
textview text selection:focus,
textview text selection, flowbox flowboxchild:selected,
flowbox headerbar.selection-mode flowboxchild.subtitle:link,
flowbox headerbar.selection-mode button.subtitle:link,
flowbox headerbar.selection-mode button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode flowbox flowboxchild.subtitle:link,
headerbar.selection-mode flowbox button.subtitle:link,
headerbar.selection-mode flowbox button.subtitle:link,
headerbar.selection-mode flowbox headerbar button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode flowbox button.subtitle:visited,
flowbox headerbar.selection-mode headerbar flowboxchild.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:link,
flowbox headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar flowbox flowboxchild.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:link,
headerbar.selection-mode headerbar flowbox button.subtitle:visited, label:disabled selection, label:backdrop selction {
color: @theme_selected_fg_color_breeze; }
.sidebar:disabled:selected,
headerbar.selection-mode .sidebar.subtitle:disabled:link,
headerbar.selection-mode button.sidebar.subtitle:disabled:visited, row:disabled:selected, spinbutton:not(.vertical) selection:disabled:focus, spinbutton:not(.vertical) selection:disabled,
entry selection:disabled:focus,
entry selection:disabled {
color: @insensitive_selected_fg_color_breeze; }
.sidebar:backdrop:selected,
headerbar.selection-mode .sidebar.subtitle:backdrop:link,
headerbar.selection-mode button.sidebar.subtitle:backdrop:visited, row:backdrop:selected, spinbutton:not(.vertical) selection:backdrop:focus, spinbutton:not(.vertical) selection:backdrop,
entry selection:backdrop:focus,
entry selection:backdrop {
color: @theme_unfocused_selected_fg_color_breeze; }
.sidebar:backdrop:disabled:selected,
headerbar.selection-mode .sidebar.subtitle:backdrop:disabled:link,
headerbar.selection-mode button.sidebar.subtitle:backdrop:disabled:visited, row:backdrop:disabled:selected, spinbutton:not(.vertical) selection:backdrop:disabled,
entry selection:backdrop:disabled:focus,
entry selection:backdrop:disabled {
color: @insensitive_unfocused_selected_fg_color_breeze; }
/***********
* Buttons *
***********/
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(@theme_button_decoration_focus_breeze), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color_breeze), to(transparent)); } }
button.osd.sidebar-button, notebook > header > tabs > arrow.osd, popover.background.touch-selection button.osd, popover.background.magnifier button.osd,
button.osd, button.sidebar-button, notebook > header > tabs > arrow, .csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button,
button {
border: 1px solid;
border-radius: 3px;
padding: 6px 6px;
background-clip: border-box;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
text-shadow: none;
-gtk-icon-shadow: none;
color: @theme_button_foreground_normal_breeze;
border-color: @borders_breeze;
background-color: @theme_button_background_normal_breeze; }
button.flat.osd,
button.osd.sidebar-button, notebook > header > tabs > arrow.flat, notebook > header > tabs > arrow, popover.background.touch-selection button.flat, popover.background.touch-selection button.sidebar-button, popover.background.magnifier button.flat, popover.background.magnifier button.sidebar-button,
button.flat,
button.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
color: @theme_button_foreground_normal_breeze;
text-shadow: none;
-gtk-icon-shadow: none;
transition: none; }
notebook > header > tabs > arrow:hover, popover.background.touch-selection button.flat:hover, popover.background.touch-selection button.sidebar-button:hover, popover.background.magnifier button.flat:hover, popover.background.magnifier button.sidebar-button:hover,
button.flat:hover,
button.sidebar-button:hover {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-duration: 500ms; }
notebook > header > tabs > arrow:hover:active, popover.background.touch-selection button.flat:hover:active, popover.background.magnifier button.flat:hover:active,
button.flat:hover:active,
button.sidebar-button:hover:active, notebook > header > tabs > arrow:hover:focus, popover.background.touch-selection button.flat:hover:focus, popover.background.magnifier button.flat:hover:focus,
button.flat:hover:focus,
button.sidebar-button:hover:focus {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
notebook > header > tabs > arrow:checked, popover.background.touch-selection button.flat:checked, popover.background.touch-selection button.sidebar-button:checked, popover.background.magnifier button.flat:checked, popover.background.magnifier button.sidebar-button:checked,
button.flat:checked,
button.sidebar-button:checked {
background-color: @borders_breeze; }
button.osd:hover, notebook > header > tabs > arrow:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover,
button:hover {
color: @theme_button_foreground_normal_breeze;
border-color: @theme_button_decoration_hover_breeze;
-gtk-icon-effect: none; }
button.osd:active, notebook > header > tabs > arrow:active, popover.background.touch-selection button:active, popover.background.magnifier button:active,
button:active,
button.osd:checked, notebook > header > tabs > arrow:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked,
button:checked,
button.osd:focus, notebook > header > tabs > arrow:focus, popover.background.touch-selection button:focus, popover.background.magnifier button:focus,
button:focus {
color: @theme_button_foreground_active_breeze;
border-color: @theme_button_decoration_focus_breeze;
background-color: @theme_button_decoration_focus_breeze;
transition-duration: 50ms; }
notebook > header > tabs > arrow:active:hover, popover.background.touch-selection button:active:hover, popover.background.magnifier button:active:hover,
button:active:hover, notebook > header > tabs > arrow:checked:hover, popover.background.touch-selection button:checked:hover, popover.background.magnifier button:checked:hover,
button:checked:hover, notebook > header > tabs > arrow:focus:hover, popover.background.touch-selection button:focus:hover, popover.background.magnifier button:focus:hover,
button:focus:hover {
color: @theme_button_foreground_normal_breeze;
border-color: @theme_button_decoration_hover_breeze;
background-color: @theme_button_decoration_hover_breeze; }
button.osd:backdrop, notebook > header > tabs > arrow:backdrop, popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop,
button:backdrop {
color: @theme_button_foreground_backdrop_breeze;
border-color: @unfocused_borders_breeze;
background-color: @theme_button_background_backdrop_breeze;
-gtk-icon-effect: none; }
notebook > header > tabs > arrow:backdrop:hover, popover.background.touch-selection button:backdrop:hover, popover.background.magnifier button:backdrop:hover,
button:backdrop:hover {
color: @theme_button_foreground_backdrop_breeze;
border-color: @theme_button_decoration_hover_breeze;
background-color: @theme_button_background_backdrop_breeze; }
notebook > header > tabs > arrow:backdrop:active, popover.background.touch-selection button:backdrop:active, popover.background.magnifier button:backdrop:active,
button:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, popover.background.touch-selection button:backdrop:checked, popover.background.magnifier button:backdrop:checked,
button:backdrop:checked, notebook > header > tabs > arrow:backdrop:focus, popover.background.touch-selection button:backdrop:focus, popover.background.magnifier button:backdrop:focus,
button:backdrop:focus {
color: @theme_button_foreground_active_backdrop_breeze;
border-color: @theme_button_decoration_focus_backdrop_breeze;
background-color: @theme_button_decoration_focus_backdrop_breeze; }
notebook > header > tabs > arrow:backdrop:disabled, popover.background.touch-selection button:backdrop:disabled, popover.background.magnifier button:backdrop:disabled,
button:backdrop:disabled {
color: @theme_button_foreground_backdrop_insensitive_breeze;
border-color: @unfocused_insensitive_borders_breeze;
background-color: @theme_button_background_backdrop_insensitive_breeze; }
notebook > header > tabs > arrow:backdrop:disabled > .label, popover.background.touch-selection button:backdrop:disabled > .label, popover.background.magnifier button:backdrop:disabled > .label,
button:backdrop:disabled > .label {
color: inherit; }
notebook > header > tabs > arrow:backdrop:disabled:active, popover.background.touch-selection button:backdrop:disabled:active, popover.background.magnifier button:backdrop:disabled:active,
button:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked, popover.background.touch-selection button:backdrop:disabled:checked, popover.background.magnifier button:backdrop:disabled:checked,
button:backdrop:disabled:checked, notebook > header > tabs > arrow:backdrop:disabled:focus, popover.background.touch-selection button:backdrop:disabled:focus, popover.background.magnifier button:backdrop:disabled:focus,
button:backdrop:disabled:focus {
color: @theme_button_foreground_active_backdrop_insensitive_breeze;
border-color: @theme_button_decoration_focus_backdrop_insensitive_breeze;
background-color: @theme_button_decoration_focus_backdrop_insensitive_breeze; }
notebook > header > tabs > arrow:backdrop:disabled:active > .label, popover.background.touch-selection button:backdrop:disabled:active > .label, popover.background.magnifier button:backdrop:disabled:active > .label,
button:backdrop:disabled:active > .label, notebook > header > tabs > arrow:backdrop:disabled:checked > .label, popover.background.touch-selection button:backdrop:disabled:checked > .label, popover.background.magnifier button:backdrop:disabled:checked > .label,
button:backdrop:disabled:checked > .label, notebook > header > tabs > arrow:backdrop:disabled:focus > .label, popover.background.touch-selection button:backdrop:disabled:focus > .label, popover.background.magnifier button:backdrop:disabled:focus > .label,
button:backdrop:disabled:focus > .label {
color: inherit; }
notebook > header > tabs > arrow:backdrop, popover.background.touch-selection button.flat:backdrop, popover.background.touch-selection button.sidebar-button:backdrop, popover.background.magnifier button.flat:backdrop, popover.background.magnifier button.sidebar-button:backdrop,
button.flat:backdrop,
button.sidebar-button:backdrop, label:backdrop selction.flat {
-gtk-icon-effect: none;
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
color: @theme_button_foreground_normal_breeze;
text-shadow: none;
-gtk-icon-shadow: none;
color: @theme_button_foreground_backdrop_breeze; }
notebook > header > tabs > arrow:disabled, popover.background.touch-selection button.flat:disabled, popover.background.touch-selection button.sidebar-button:disabled, popover.background.magnifier button.flat:disabled, popover.background.magnifier button.sidebar-button:disabled,
button.flat:disabled,
button.sidebar-button:disabled, label:disabled selection.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
color: @theme_button_foreground_normal_breeze;
text-shadow: none;
-gtk-icon-shadow: none;
color: @theme_button_foreground_insensitive_breeze; }
notebook > header > tabs > arrow:backdrop:disabled, popover.background.touch-selection button.flat:backdrop:disabled, popover.background.magnifier button.flat:backdrop:disabled,
button.flat:backdrop:disabled,
button.sidebar-button:backdrop:disabled {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
color: @theme_button_foreground_normal_breeze;
text-shadow: none;
-gtk-icon-shadow: none;
color: @theme_button_foreground_backdrop_insensitive_breeze; }
button.osd:disabled, notebook > header > tabs > arrow:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled,
button:disabled {
color: @theme_button_foreground_insensitive_breeze;
border-color: @insensitive_borders_breeze;
background-color: @theme_button_background_insensitive_breeze; }
notebook > header > tabs > arrow:disabled > .label, popover.background.touch-selection button:disabled > .label, popover.background.magnifier button:disabled > .label,
button:disabled > .label {
color: inherit; }
notebook > header > tabs > arrow:disabled:active, popover.background.touch-selection button:disabled:active, popover.background.magnifier button:disabled:active,
button:disabled:active, notebook > header > tabs > arrow:disabled:checked, popover.background.touch-selection button:disabled:checked, popover.background.magnifier button:disabled:checked,
button:disabled:checked, notebook > header > tabs > arrow:disabled:focus, popover.background.touch-selection button:disabled:focus, popover.background.magnifier button:disabled:focus,
button:disabled:focus {
color: @theme_button_foreground_active_insensitive_breeze;
border-color: @theme_button_decoration_focus_insensitive_breeze;
background-color: @theme_button_decoration_focus_insensitive_breeze; }
notebook > header > tabs > arrow:disabled:active > .label, popover.background.touch-selection button:disabled:active > .label, popover.background.magnifier button:disabled:active > .label,
button:disabled:active > .label, notebook > header > tabs > arrow:disabled:checked > .label, popover.background.touch-selection button:disabled:checked > .label, popover.background.magnifier button:disabled:checked > .label,
button:disabled:checked > .label, notebook > header > tabs > arrow:disabled:focus > .label, popover.background.touch-selection button:disabled:focus > .label, popover.background.magnifier button:disabled:focus > .label,
button:disabled:focus > .label {
color: inherit; }
button.osd.sidebar-button separator, notebook > header > tabs > arrow.osd separator, popover.background.touch-selection button.osd separator, popover.background.magnifier button.osd separator,
button.osd separator, button.sidebar-button separator, notebook > header > tabs > arrow separator, .csd popover.background.touch-selection button separator, .csd popover.background.magnifier button separator, popover.background.touch-selection button separator, popover.background.magnifier button separator,
button separator {
background-color: transparent;
background-image: none;
color: transparent; }
notebook > header > tabs > arrow.image-button, popover.background.touch-selection button.image-button, popover.background.magnifier button.image-button,
button.image-button {
min-width: 16px;
padding: 6px; }
notebook > header > tabs > arrow.text-button, popover.background.touch-selection button.text-button, popover.background.magnifier button.text-button,
button.text-button {
padding-left: 6px;
padding-right: 6px; }
notebook > header > tabs > arrow.text-button.image-button, popover.background.touch-selection button.text-button.image-button, popover.background.magnifier button.text-button.image-button,
button.text-button.image-button {
padding-left: 6px;
padding-right: 6px; }
notebook > header > tabs > arrow.text-button.image-button label, popover.background.touch-selection button.text-button.image-button label, popover.background.magnifier button.text-button.image-button label,
button.text-button.image-button label {
padding-left: 6px;
padding-right: 6px; }
row:selected popover.background.touch-selection button, popover.background.touch-selection row:selected button, row:selected popover.background.magnifier button, popover.background.magnifier row:selected button,
headerbar.selection-mode row.subtitle:link popover.background.touch-selection button,
popover.background.touch-selection headerbar.selection-mode row.subtitle:link button,
headerbar.selection-mode row.subtitle:link popover.background.magnifier button,
popover.background.magnifier headerbar.selection-mode row.subtitle:link button,
headerbar.selection-mode button.subtitle:link popover.background.touch-selection button,
popover.background.touch-selection headerbar.selection-mode button.subtitle:link button,
headerbar.selection-mode button.subtitle:link popover.background.magnifier button,
popover.background.magnifier headerbar.selection-mode button.subtitle:link button,
headerbar.selection-mode button.subtitle:visited popover.background.touch-selection button,
popover.background.touch-selection headerbar.selection-mode button.subtitle:visited button,
headerbar.selection-mode button.subtitle:visited popover.background.magnifier button,
popover.background.magnifier headerbar.selection-mode button.subtitle:visited button, row:selected button,
headerbar.selection-mode row.subtitle:link button,
headerbar.selection-mode button.subtitle:link button,
headerbar.selection-mode button.subtitle:link button,
headerbar.selection-mode headerbar button.subtitle:link button,
headerbar.selection-mode button.subtitle:visited button,
headerbar.selection-mode headerbar row.subtitle:link button,
headerbar.selection-mode headerbar button.subtitle:link button,
headerbar.selection-mode headerbar button.subtitle:link button,
headerbar.selection-mode headerbar button.subtitle:link button,
headerbar.selection-mode headerbar button.subtitle:visited button {
border-color: @theme_selected_bg_color_breeze; }
row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled), row:selected button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled),
headerbar.selection-mode row.subtitle:link button.flat:not(:active):not(:checked):not(:hover):not(disabled),
headerbar.selection-mode row.subtitle:link button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled),
headerbar.selection-mode button.subtitle:link button.flat:not(:active):not(:checked):not(:hover):not(disabled),
headerbar.selection-mode button.subtitle:link button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled),
headerbar.selection-mode button.subtitle:visited button.flat:not(:active):not(:checked):not(:hover):not(disabled),
headerbar.selection-mode button.subtitle:visited button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled) {
color: @theme_selected_fg_color_breeze;
border-color: transparent; }
row:selected label:backdrop selction:not(disabled),
headerbar.selection-mode row.subtitle:link label:backdrop selction:not(disabled),
headerbar.selection-mode button.subtitle:link label:backdrop selction:not(disabled),
headerbar.selection-mode button.subtitle:visited label:backdrop selction:not(disabled), label:backdrop row:selected selction:not(disabled),
label:backdrop headerbar.selection-mode row.subtitle:link selction:not(disabled),
label:backdrop headerbar.selection-mode button.subtitle:link selction:not(disabled),
label:backdrop headerbar.selection-mode button.subtitle:visited selction:not(disabled),
headerbar.selection-mode label:backdrop row.subtitle:link selction:not(disabled),
headerbar.selection-mode label:backdrop button.subtitle:link selction:not(disabled),
headerbar.selection-mode label:backdrop button.subtitle:visited selction:not(disabled), row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, row:selected button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled):backdrop,
headerbar.selection-mode row.subtitle:link button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop,
headerbar.selection-mode row.subtitle:link button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled):backdrop,
headerbar.selection-mode button.subtitle:link button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop,
headerbar.selection-mode button.subtitle:link button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled):backdrop,
headerbar.selection-mode button.subtitle:visited button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop,
headerbar.selection-mode button.subtitle:visited button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled):backdrop {
color: @theme_unfocused_selected_fg_color_breeze; }
popover.background.touch-selection button.suggested-action, popover.background.magnifier button.suggested-action, popover.background.touch-selection button.suggested-action.osd button, popover.background.magnifier button.suggested-action.osd button,
button.suggested-action,
button.suggested-action.osd popover.background.touch-selection button,
button.suggested-action.osd popover.background.magnifier button,
button.suggested-action.osd button {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
text-shadow: none;
-gtk-icon-shadow: none;
color: @theme_button_foreground_normal_breeze;
border-color: @borders_breeze;
background-color: @theme_button_background_normal_breeze;
background-color: @theme_button_decoration_focus_breeze;
color: @theme_button_foreground_active_breeze; }
button.suggested-action.sidebar-button, notebook > header > tabs > arrow.suggested-action, popover.background checkbutton.suggested-action,
popover.background radiobutton.suggested-action, popover.background.touch-selection button.suggested-action.flat, popover.background.touch-selection button.suggested-action.sidebar-button, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action, popover.background.touch-selection checkbutton.suggested-action,
popover.background.touch-selection radiobutton.suggested-action, popover.background.magnifier button.suggested-action.flat, popover.background.magnifier button.suggested-action.sidebar-button, popover.background.magnifier notebook > header > tabs > arrow.suggested-action, popover.background.magnifier checkbutton.suggested-action,
popover.background.magnifier radiobutton.suggested-action,
button.suggested-action.flat,
popover.background checkbutton.suggested-action,
popover.background radiobutton.suggested-action,
button.suggested-action.osd button.flat,
button.suggested-action.osd button.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
color: @theme_button_foreground_normal_breeze;
text-shadow: none;
-gtk-icon-shadow: none;
color: @theme_button_decoration_focus_breeze; }
popover.background.touch-selection button.suggested-action:hover, popover.background.magnifier button.suggested-action:hover,
button.suggested-action:hover,
button.suggested-action.osd button:hover {
color: @theme_button_foreground_normal_breeze;
border-color: @theme_button_decoration_hover_breeze;
color: white;
background-color: @theme_button_decoration_focus_breeze; }
.csd popover.background.touch-selection button.suggested-action:active, .csd popover.background.magnifier button.suggested-action:active, popover.background.touch-selection button.suggested-action:active, popover.background.magnifier button.suggested-action:active, .csd popover.background.touch-selection button.suggested-action:checked, .csd popover.background.magnifier button.suggested-action:checked, popover.background.touch-selection button.suggested-action:checked, popover.background.magnifier button.suggested-action:checked, .csd popover.background.touch-selection button.suggested-action:focus, .csd popover.background.magnifier button.suggested-action:focus, popover.background.touch-selection button.suggested-action:focus, popover.background.magnifier button.suggested-action:focus, .csd popover.background.touch-selection button.suggested-action.osd button:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:active, .csd popover.background.touch-selection button.suggested-action.osd button:active, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:active, .csd popover.background.magnifier button.suggested-action.osd button:active, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:active, .csd popover.background.magnifier button.suggested-action.osd button:active, .csd popover.background.touch-selection button.suggested-action.osd button:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:active, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:active, popover.background.touch-selection button.suggested-action.osd button:active, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:active, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:active, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:active, .csd popover.background.magnifier button.suggested-action.osd button:active, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:active, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:active, popover.background.magnifier button.suggested-action.osd button:active, .csd popover.background.touch-selection button.suggested-action.osd button:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:checked, .csd popover.background.touch-selection button.suggested-action.osd button:checked, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:checked, .csd popover.background.magnifier button.suggested-action.osd button:checked, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:checked, .csd popover.background.magnifier button.suggested-action.osd button:checked, .csd popover.background.touch-selection button.suggested-action.osd button:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:checked, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:checked, popover.background.touch-selection button.suggested-action.osd button:checked, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:checked, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:checked, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:checked, .csd popover.background.magnifier button.suggested-action.osd button:checked, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:checked, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:checked, popover.background.magnifier button.suggested-action.osd button:checked, .csd popover.background.touch-selection button.suggested-action.osd button:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:focus, .csd popover.background.touch-selection button.suggested-action.osd button:focus, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:focus, .csd popover.background.magnifier button.suggested-action.osd button:focus, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:focus, .csd popover.background.magnifier button.suggested-action.osd button:focus, .csd popover.background.touch-selection button.suggested-action.osd button:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:focus, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:focus, popover.background.touch-selection button.suggested-action.osd button:focus, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:focus, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:focus, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:focus, .csd popover.background.magnifier button.suggested-action.osd button:focus, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:focus, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:focus, popover.background.magnifier button.suggested-action.osd button:focus,
button.suggested-action:active,
button.suggested-action:checked,
button.suggested-action:focus, .csd popover.background.touch-selection button.suggested-action.osd button:active, .csd popover.background.magnifier button.suggested-action.osd button:active, popover.background.touch-selection button.suggested-action.osd button:active, popover.background.magnifier button.suggested-action.osd button:active, .csd popover.background.touch-selection button.suggested-action.osd button:checked, .csd popover.background.magnifier button.suggested-action.osd button:checked, popover.background.touch-selection button.suggested-action.osd button:checked, popover.background.magnifier button.suggested-action.osd button:checked, .csd popover.background.touch-selection button.suggested-action.osd button:focus, .csd popover.background.magnifier button.suggested-action.osd button:focus, popover.background.touch-selection button.suggested-action.osd button:focus, popover.background.magnifier button.suggested-action.osd button:focus,
button.suggested-action.osd .csd popover.background.touch-selection button:active,
.csd popover.background.touch-selection button.suggested-action.osd button:active,
button.suggested-action.osd .csd popover.background.magnifier button:active,
.csd popover.background.magnifier button.suggested-action.osd button:active,
button.suggested-action.osd popover.background.touch-selection button:active,
popover.background.touch-selection button.suggested-action.osd button:active,
button.suggested-action.osd popover.background.magnifier button:active,
popover.background.magnifier button.suggested-action.osd button:active,
button.suggested-action.osd .csd popover.background.touch-selection button:checked,
.csd popover.background.touch-selection button.suggested-action.osd button:checked,
button.suggested-action.osd .csd popover.background.magnifier button:checked,
.csd popover.background.magnifier button.suggested-action.osd button:checked,
button.suggested-action.osd popover.background.touch-selection button:checked,
popover.background.touch-selection button.suggested-action.osd button:checked,
button.suggested-action.osd popover.background.magnifier button:checked,
popover.background.magnifier button.suggested-action.osd button:checked,
button.suggested-action.osd .csd popover.background.touch-selection button:focus,
.csd popover.background.touch-selection button.suggested-action.osd button:focus,
button.suggested-action.osd .csd popover.background.magnifier button:focus,
.csd popover.background.magnifier button.suggested-action.osd button:focus,
button.suggested-action.osd popover.background.touch-selection button:focus,
popover.background.touch-selection button.suggested-action.osd button:focus,
button.suggested-action.osd popover.background.magnifier button:focus,
popover.background.magnifier button.suggested-action.osd button:focus,
button.suggested-action.osd button:active,
button.suggested-action.osd button:checked,
button.suggested-action.osd button:focus {
color: @theme_button_foreground_active_breeze;
border-color: @theme_button_decoration_focus_breeze;
background-color: @theme_button_decoration_focus_breeze;
background-color: @theme_button_decoration_focus_breeze;
color: white; }
.csd popover.background.touch-selection button.suggested-action:backdrop, .csd popover.background.magnifier button.suggested-action:backdrop, popover.background.touch-selection button.suggested-action:backdrop, popover.background.magnifier button.suggested-action:backdrop, label:backdrop selction.suggested-action, button.suggested-action.sidebar-button:backdrop, notebook > header > tabs > arrow.suggested-action:backdrop, popover.background checkbutton.suggested-action:backdrop,
popover.background radiobutton.suggested-action:backdrop, .csd popover.background.touch-selection button.suggested-action.flat:backdrop, .csd popover.background.touch-selection button.suggested-action.sidebar-button:backdrop, .csd popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop, .csd popover.background.touch-selection checkbutton.suggested-action:backdrop,
.csd popover.background.touch-selection radiobutton.suggested-action:backdrop, .csd popover.background.magnifier button.suggested-action.flat:backdrop, .csd popover.background.magnifier button.suggested-action.sidebar-button:backdrop, .csd popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop, .csd popover.background.magnifier checkbutton.suggested-action:backdrop,
.csd popover.background.magnifier radiobutton.suggested-action:backdrop, popover.background.touch-selection button.suggested-action.flat:backdrop, popover.background.touch-selection button.suggested-action.sidebar-button:backdrop, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop, popover.background.touch-selection checkbutton.suggested-action:backdrop,
popover.background.touch-selection radiobutton.suggested-action:backdrop, popover.background.magnifier button.suggested-action.flat:backdrop, popover.background.magnifier button.suggested-action.sidebar-button:backdrop, popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop, popover.background.magnifier checkbutton.suggested-action:backdrop,
popover.background.magnifier radiobutton.suggested-action:backdrop, label:backdrop selction.flat, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop, .csd popover.background.magnifier button.suggested-action.osd button:backdrop, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop, .csd popover.background.magnifier button.suggested-action.osd button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:backdrop, popover.background.touch-selection button.suggested-action.osd button:backdrop, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:backdrop, .csd popover.background.magnifier button.suggested-action.osd button:backdrop, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop, popover.background.magnifier button.suggested-action.osd button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.suggested-action.osd button.flat:backdrop, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop,
button.suggested-action:backdrop,
button.suggested-action.flat:backdrop,
button.suggested-action.sidebar-button:backdrop,
notebook > header > tabs > arrow.suggested-action:backdrop,
popover.background checkbutton.suggested-action:backdrop,
popover.background radiobutton.suggested-action:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop, .csd popover.background.magnifier button.suggested-action.osd button:backdrop, popover.background.touch-selection button.suggested-action.osd button:backdrop, popover.background.magnifier button.suggested-action.osd button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.suggested-action.osd button.flat:backdrop, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop,
button.suggested-action.osd .csd popover.background.touch-selection button:backdrop,
.csd popover.background.touch-selection button.suggested-action.osd button:backdrop,
button.suggested-action.osd .csd popover.background.magnifier button:backdrop,
.csd popover.background.magnifier button.suggested-action.osd button:backdrop,
button.suggested-action.osd popover.background.touch-selection button:backdrop,
popover.background.touch-selection button.suggested-action.osd button:backdrop,
button.suggested-action.osd popover.background.magnifier button:backdrop,
popover.background.magnifier button.suggested-action.osd button:backdrop,
button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop,
button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop,
.csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop,
.csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop,
button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop,
button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop,
.csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop,
.csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop,
button.suggested-action.osd popover.background.touch-selection button.flat:backdrop,
button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop,
popover.background.touch-selection button.suggested-action.osd button.flat:backdrop,
popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop,
button.suggested-action.osd popover.background.magnifier button.flat:backdrop,
button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop,
popover.background.magnifier button.suggested-action.osd button.flat:backdrop,
popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop,
button.suggested-action.osd button:backdrop,
button.suggested-action.osd button.flat:backdrop,
button.suggested-action.osd button.sidebar-button:backdrop {
color: @theme_button_foreground_backdrop_breeze;
border-color: @unfocused_borders_breeze;
background-color: @theme_button_background_backdrop_breeze;
background-color: @theme_button_decoration_focus_breeze;
color: white; }
.csd popover.background.touch-selection button.suggested-action:backdrop:active, .csd popover.background.magnifier button.suggested-action:backdrop:active, popover.background.touch-selection button.suggested-action:backdrop:active, popover.background.magnifier button.suggested-action:backdrop:active, label:backdrop selction.suggested-action:active, .csd popover.background.touch-selection button.suggested-action:backdrop:checked, .csd popover.background.magnifier button.suggested-action:backdrop:checked, popover.background.touch-selection button.suggested-action:backdrop:checked, popover.background.magnifier button.suggested-action:backdrop:checked, label:backdrop selction.suggested-action:checked, .csd popover.background.touch-selection button.suggested-action:backdrop:focus, .csd popover.background.magnifier button.suggested-action:backdrop:focus, popover.background.touch-selection button.suggested-action:backdrop:focus, popover.background.magnifier button.suggested-action:backdrop:focus, label:backdrop selction.suggested-action:focus, button.suggested-action.sidebar-button:backdrop:active, notebook > header > tabs > arrow.suggested-action:backdrop:active, popover.background checkbutton.suggested-action:backdrop:active,
popover.background radiobutton.suggested-action:backdrop:active, .csd popover.background.touch-selection button.suggested-action.flat:backdrop:active, .csd popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:active, .csd popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:active, .csd popover.background.touch-selection checkbutton.suggested-action:backdrop:active,
.csd popover.background.touch-selection radiobutton.suggested-action:backdrop:active, .csd popover.background.magnifier button.suggested-action.flat:backdrop:active, .csd popover.background.magnifier button.suggested-action.sidebar-button:backdrop:active, .csd popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:active, .csd popover.background.magnifier checkbutton.suggested-action:backdrop:active,
.csd popover.background.magnifier radiobutton.suggested-action:backdrop:active, popover.background.touch-selection button.suggested-action.flat:backdrop:active, popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:active, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:active, popover.background.touch-selection checkbutton.suggested-action:backdrop:active,
popover.background.touch-selection radiobutton.suggested-action:backdrop:active, popover.background.magnifier button.suggested-action.flat:backdrop:active, popover.background.magnifier button.suggested-action.sidebar-button:backdrop:active, popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:active, popover.background.magnifier checkbutton.suggested-action:backdrop:active,
popover.background.magnifier radiobutton.suggested-action:backdrop:active, label:backdrop selction.flat:active, button.suggested-action.sidebar-button:backdrop:checked, notebook > header > tabs > arrow.suggested-action:backdrop:checked, popover.background checkbutton.suggested-action:backdrop:checked,
popover.background radiobutton.suggested-action:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.flat:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:checked, .csd popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:checked, .csd popover.background.touch-selection checkbutton.suggested-action:backdrop:checked,
.csd popover.background.touch-selection radiobutton.suggested-action:backdrop:checked, .csd popover.background.magnifier button.suggested-action.flat:backdrop:checked, .csd popover.background.magnifier button.suggested-action.sidebar-button:backdrop:checked, .csd popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:checked, .csd popover.background.magnifier checkbutton.suggested-action:backdrop:checked,
.csd popover.background.magnifier radiobutton.suggested-action:backdrop:checked, popover.background.touch-selection button.suggested-action.flat:backdrop:checked, popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:checked, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:checked, popover.background.touch-selection checkbutton.suggested-action:backdrop:checked,
popover.background.touch-selection radiobutton.suggested-action:backdrop:checked, popover.background.magnifier button.suggested-action.flat:backdrop:checked, popover.background.magnifier button.suggested-action.sidebar-button:backdrop:checked, popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:checked, popover.background.magnifier checkbutton.suggested-action:backdrop:checked,
popover.background.magnifier radiobutton.suggested-action:backdrop:checked, label:backdrop selction.flat:checked, button.suggested-action.sidebar-button:backdrop:focus, notebook > header > tabs > arrow.suggested-action:backdrop:focus, popover.background checkbutton.suggested-action:backdrop:focus,
popover.background radiobutton.suggested-action:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.flat:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:focus, .csd popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:focus, .csd popover.background.touch-selection checkbutton.suggested-action:backdrop:focus,
.csd popover.background.touch-selection radiobutton.suggested-action:backdrop:focus, .csd popover.background.magnifier button.suggested-action.flat:backdrop:focus, .csd popover.background.magnifier button.suggested-action.sidebar-button:backdrop:focus, .csd popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:focus, .csd popover.background.magnifier checkbutton.suggested-action:backdrop:focus,
.csd popover.background.magnifier radiobutton.suggested-action:backdrop:focus, popover.background.touch-selection button.suggested-action.flat:backdrop:focus, popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:focus, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:focus, popover.background.touch-selection checkbutton.suggested-action:backdrop:focus,
popover.background.touch-selection radiobutton.suggested-action:backdrop:focus, popover.background.magnifier button.suggested-action.flat:backdrop:focus, popover.background.magnifier button.suggested-action.sidebar-button:backdrop:focus, popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:focus, popover.background.magnifier checkbutton.suggested-action:backdrop:focus,
popover.background.magnifier radiobutton.suggested-action:backdrop:focus, label:backdrop selction.flat:focus, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:active, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:active, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:backdrop:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:active, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:backdrop:active, popover.background.touch-selection button.suggested-action.osd button:backdrop:active, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:active, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:active, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:active, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:active, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:active, popover.background.magnifier button.suggested-action.osd button:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:checked, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:checked, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:backdrop:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:checked, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:backdrop:checked, popover.background.touch-selection button.suggested-action.osd button:backdrop:checked, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:checked, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:checked, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:checked, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:checked, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:checked, popover.background.magnifier button.suggested-action.osd button:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:focus, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:focus, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:backdrop:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:focus, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:backdrop:focus, popover.background.touch-selection button.suggested-action.osd button:backdrop:focus, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:focus, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:focus, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:focus, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:focus, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:focus, popover.background.magnifier button.suggested-action.osd button:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:active, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:active, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:active, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:active, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:active, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:active, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:active, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:active, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:active, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:active, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:active, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:active, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:active, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:active, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:checked, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:checked, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:checked, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:checked, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:checked, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:checked, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:checked, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:checked, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:checked, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:checked, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:checked, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:checked, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:checked, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:checked, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:focus, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:focus, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:focus, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:focus, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:focus, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:focus, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:focus, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:focus, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:focus, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:focus, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:focus, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:focus, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:focus, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:focus, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:focus, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:focus, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:focus, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:focus, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:focus, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:focus, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:focus,
button.suggested-action:backdrop:active,
button.suggested-action:backdrop:checked,
button.suggested-action:backdrop:focus,
button.suggested-action.flat:backdrop:active,
button.suggested-action.sidebar-button:backdrop:active,
notebook > header > tabs > arrow.suggested-action:backdrop:active,
popover.background checkbutton.suggested-action:backdrop:active,
popover.background radiobutton.suggested-action:backdrop:active,
button.suggested-action.flat:backdrop:checked,
button.suggested-action.sidebar-button:backdrop:checked,
notebook > header > tabs > arrow.suggested-action:backdrop:checked,
popover.background checkbutton.suggested-action:backdrop:checked,
popover.background radiobutton.suggested-action:backdrop:checked,
button.suggested-action.flat:backdrop:focus,
button.suggested-action.sidebar-button:backdrop:focus,
notebook > header > tabs > arrow.suggested-action:backdrop:focus,
popover.background checkbutton.suggested-action:backdrop:focus,
popover.background radiobutton.suggested-action:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:active, popover.background.touch-selection button.suggested-action.osd button:backdrop:active, popover.background.magnifier button.suggested-action.osd button:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:checked, popover.background.touch-selection button.suggested-action.osd button:backdrop:checked, popover.background.magnifier button.suggested-action.osd button:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:focus, popover.background.touch-selection button.suggested-action.osd button:backdrop:focus, popover.background.magnifier button.suggested-action.osd button:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:active, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:active, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:active, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:checked, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:checked, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:focus, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:focus, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:focus, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:focus, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:focus, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:focus, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:focus,
button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:active,
.csd popover.background.touch-selection button.suggested-action.osd button:backdrop:active,
button.suggested-action.osd .csd popover.background.magnifier button:backdrop:active,
.csd popover.background.magnifier button.suggested-action.osd button:backdrop:active,
button.suggested-action.osd popover.background.touch-selection button:backdrop:active,
popover.background.touch-selection button.suggested-action.osd button:backdrop:active,
button.suggested-action.osd popover.background.magnifier button:backdrop:active,
popover.background.magnifier button.suggested-action.osd button:backdrop:active,
button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:checked,
.csd popover.background.touch-selection button.suggested-action.osd button:backdrop:checked,
button.suggested-action.osd .csd popover.background.magnifier button:backdrop:checked,
.csd popover.background.magnifier button.suggested-action.osd button:backdrop:checked,
button.suggested-action.osd popover.background.touch-selection button:backdrop:checked,
popover.background.touch-selection button.suggested-action.osd button:backdrop:checked,
button.suggested-action.osd popover.background.magnifier button:backdrop:checked,
popover.background.magnifier button.suggested-action.osd button:backdrop:checked,
button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:focus,
.csd popover.background.touch-selection button.suggested-action.osd button:backdrop:focus,
button.suggested-action.osd .csd popover.background.magnifier button:backdrop:focus,
.csd popover.background.magnifier button.suggested-action.osd button:backdrop:focus,
button.suggested-action.osd popover.background.touch-selection button:backdrop:focus,
popover.background.touch-selection button.suggested-action.osd button:backdrop:focus,
button.suggested-action.osd popover.background.magnifier button:backdrop:focus,
popover.background.magnifier button.suggested-action.osd button:backdrop:focus,
button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:active,
button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:active,
.csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active,
.csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:active,
button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:active,
button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:active,
.csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active,
.csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:active,
button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:active,
button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:active,
popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active,
popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:active,
button.suggested-action.osd popover.background.magnifier button.flat:backdrop:active,
button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:active,
popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active,
popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:active,
button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:checked,
button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:checked,
.csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked,
.csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:checked,
button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:checked,
button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:checked,
.csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked,
.csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:checked,
button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:checked,
button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:checked,
popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked,
popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:checked,
button.suggested-action.osd popover.background.magnifier button.flat:backdrop:checked,
button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:checked,
popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked,
popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:checked,
button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:focus,
button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:focus,
.csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:focus,
.csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:focus,
button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:focus,
button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:focus,
.csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:focus,
.csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:focus,
button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:focus,
button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:focus,
popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:focus,
popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:focus,
button.suggested-action.osd popover.background.magnifier button.flat:backdrop:focus,
button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:focus,
popover.background.magnifier button.suggested-action.osd button.flat:backdrop:focus,
popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:focus,
button.suggested-action.osd button:backdrop:active,
button.suggested-action.osd button:backdrop:checked,
button.suggested-action.osd button:backdrop:focus,
button.suggested-action.osd button.flat:backdrop:active,
button.suggested-action.osd button.sidebar-button:backdrop:active,
button.suggested-action.osd button.flat:backdrop:checked,
button.suggested-action.osd button.sidebar-button:backdrop:checked,
button.suggested-action.osd button.flat:backdrop:focus,
button.suggested-action.osd button.sidebar-button:backdrop:focus {
color: @theme_button_foreground_active_backdrop_breeze;
border-color: @theme_button_decoration_focus_backdrop_breeze;
background-color: @theme_button_decoration_focus_backdrop_breeze;
background-color: @theme_button_decoration_focus_breeze;
color: white; }
.csd popover.background.touch-selection button.suggested-action:backdrop:disabled, .csd popover.background.magnifier button.suggested-action:backdrop:disabled, popover.background.touch-selection button.suggested-action:backdrop:disabled, popover.background.magnifier button.suggested-action:backdrop:disabled, button.suggested-action.sidebar-button:backdrop:disabled, notebook > header > tabs > arrow.suggested-action:backdrop:disabled, popover.background checkbutton.suggested-action:backdrop:disabled,
popover.background radiobutton.suggested-action:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.flat:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled, .csd popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled,
.csd popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.flat:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled, .csd popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled, .csd popover.background.magnifier checkbutton.suggested-action:backdrop:disabled,
.csd popover.background.magnifier radiobutton.suggested-action:backdrop:disabled, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled, popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled,
popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled, popover.background.magnifier button.suggested-action.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled, popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled, popover.background.magnifier checkbutton.suggested-action:backdrop:disabled,
popover.background.magnifier radiobutton.suggested-action:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled,
button.suggested-action:backdrop:disabled,
button.suggested-action.flat:backdrop:disabled,
button.suggested-action.sidebar-button:backdrop:disabled,
notebook > header > tabs > arrow.suggested-action:backdrop:disabled,
popover.background checkbutton.suggested-action:backdrop:disabled,
popover.background radiobutton.suggested-action:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled,
button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled,
.csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled,
button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled,
.csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled,
button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled,
popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled,
button.suggested-action.osd popover.background.magnifier button:backdrop:disabled,
popover.background.magnifier button.suggested-action.osd button:backdrop:disabled,
button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled,
button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled,
.csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled,
.csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled,
button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled,
button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled,
.csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled,
.csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled,
button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled,
button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled,
popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled,
popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled,
button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled,
button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled,
popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled,
popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled,
button.suggested-action.osd button:backdrop:disabled,
button.suggested-action.osd button.flat:backdrop:disabled,
button.suggested-action.osd button.sidebar-button:backdrop:disabled {
color: @theme_button_foreground_backdrop_insensitive_breeze;
border-color: @unfocused_insensitive_borders_breeze;
background-color: @theme_button_background_backdrop_insensitive_breeze; }
.csd popover.background.touch-selection button.suggested-action:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action:backdrop:disabled > .label, popover.background.magnifier button.suggested-action:backdrop:disabled > .label, button.suggested-action.sidebar-button:backdrop:disabled > .label, notebook > header > tabs > arrow.suggested-action:backdrop:disabled > .label, popover.background checkbutton.suggested-action:backdrop:disabled > .label,
popover.background radiobutton.suggested-action:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.flat:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled > .label, .csd popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled > .label, .csd popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled > .label,
.csd popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.flat:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled > .label, .csd popover.background.magnifier checkbutton.suggested-action:backdrop:disabled > .label,
.csd popover.background.magnifier radiobutton.suggested-action:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled > .label, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled > .label, popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled > .label,
popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.flat:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled > .label, popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled > .label, popover.background.magnifier checkbutton.suggested-action:backdrop:disabled > .label,
popover.background.magnifier radiobutton.suggested-action:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled > .label, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled > .label, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled > .label, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled > .label, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled > .label, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled > .label, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled > .label, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled > .label, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label,
button.suggested-action:backdrop:disabled > .label,
button.suggested-action.flat:backdrop:disabled > .label,
button.suggested-action.sidebar-button:backdrop:disabled > .label,
notebook > header > tabs > arrow.suggested-action:backdrop:disabled > .label,
popover.background checkbutton.suggested-action:backdrop:disabled > .label,
popover.background radiobutton.suggested-action:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label,
button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled > .label,
.csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label,
button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled > .label,
.csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label,
button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled > .label,
popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label,
button.suggested-action.osd popover.background.magnifier button:backdrop:disabled > .label,
popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label,
button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled > .label,
button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled > .label,
.csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label,
.csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label,
button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled > .label,
button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled > .label,
.csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label,
.csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label,
button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label,
button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled > .label,
popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label,
popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label,
button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label,
button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled > .label,
popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label,
popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label,
button.suggested-action.osd button:backdrop:disabled > .label,
button.suggested-action.osd button.flat:backdrop:disabled > .label,
button.suggested-action.osd button.sidebar-button:backdrop:disabled > .label {
color: inherit; }
.csd popover.background.touch-selection button.suggested-action:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action:backdrop:disabled:active, popover.background.touch-selection button.suggested-action:backdrop:disabled:active, popover.background.magnifier button.suggested-action:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action:backdrop:disabled:checked, popover.background.magnifier button.suggested-action:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action:backdrop:disabled:focus, popover.background.touch-selection button.suggested-action:backdrop:disabled:focus, popover.background.magnifier button.suggested-action:backdrop:disabled:focus, button.suggested-action.sidebar-button:backdrop:disabled:active, notebook > header > tabs > arrow.suggested-action:backdrop:disabled:active, popover.background checkbutton.suggested-action:backdrop:disabled:active,
popover.background radiobutton.suggested-action:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled:active, .csd popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled:active,
.csd popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.flat:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled:active, .csd popover.background.magnifier checkbutton.suggested-action:backdrop:disabled:active,
.csd popover.background.magnifier radiobutton.suggested-action:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled:active, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled:active, popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled:active,
popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled:active, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:active, popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled:active, popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled:active, popover.background.magnifier checkbutton.suggested-action:backdrop:disabled:active,
popover.background.magnifier radiobutton.suggested-action:backdrop:disabled:active, button.suggested-action.sidebar-button:backdrop:disabled:checked, notebook > header > tabs > arrow.suggested-action:backdrop:disabled:checked, popover.background checkbutton.suggested-action:backdrop:disabled:checked,
popover.background radiobutton.suggested-action:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled:checked, .csd popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled:checked,
.csd popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.flat:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled:checked, .csd popover.background.magnifier checkbutton.suggested-action:backdrop:disabled:checked,
.csd popover.background.magnifier radiobutton.suggested-action:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled:checked, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled:checked, popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled:checked,
popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled:checked, popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled:checked, popover.background.magnifier checkbutton.suggested-action:backdrop:disabled:checked,
popover.background.magnifier radiobutton.suggested-action:backdrop:disabled:checked, button.suggested-action.sidebar-button:backdrop:disabled:focus, notebook > header > tabs > arrow.suggested-action:backdrop:disabled:focus, popover.background checkbutton.suggested-action:backdrop:disabled:focus,
popover.background radiobutton.suggested-action:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled:focus, .csd popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled:focus, .csd popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled:focus,
.csd popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.flat:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled:focus, .csd popover.background.magnifier checkbutton.suggested-action:backdrop:disabled:focus,
.csd popover.background.magnifier radiobutton.suggested-action:backdrop:disabled:focus, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:focus, popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled:focus, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled:focus, popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled:focus,
popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled:focus, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:focus, popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled:focus, popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled:focus, popover.background.magnifier checkbutton.suggested-action:backdrop:disabled:focus,
popover.background.magnifier radiobutton.suggested-action:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:focus, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:focus, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:focus, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:focus, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:focus, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:focus, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus,
button.suggested-action:backdrop:disabled:active,
button.suggested-action:backdrop:disabled:checked,
button.suggested-action:backdrop:disabled:focus,
button.suggested-action.flat:backdrop:disabled:active,
button.suggested-action.sidebar-button:backdrop:disabled:active,
notebook > header > tabs > arrow.suggested-action:backdrop:disabled:active,
popover.background checkbutton.suggested-action:backdrop:disabled:active,
popover.background radiobutton.suggested-action:backdrop:disabled:active,
button.suggested-action.flat:backdrop:disabled:checked,
button.suggested-action.sidebar-button:backdrop:disabled:checked,
notebook > header > tabs > arrow.suggested-action:backdrop:disabled:checked,
popover.background checkbutton.suggested-action:backdrop:disabled:checked,
popover.background radiobutton.suggested-action:backdrop:disabled:checked,
button.suggested-action.flat:backdrop:disabled:focus,
button.suggested-action.sidebar-button:backdrop:disabled:focus,
notebook > header > tabs > arrow.suggested-action:backdrop:disabled:focus,
popover.background checkbutton.suggested-action:backdrop:disabled:focus,
popover.background radiobutton.suggested-action:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus,
button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled:active,
.csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active,
button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled:active,
.csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active,
button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active,
popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active,
button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active,
popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active,
button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled:checked,
.csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked,
button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled:checked,
.csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked,
button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked,
popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked,
button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked,
popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked,
button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled:focus,
.csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus,
button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled:focus,
.csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus,
button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:focus,
popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus,
button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:focus,
popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus,
button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:active,
button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active,
.csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active,
.csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active,
button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:active,
button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:active,
.csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active,
.csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active,
button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active,
button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active,
popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active,
popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active,
button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active,
button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active,
popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active,
popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active,
button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:checked,
button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked,
.csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked,
.csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked,
button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:checked,
button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked,
.csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked,
.csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked,
button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked,
button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked,
popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked,
popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked,
button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked,
button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked,
popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked,
popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked,
button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:focus,
button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus,
.csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus,
.csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus,
button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:focus,
button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus,
.csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus,
.csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus,
button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus,
button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus,
popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus,
popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus,
button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus,
button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus,
popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus,
popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus,
button.suggested-action.osd button:backdrop:disabled:active,
button.suggested-action.osd button:backdrop:disabled:checked,
button.suggested-action.osd button:backdrop:disabled:focus,
button.suggested-action.osd button.flat:backdrop:disabled:active,
button.suggested-action.osd button.sidebar-button:backdrop:disabled:active,
button.suggested-action.osd button.flat:backdrop:disabled:checked,
button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked,
button.suggested-action.osd button.flat:backdrop:disabled:focus,
button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus {
color: @theme_button_foreground_active_backdrop_insensitive_breeze;
border-color: @theme_button_decoration_focus_backdrop_insensitive_breeze;
background-color: @theme_button_decoration_focus_backdrop_insensitive_breeze;
background-color: @theme_button_decoration_focus_breeze;
color: white; }
.csd popover.background.touch-selection button.suggested-action:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action:backdrop:disabled:focus > .label, popover.background.touch-selection button.suggested-action:backdrop:disabled:focus > .label, popover.background.magnifier button.suggested-action:backdrop:disabled:focus > .label, button.suggested-action.sidebar-button:backdrop:disabled:active > .label, notebook > header > tabs > arrow.suggested-action:backdrop:disabled:active > .label, popover.background checkbutton.suggested-action:backdrop:disabled:active > .label,
popover.background radiobutton.suggested-action:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled:active > .label, .csd popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled:active > .label,
.csd popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled:active > .label, .csd popover.background.magnifier checkbutton.suggested-action:backdrop:disabled:active > .label,
.csd popover.background.magnifier radiobutton.suggested-action:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled:active > .label, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled:active > .label, popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled:active > .label,
popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled:active > .label, popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled:active > .label, popover.background.magnifier checkbutton.suggested-action:backdrop:disabled:active > .label,
popover.background.magnifier radiobutton.suggested-action:backdrop:disabled:active > .label, button.suggested-action.sidebar-button:backdrop:disabled:checked > .label, notebook > header > tabs > arrow.suggested-action:backdrop:disabled:checked > .label, popover.background checkbutton.suggested-action:backdrop:disabled:checked > .label,
popover.background radiobutton.suggested-action:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled:checked > .label, .csd popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled:checked > .label,
.csd popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled:checked > .label, .csd popover.background.magnifier checkbutton.suggested-action:backdrop:disabled:checked > .label,
.csd popover.background.magnifier radiobutton.suggested-action:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled:checked > .label, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled:checked > .label, popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled:checked > .label,
popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled:checked > .label, popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled:checked > .label, popover.background.magnifier checkbutton.suggested-action:backdrop:disabled:checked > .label,
popover.background.magnifier radiobutton.suggested-action:backdrop:disabled:checked > .label, button.suggested-action.sidebar-button:backdrop:disabled:focus > .label, notebook > header > tabs > arrow.suggested-action:backdrop:disabled:focus > .label, popover.background checkbutton.suggested-action:backdrop:disabled:focus > .label,
popover.background radiobutton.suggested-action:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled:focus > .label, .csd popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled:focus > .label,
.csd popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled:focus > .label, .csd popover.background.magnifier checkbutton.suggested-action:backdrop:disabled:focus > .label,
.csd popover.background.magnifier radiobutton.suggested-action:backdrop:disabled:focus > .label, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:focus > .label, popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled:focus > .label, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled:focus > .label, popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled:focus > .label,
popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled:focus > .label, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:focus > .label, popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled:focus > .label, popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled:focus > .label, popover.background.magnifier checkbutton.suggested-action:backdrop:disabled:focus > .label,
popover.background.magnifier radiobutton.suggested-action:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active > .label, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active > .label, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:focus > .label, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:focus > .label, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:focus > .label, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:focus > .label, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active > .label, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active > .label, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active > .label, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active > .label, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked > .label, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked > .label, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked > .label, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked > .label, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus > .label, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus > .label, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus > .label, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus > .label, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label,
button.suggested-action:backdrop:disabled:active > .label,
button.suggested-action:backdrop:disabled:checked > .label,
button.suggested-action:backdrop:disabled:focus > .label,
button.suggested-action.flat:backdrop:disabled:active > .label,
button.suggested-action.sidebar-button:backdrop:disabled:active > .label,
notebook > header > tabs > arrow.suggested-action:backdrop:disabled:active > .label,
popover.background checkbutton.suggested-action:backdrop:disabled:active > .label,
popover.background radiobutton.suggested-action:backdrop:disabled:active > .label,
button.suggested-action.flat:backdrop:disabled:checked > .label,
button.suggested-action.sidebar-button:backdrop:disabled:checked > .label,
notebook > header > tabs > arrow.suggested-action:backdrop:disabled:checked > .label,
popover.background checkbutton.suggested-action:backdrop:disabled:checked > .label,
popover.background radiobutton.suggested-action:backdrop:disabled:checked > .label,
button.suggested-action.flat:backdrop:disabled:focus > .label,
button.suggested-action.sidebar-button:backdrop:disabled:focus > .label,
notebook > header > tabs > arrow.suggested-action:backdrop:disabled:focus > .label,
popover.background checkbutton.suggested-action:backdrop:disabled:focus > .label,
popover.background radiobutton.suggested-action:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label,
button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled:active > .label,
.csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label,
button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled:active > .label,
.csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label,
button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label,
popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label,
button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active > .label,
popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label,
button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled:checked > .label,
.csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label,
button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled:checked > .label,
.csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label,
button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label,
popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label,
button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label,
popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label,
button.suggested-action.osd .csd popover.background.touch-selection button:backdrop:disabled:focus > .label,
.csd popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus > .label,
button.suggested-action.osd .csd popover.background.magnifier button:backdrop:disabled:focus > .label,
.csd popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus > .label,
button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:focus > .label,
popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:focus > .label,
button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:focus > .label,
popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:focus > .label,
button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:active > .label,
button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active > .label,
.csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label,
.csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label,
button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:active > .label,
button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:active > .label,
.csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label,
.csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label,
button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label,
button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active > .label,
popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label,
popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label,
button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label,
button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active > .label,
popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label,
popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label,
button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label,
button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked > .label,
.csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label,
.csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label,
button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:checked > .label,
button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked > .label,
.csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label,
.csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label,
button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label,
button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked > .label,
popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label,
popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label,
button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label,
button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked > .label,
popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label,
popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label,
button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:focus > .label,
button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus > .label,
.csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus > .label,
.csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label,
button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:focus > .label,
button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus > .label,
.csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus > .label,
.csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label,
button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus > .label,
button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus > .label,
popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:focus > .label,
popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label,
button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus > .label,
button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus > .label,
popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:focus > .label,
popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label,
button.suggested-action.osd button:backdrop:disabled:active > .label,
button.suggested-action.osd button:backdrop:disabled:checked > .label,
button.suggested-action.osd button:backdrop:disabled:focus > .label,
button.suggested-action.osd button.flat:backdrop:disabled:active > .label,
button.suggested-action.osd button.sidebar-button:backdrop:disabled:active > .label,
button.suggested-action.osd button.flat:backdrop:disabled:checked > .label,
button.suggested-action.osd button.sidebar-button:backdrop:disabled:checked > .label,
button.suggested-action.osd button.flat:backdrop:disabled:focus > .label,
button.suggested-action.osd button.sidebar-button:backdrop:disabled:focus > .label {
color: inherit; }
button.suggested-action.sidebar-button:backdrop, notebook > header > tabs > arrow.suggested-action:backdrop, popover.background checkbutton.suggested-action:backdrop,
popover.background radiobutton.suggested-action:backdrop, .csd popover.background.touch-selection button.suggested-action.flat:backdrop, .csd popover.background.touch-selection button.suggested-action.sidebar-button:backdrop, .csd popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop, .csd popover.background.touch-selection checkbutton.suggested-action:backdrop,
.csd popover.background.touch-selection radiobutton.suggested-action:backdrop, .csd popover.background.magnifier button.suggested-action.flat:backdrop, .csd popover.background.magnifier button.suggested-action.sidebar-button:backdrop, .csd popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop, .csd popover.background.magnifier checkbutton.suggested-action:backdrop,
.csd popover.background.magnifier radiobutton.suggested-action:backdrop, popover.background.touch-selection button.suggested-action.flat:backdrop, popover.background.touch-selection button.suggested-action.sidebar-button:backdrop, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop, popover.background.touch-selection checkbutton.suggested-action:backdrop,
popover.background.touch-selection radiobutton.suggested-action:backdrop, popover.background.magnifier button.suggested-action.flat:backdrop, popover.background.magnifier button.suggested-action.sidebar-button:backdrop, popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop, popover.background.magnifier checkbutton.suggested-action:backdrop,
popover.background.magnifier radiobutton.suggested-action:backdrop, label:backdrop selction.flat, button.suggested-action.sidebar-button:disabled, notebook > header > tabs > arrow.suggested-action:disabled, popover.background checkbutton.suggested-action:disabled,
popover.background radiobutton.suggested-action:disabled, .csd popover.background.touch-selection button.suggested-action.flat:disabled, .csd popover.background.touch-selection button.suggested-action.sidebar-button:disabled, .csd popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:disabled, .csd popover.background.touch-selection checkbutton.suggested-action:disabled,
.csd popover.background.touch-selection radiobutton.suggested-action:disabled, .csd popover.background.magnifier button.suggested-action.flat:disabled, .csd popover.background.magnifier button.suggested-action.sidebar-button:disabled, .csd popover.background.magnifier notebook > header > tabs > arrow.suggested-action:disabled, .csd popover.background.magnifier checkbutton.suggested-action:disabled,
.csd popover.background.magnifier radiobutton.suggested-action:disabled, popover.background.touch-selection button.suggested-action.flat:disabled, popover.background.touch-selection button.suggested-action.sidebar-button:disabled, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:disabled, popover.background.touch-selection checkbutton.suggested-action:disabled,
popover.background.touch-selection radiobutton.suggested-action:disabled, popover.background.magnifier button.suggested-action.flat:disabled, popover.background.magnifier button.suggested-action.sidebar-button:disabled, popover.background.magnifier notebook > header > tabs > arrow.suggested-action:disabled, popover.background.magnifier checkbutton.suggested-action:disabled,
popover.background.magnifier radiobutton.suggested-action:disabled, label:disabled selection.flat, button.suggested-action.sidebar-button:backdrop:disabled, notebook > header > tabs > arrow.suggested-action:backdrop:disabled, popover.background checkbutton.suggested-action:backdrop:disabled,
popover.background radiobutton.suggested-action:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.flat:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled, .csd popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled,
.csd popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.flat:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled, .csd popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled, .csd popover.background.magnifier checkbutton.suggested-action:backdrop:disabled,
.csd popover.background.magnifier radiobutton.suggested-action:backdrop:disabled, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.sidebar-button:backdrop:disabled, popover.background.touch-selection notebook > header > tabs > arrow.suggested-action:backdrop:disabled, popover.background.touch-selection checkbutton.suggested-action:backdrop:disabled,
popover.background.touch-selection radiobutton.suggested-action:backdrop:disabled, popover.background.magnifier button.suggested-action.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.sidebar-button:backdrop:disabled, popover.background.magnifier notebook > header > tabs > arrow.suggested-action:backdrop:disabled, popover.background.magnifier checkbutton.suggested-action:backdrop:disabled,
popover.background.magnifier radiobutton.suggested-action:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.suggested-action.osd button.flat:backdrop, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.flat:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:disabled, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:disabled, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:disabled, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:disabled, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.flat:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:disabled, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:disabled, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:disabled, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:disabled, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:disabled, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:disabled, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:disabled, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:disabled, .csd popover.background.magnifier button.suggested-action.osd button.flat:disabled, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:disabled, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.flat:disabled, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:disabled, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:disabled, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:disabled, .csd popover.background.magnifier button.suggested-action.osd button.flat:disabled, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.flat:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:disabled, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:disabled, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:disabled, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.flat:disabled, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:disabled, popover.background.touch-selection button.suggested-action.osd button.flat:disabled, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:disabled, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:disabled, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:disabled, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:disabled, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:disabled, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:disabled, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.flat:disabled, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:disabled, .csd popover.background.magnifier button.suggested-action.osd button.flat:disabled, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:disabled, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:disabled, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:disabled, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:disabled, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:disabled, popover.background.magnifier button.suggested-action.osd button.flat:disabled, popover.background.magnifier button.suggested-action.osd button.sidebar-button:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled,
button.suggested-action.flat:backdrop,
button.suggested-action.sidebar-button:backdrop,
notebook > header > tabs > arrow.suggested-action:backdrop,
popover.background checkbutton.suggested-action:backdrop,
popover.background radiobutton.suggested-action:backdrop,
button.suggested-action.flat:disabled,
button.suggested-action.sidebar-button:disabled,
notebook > header > tabs > arrow.suggested-action:disabled,
popover.background checkbutton.suggested-action:disabled,
popover.background radiobutton.suggested-action:disabled,
button.suggested-action.flat:backdrop:disabled,
button.suggested-action.sidebar-button:backdrop:disabled,
notebook > header > tabs > arrow.suggested-action:backdrop:disabled,
popover.background checkbutton.suggested-action:backdrop:disabled,
popover.background radiobutton.suggested-action:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.suggested-action.osd button.flat:backdrop, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.suggested-action.osd button.flat:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:disabled, .csd popover.background.magnifier button.suggested-action.osd button.flat:disabled, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:disabled, popover.background.touch-selection button.suggested-action.osd button.flat:disabled, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:disabled, popover.background.magnifier button.suggested-action.osd button.flat:disabled, popover.background.magnifier button.suggested-action.osd button.sidebar-button:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled,
button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop,
button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop,
.csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop,
.csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop,
button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop,
button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop,
.csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop,
.csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop,
button.suggested-action.osd popover.background.touch-selection button.flat:backdrop,
button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop,
popover.background.touch-selection button.suggested-action.osd button.flat:backdrop,
popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop,
button.suggested-action.osd popover.background.magnifier button.flat:backdrop,
button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop,
popover.background.magnifier button.suggested-action.osd button.flat:backdrop,
popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop,
button.suggested-action.osd .csd popover.background.touch-selection button.flat:disabled,
button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:disabled,
.csd popover.background.touch-selection button.suggested-action.osd button.flat:disabled,
.csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:disabled,
button.suggested-action.osd .csd popover.background.magnifier button.flat:disabled,
button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:disabled,
.csd popover.background.magnifier button.suggested-action.osd button.flat:disabled,
.csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:disabled,
button.suggested-action.osd popover.background.touch-selection button.flat:disabled,
button.suggested-action.osd popover.background.touch-selection button.sidebar-button:disabled,
popover.background.touch-selection button.suggested-action.osd button.flat:disabled,
popover.background.touch-selection button.suggested-action.osd button.sidebar-button:disabled,
button.suggested-action.osd popover.background.magnifier button.flat:disabled,
button.suggested-action.osd popover.background.magnifier button.sidebar-button:disabled,
popover.background.magnifier button.suggested-action.osd button.flat:disabled,
popover.background.magnifier button.suggested-action.osd button.sidebar-button:disabled,
button.suggested-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled,
button.suggested-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled,
.csd popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled,
.csd popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled,
button.suggested-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled,
button.suggested-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled,
.csd popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled,
.csd popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled,
button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled,
button.suggested-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled,
popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled,
popover.background.touch-selection button.suggested-action.osd button.sidebar-button:backdrop:disabled,
button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled,
button.suggested-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled,
popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled,
popover.background.magnifier button.suggested-action.osd button.sidebar-button:backdrop:disabled,
button.suggested-action.osd button.flat:backdrop,
button.suggested-action.osd button.sidebar-button:backdrop,
button.suggested-action.osd button.flat:disabled,
button.suggested-action.osd button.sidebar-button:disabled,
button.suggested-action.osd button.flat:backdrop:disabled,
button.suggested-action.osd button.sidebar-button:backdrop:disabled {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
color: @theme_button_foreground_normal_breeze;
text-shadow: none;
-gtk-icon-shadow: none;
color: alpha(@theme_button_decoration_focus_breeze,0.8); }
popover.background.touch-selection button.suggested-action:disabled, popover.background.magnifier button.suggested-action:disabled, label:disabled selection.suggested-action,
button.suggested-action:disabled,
button.suggested-action.osd button:disabled {
color: @theme_button_foreground_insensitive_breeze;
border-color: @insensitive_borders_breeze;
background-color: @theme_button_background_insensitive_breeze; }
popover.background.touch-selection button.suggested-action:disabled > .label, popover.background.magnifier button.suggested-action:disabled > .label, label:disabled selection.suggested-action > .label,
button.suggested-action:disabled > .label,
button.suggested-action.osd popover.background.touch-selection button:disabled > .label,
button.suggested-action.osd popover.background.magnifier button:disabled > .label,
button.suggested-action.osd button:disabled > .label {
color: inherit; }
.csd popover.background.touch-selection button.suggested-action:disabled:active, .csd popover.background.magnifier button.suggested-action:disabled:active, popover.background.touch-selection button.suggested-action:disabled:active, popover.background.magnifier button.suggested-action:disabled:active, label:disabled selection.suggested-action:active, .csd popover.background.touch-selection button.suggested-action:disabled:checked, .csd popover.background.magnifier button.suggested-action:disabled:checked, popover.background.touch-selection button.suggested-action:disabled:checked, popover.background.magnifier button.suggested-action:disabled:checked, label:disabled selection.suggested-action:checked, .csd popover.background.touch-selection button.suggested-action:disabled:focus, .csd popover.background.magnifier button.suggested-action:disabled:focus, popover.background.touch-selection button.suggested-action:disabled:focus, popover.background.magnifier button.suggested-action:disabled:focus, label:disabled selection.suggested-action:focus, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:active, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button:disabled:active, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:active, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:active, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:disabled:active, popover.background.touch-selection button.suggested-action.osd button:disabled:active, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:active, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:active, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button:disabled:active, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:active, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:active, popover.background.magnifier button.suggested-action.osd button:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:checked, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button:disabled:checked, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:checked, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:disabled:checked, popover.background.touch-selection button.suggested-action.osd button:disabled:checked, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:checked, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:checked, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button:disabled:checked, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:checked, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:checked, popover.background.magnifier button.suggested-action.osd button:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:focus, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button:disabled:focus, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:focus, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:disabled:focus, popover.background.touch-selection button.suggested-action.osd button:disabled:focus, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:focus, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:focus, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button:disabled:focus, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:focus, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:focus, popover.background.magnifier button.suggested-action.osd button:disabled:focus,
button.suggested-action:disabled:active,
button.suggested-action:disabled:checked,
button.suggested-action:disabled:focus, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:active, .csd popover.background.magnifier button.suggested-action.osd button:disabled:active, popover.background.touch-selection button.suggested-action.osd button:disabled:active, popover.background.magnifier button.suggested-action.osd button:disabled:active, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:checked, .csd popover.background.magnifier button.suggested-action.osd button:disabled:checked, popover.background.touch-selection button.suggested-action.osd button:disabled:checked, popover.background.magnifier button.suggested-action.osd button:disabled:checked, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:focus, .csd popover.background.magnifier button.suggested-action.osd button:disabled:focus, popover.background.touch-selection button.suggested-action.osd button:disabled:focus, popover.background.magnifier button.suggested-action.osd button:disabled:focus,
button.suggested-action.osd .csd popover.background.touch-selection button:disabled:active,
.csd popover.background.touch-selection button.suggested-action.osd button:disabled:active,
button.suggested-action.osd .csd popover.background.magnifier button:disabled:active,
.csd popover.background.magnifier button.suggested-action.osd button:disabled:active,
button.suggested-action.osd popover.background.touch-selection button:disabled:active,
popover.background.touch-selection button.suggested-action.osd button:disabled:active,
button.suggested-action.osd popover.background.magnifier button:disabled:active,
popover.background.magnifier button.suggested-action.osd button:disabled:active,
button.suggested-action.osd .csd popover.background.touch-selection button:disabled:checked,
.csd popover.background.touch-selection button.suggested-action.osd button:disabled:checked,
button.suggested-action.osd .csd popover.background.magnifier button:disabled:checked,
.csd popover.background.magnifier button.suggested-action.osd button:disabled:checked,
button.suggested-action.osd popover.background.touch-selection button:disabled:checked,
popover.background.touch-selection button.suggested-action.osd button:disabled:checked,
button.suggested-action.osd popover.background.magnifier button:disabled:checked,
popover.background.magnifier button.suggested-action.osd button:disabled:checked,
button.suggested-action.osd .csd popover.background.touch-selection button:disabled:focus,
.csd popover.background.touch-selection button.suggested-action.osd button:disabled:focus,
button.suggested-action.osd .csd popover.background.magnifier button:disabled:focus,
.csd popover.background.magnifier button.suggested-action.osd button:disabled:focus,
button.suggested-action.osd popover.background.touch-selection button:disabled:focus,
popover.background.touch-selection button.suggested-action.osd button:disabled:focus,
button.suggested-action.osd popover.background.magnifier button:disabled:focus,
popover.background.magnifier button.suggested-action.osd button:disabled:focus,
button.suggested-action.osd button:disabled:active,
button.suggested-action.osd button:disabled:checked,
button.suggested-action.osd button:disabled:focus {
color: @theme_button_foreground_active_insensitive_breeze;
border-color: @theme_button_decoration_focus_insensitive_breeze;
background-color: @theme_button_decoration_focus_insensitive_breeze;
background-color: @theme_button_decoration_focus_breeze;
color: white; }
.csd popover.background.touch-selection button.suggested-action:disabled:active > .label, .csd popover.background.magnifier button.suggested-action:disabled:active > .label, popover.background.touch-selection button.suggested-action:disabled:active > .label, popover.background.magnifier button.suggested-action:disabled:active > .label, label:disabled selection.suggested-action:active > .label, .csd popover.background.touch-selection button.suggested-action:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action:disabled:checked > .label, popover.background.touch-selection button.suggested-action:disabled:checked > .label, popover.background.magnifier button.suggested-action:disabled:checked > .label, label:disabled selection.suggested-action:checked > .label, .csd popover.background.touch-selection button.suggested-action:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action:disabled:focus > .label, popover.background.touch-selection button.suggested-action:disabled:focus > .label, popover.background.magnifier button.suggested-action:disabled:focus > .label, label:disabled selection.suggested-action:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:active > .label, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:active > .label, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:active > .label, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:active > .label, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label, popover.background.magnifier button.suggested-action.osd button:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:checked > .label, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:checked > .label, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:checked > .label, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:checked > .label, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd .csd popover.background.touch-selection button:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd .csd popover.background.magnifier button:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:focus > .label, popover.background.touch-selection .csd popover.background.magnifier button.suggested-action.osd button:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd button:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:focus > .label, popover.background.touch-selection popover.background.magnifier button.suggested-action.osd button:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:focus > .label, popover.background.magnifier .csd popover.background.touch-selection button.suggested-action.osd button:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:focus > .label, popover.background.magnifier popover.background.touch-selection button.suggested-action.osd button:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd button:disabled:focus > .label,
button.suggested-action:disabled:active > .label,
button.suggested-action:disabled:checked > .label,
button.suggested-action:disabled:focus > .label, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label, .csd popover.background.magnifier button.suggested-action.osd button:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label, popover.background.magnifier button.suggested-action.osd button:disabled:active > .label, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label, .csd popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label, .csd popover.background.touch-selection button.suggested-action.osd button:disabled:focus > .label, .csd popover.background.magnifier button.suggested-action.osd button:disabled:focus > .label, popover.background.touch-selection button.suggested-action.osd button:disabled:focus > .label, popover.background.magnifier button.suggested-action.osd button:disabled:focus > .label,
button.suggested-action.osd .csd popover.background.touch-selection button:disabled:active > .label,
.csd popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label,
button.suggested-action.osd .csd popover.background.magnifier button:disabled:active > .label,
.csd popover.background.magnifier button.suggested-action.osd button:disabled:active > .label,
button.suggested-action.osd popover.background.touch-selection button:disabled:active > .label,
popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label,
button.suggested-action.osd popover.background.magnifier button:disabled:active > .label,
popover.background.magnifier button.suggested-action.osd button:disabled:active > .label,
button.suggested-action.osd .csd popover.background.touch-selection button:disabled:checked > .label,
.csd popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label,
button.suggested-action.osd .csd popover.background.magnifier button:disabled:checked > .label,
.csd popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label,
button.suggested-action.osd popover.background.touch-selection button:disabled:checked > .label,
popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label,
button.suggested-action.osd popover.background.magnifier button:disabled:checked > .label,
popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label,
button.suggested-action.osd .csd popover.background.touch-selection button:disabled:focus > .label,
.csd popover.background.touch-selection button.suggested-action.osd button:disabled:focus > .label,
button.suggested-action.osd .csd popover.background.magnifier button:disabled:focus > .label,
.csd popover.background.magnifier button.suggested-action.osd button:disabled:focus > .label,
button.suggested-action.osd popover.background.touch-selection button:disabled:focus > .label,
popover.background.touch-selection button.suggested-action.osd button:disabled:focus > .label,
button.suggested-action.osd popover.background.magnifier button:disabled:focus > .label,
popover.background.magnifier button.suggested-action.osd button:disabled:focus > .label,
button.suggested-action.osd button:disabled:active > .label,
button.suggested-action.osd button:disabled:checked > .label,
button.suggested-action.osd button:disabled:focus > .label {
color: inherit; }
popover.background.touch-selection button.destructive-action, popover.background.magnifier button.destructive-action, popover.background.touch-selection button.destructive-action.osd button, popover.background.magnifier button.destructive-action.osd button,
button.destructive-action,
button.destructive-action.osd popover.background.touch-selection button,
button.destructive-action.osd popover.background.magnifier button,
button.destructive-action.osd button {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
text-shadow: none;
-gtk-icon-shadow: none;
color: @theme_button_foreground_normal_breeze;
border-color: @borders_breeze;
background-color: @theme_button_background_normal_breeze;
background-color: @error_color_breeze;
color: @theme_button_foreground_active_breeze; }
button.destructive-action.sidebar-button, notebook > header > tabs > arrow.destructive-action, popover.background checkbutton.destructive-action,
popover.background radiobutton.destructive-action, popover.background.touch-selection button.destructive-action.flat, popover.background.touch-selection button.destructive-action.sidebar-button, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action, popover.background.touch-selection checkbutton.destructive-action,
popover.background.touch-selection radiobutton.destructive-action, popover.background.magnifier button.destructive-action.flat, popover.background.magnifier button.destructive-action.sidebar-button, popover.background.magnifier notebook > header > tabs > arrow.destructive-action, popover.background.magnifier checkbutton.destructive-action,
popover.background.magnifier radiobutton.destructive-action,
button.destructive-action.flat,
popover.background checkbutton.destructive-action,
popover.background radiobutton.destructive-action,
button.destructive-action.osd button.flat,
button.destructive-action.osd button.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
color: @theme_button_foreground_normal_breeze;
text-shadow: none;
-gtk-icon-shadow: none;
color: @error_color_breeze; }
popover.background.touch-selection button.destructive-action:hover, popover.background.magnifier button.destructive-action:hover,
button.destructive-action:hover,
button.destructive-action.osd button:hover {
color: @theme_button_foreground_normal_breeze;
border-color: @theme_button_decoration_hover_breeze;
color: white;
background-color: @error_color_breeze; }
.csd popover.background.touch-selection button.destructive-action:active, .csd popover.background.magnifier button.destructive-action:active, popover.background.touch-selection button.destructive-action:active, popover.background.magnifier button.destructive-action:active, .csd popover.background.touch-selection button.destructive-action:checked, .csd popover.background.magnifier button.destructive-action:checked, popover.background.touch-selection button.destructive-action:checked, popover.background.magnifier button.destructive-action:checked, .csd popover.background.touch-selection button.destructive-action:focus, .csd popover.background.magnifier button.destructive-action:focus, popover.background.touch-selection button.destructive-action:focus, popover.background.magnifier button.destructive-action:focus, .csd popover.background.touch-selection button.destructive-action.osd button:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:active, .csd popover.background.touch-selection button.destructive-action.osd button:active, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:active, .csd popover.background.magnifier button.destructive-action.osd button:active, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:active, .csd popover.background.magnifier button.destructive-action.osd button:active, .csd popover.background.touch-selection button.destructive-action.osd button:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:active, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:active, popover.background.touch-selection button.destructive-action.osd button:active, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:active, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:active, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:active, .csd popover.background.magnifier button.destructive-action.osd button:active, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:active, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:active, popover.background.magnifier button.destructive-action.osd button:active, .csd popover.background.touch-selection button.destructive-action.osd button:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:checked, .csd popover.background.touch-selection button.destructive-action.osd button:checked, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:checked, .csd popover.background.magnifier button.destructive-action.osd button:checked, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:checked, .csd popover.background.magnifier button.destructive-action.osd button:checked, .csd popover.background.touch-selection button.destructive-action.osd button:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:checked, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:checked, popover.background.touch-selection button.destructive-action.osd button:checked, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:checked, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:checked, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:checked, .csd popover.background.magnifier button.destructive-action.osd button:checked, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:checked, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:checked, popover.background.magnifier button.destructive-action.osd button:checked, .csd popover.background.touch-selection button.destructive-action.osd button:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:focus, .csd popover.background.touch-selection button.destructive-action.osd button:focus, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:focus, .csd popover.background.magnifier button.destructive-action.osd button:focus, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:focus, .csd popover.background.magnifier button.destructive-action.osd button:focus, .csd popover.background.touch-selection button.destructive-action.osd button:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:focus, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:focus, popover.background.touch-selection button.destructive-action.osd button:focus, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:focus, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:focus, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:focus, .csd popover.background.magnifier button.destructive-action.osd button:focus, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:focus, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:focus, popover.background.magnifier button.destructive-action.osd button:focus,
button.destructive-action:active,
button.destructive-action:checked,
button.destructive-action:focus, .csd popover.background.touch-selection button.destructive-action.osd button:active, .csd popover.background.magnifier button.destructive-action.osd button:active, popover.background.touch-selection button.destructive-action.osd button:active, popover.background.magnifier button.destructive-action.osd button:active, .csd popover.background.touch-selection button.destructive-action.osd button:checked, .csd popover.background.magnifier button.destructive-action.osd button:checked, popover.background.touch-selection button.destructive-action.osd button:checked, popover.background.magnifier button.destructive-action.osd button:checked, .csd popover.background.touch-selection button.destructive-action.osd button:focus, .csd popover.background.magnifier button.destructive-action.osd button:focus, popover.background.touch-selection button.destructive-action.osd button:focus, popover.background.magnifier button.destructive-action.osd button:focus,
button.destructive-action.osd .csd popover.background.touch-selection button:active,
.csd popover.background.touch-selection button.destructive-action.osd button:active,
button.destructive-action.osd .csd popover.background.magnifier button:active,
.csd popover.background.magnifier button.destructive-action.osd button:active,
button.destructive-action.osd popover.background.touch-selection button:active,
popover.background.touch-selection button.destructive-action.osd button:active,
button.destructive-action.osd popover.background.magnifier button:active,
popover.background.magnifier button.destructive-action.osd button:active,
button.destructive-action.osd .csd popover.background.touch-selection button:checked,
.csd popover.background.touch-selection button.destructive-action.osd button:checked,
button.destructive-action.osd .csd popover.background.magnifier button:checked,
.csd popover.background.magnifier button.destructive-action.osd button:checked,
button.destructive-action.osd popover.background.touch-selection button:checked,
popover.background.touch-selection button.destructive-action.osd button:checked,
button.destructive-action.osd popover.background.magnifier button:checked,
popover.background.magnifier button.destructive-action.osd button:checked,
button.destructive-action.osd .csd popover.background.touch-selection button:focus,
.csd popover.background.touch-selection button.destructive-action.osd button:focus,
button.destructive-action.osd .csd popover.background.magnifier button:focus,
.csd popover.background.magnifier button.destructive-action.osd button:focus,
button.destructive-action.osd popover.background.touch-selection button:focus,
popover.background.touch-selection button.destructive-action.osd button:focus,
button.destructive-action.osd popover.background.magnifier button:focus,
popover.background.magnifier button.destructive-action.osd button:focus,
button.destructive-action.osd button:active,
button.destructive-action.osd button:checked,
button.destructive-action.osd button:focus {
color: @theme_button_foreground_active_breeze;
border-color: @theme_button_decoration_focus_breeze;
background-color: @theme_button_decoration_focus_breeze;
background-color: @error_color_breeze;
color: white; }
.csd popover.background.touch-selection button.destructive-action:backdrop, .csd popover.background.magnifier button.destructive-action:backdrop, popover.background.touch-selection button.destructive-action:backdrop, popover.background.magnifier button.destructive-action:backdrop, label:backdrop selction.destructive-action, button.destructive-action.sidebar-button:backdrop, notebook > header > tabs > arrow.destructive-action:backdrop, popover.background checkbutton.destructive-action:backdrop,
popover.background radiobutton.destructive-action:backdrop, .csd popover.background.touch-selection button.destructive-action.flat:backdrop, .csd popover.background.touch-selection button.destructive-action.sidebar-button:backdrop, .csd popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop, .csd popover.background.touch-selection checkbutton.destructive-action:backdrop,
.csd popover.background.touch-selection radiobutton.destructive-action:backdrop, .csd popover.background.magnifier button.destructive-action.flat:backdrop, .csd popover.background.magnifier button.destructive-action.sidebar-button:backdrop, .csd popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop, .csd popover.background.magnifier checkbutton.destructive-action:backdrop,
.csd popover.background.magnifier radiobutton.destructive-action:backdrop, popover.background.touch-selection button.destructive-action.flat:backdrop, popover.background.touch-selection button.destructive-action.sidebar-button:backdrop, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop, popover.background.touch-selection checkbutton.destructive-action:backdrop,
popover.background.touch-selection radiobutton.destructive-action:backdrop, popover.background.magnifier button.destructive-action.flat:backdrop, popover.background.magnifier button.destructive-action.sidebar-button:backdrop, popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop, popover.background.magnifier checkbutton.destructive-action:backdrop,
popover.background.magnifier radiobutton.destructive-action:backdrop, label:backdrop selction.flat, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop, .csd popover.background.magnifier button.destructive-action.osd button:backdrop, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop, .csd popover.background.magnifier button.destructive-action.osd button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:backdrop, popover.background.touch-selection button.destructive-action.osd button:backdrop, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:backdrop, .csd popover.background.magnifier button.destructive-action.osd button:backdrop, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop, popover.background.magnifier button.destructive-action.osd button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.destructive-action.osd button.flat:backdrop, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop,
button.destructive-action:backdrop,
button.destructive-action.flat:backdrop,
button.destructive-action.sidebar-button:backdrop,
notebook > header > tabs > arrow.destructive-action:backdrop,
popover.background checkbutton.destructive-action:backdrop,
popover.background radiobutton.destructive-action:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop, .csd popover.background.magnifier button.destructive-action.osd button:backdrop, popover.background.touch-selection button.destructive-action.osd button:backdrop, popover.background.magnifier button.destructive-action.osd button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.destructive-action.osd button.flat:backdrop, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop,
button.destructive-action.osd .csd popover.background.touch-selection button:backdrop,
.csd popover.background.touch-selection button.destructive-action.osd button:backdrop,
button.destructive-action.osd .csd popover.background.magnifier button:backdrop,
.csd popover.background.magnifier button.destructive-action.osd button:backdrop,
button.destructive-action.osd popover.background.touch-selection button:backdrop,
popover.background.touch-selection button.destructive-action.osd button:backdrop,
button.destructive-action.osd popover.background.magnifier button:backdrop,
popover.background.magnifier button.destructive-action.osd button:backdrop,
button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop,
button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop,
.csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop,
.csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop,
button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop,
button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop,
.csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop,
.csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop,
button.destructive-action.osd popover.background.touch-selection button.flat:backdrop,
button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop,
popover.background.touch-selection button.destructive-action.osd button.flat:backdrop,
popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop,
button.destructive-action.osd popover.background.magnifier button.flat:backdrop,
button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop,
popover.background.magnifier button.destructive-action.osd button.flat:backdrop,
popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop,
button.destructive-action.osd button:backdrop,
button.destructive-action.osd button.flat:backdrop,
button.destructive-action.osd button.sidebar-button:backdrop {
color: @theme_button_foreground_backdrop_breeze;
border-color: @unfocused_borders_breeze;
background-color: @theme_button_background_backdrop_breeze;
background-color: @error_color_breeze;
color: white; }
.csd popover.background.touch-selection button.destructive-action:backdrop:active, .csd popover.background.magnifier button.destructive-action:backdrop:active, popover.background.touch-selection button.destructive-action:backdrop:active, popover.background.magnifier button.destructive-action:backdrop:active, label:backdrop selction.destructive-action:active, .csd popover.background.touch-selection button.destructive-action:backdrop:checked, .csd popover.background.magnifier button.destructive-action:backdrop:checked, popover.background.touch-selection button.destructive-action:backdrop:checked, popover.background.magnifier button.destructive-action:backdrop:checked, label:backdrop selction.destructive-action:checked, .csd popover.background.touch-selection button.destructive-action:backdrop:focus, .csd popover.background.magnifier button.destructive-action:backdrop:focus, popover.background.touch-selection button.destructive-action:backdrop:focus, popover.background.magnifier button.destructive-action:backdrop:focus, label:backdrop selction.destructive-action:focus, button.destructive-action.sidebar-button:backdrop:active, notebook > header > tabs > arrow.destructive-action:backdrop:active, popover.background checkbutton.destructive-action:backdrop:active,
popover.background radiobutton.destructive-action:backdrop:active, .csd popover.background.touch-selection button.destructive-action.flat:backdrop:active, .csd popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:active, .csd popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:active, .csd popover.background.touch-selection checkbutton.destructive-action:backdrop:active,
.csd popover.background.touch-selection radiobutton.destructive-action:backdrop:active, .csd popover.background.magnifier button.destructive-action.flat:backdrop:active, .csd popover.background.magnifier button.destructive-action.sidebar-button:backdrop:active, .csd popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:active, .csd popover.background.magnifier checkbutton.destructive-action:backdrop:active,
.csd popover.background.magnifier radiobutton.destructive-action:backdrop:active, popover.background.touch-selection button.destructive-action.flat:backdrop:active, popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:active, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:active, popover.background.touch-selection checkbutton.destructive-action:backdrop:active,
popover.background.touch-selection radiobutton.destructive-action:backdrop:active, popover.background.magnifier button.destructive-action.flat:backdrop:active, popover.background.magnifier button.destructive-action.sidebar-button:backdrop:active, popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:active, popover.background.magnifier checkbutton.destructive-action:backdrop:active,
popover.background.magnifier radiobutton.destructive-action:backdrop:active, label:backdrop selction.flat:active, button.destructive-action.sidebar-button:backdrop:checked, notebook > header > tabs > arrow.destructive-action:backdrop:checked, popover.background checkbutton.destructive-action:backdrop:checked,
popover.background radiobutton.destructive-action:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.flat:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:checked, .csd popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:checked, .csd popover.background.touch-selection checkbutton.destructive-action:backdrop:checked,
.csd popover.background.touch-selection radiobutton.destructive-action:backdrop:checked, .csd popover.background.magnifier button.destructive-action.flat:backdrop:checked, .csd popover.background.magnifier button.destructive-action.sidebar-button:backdrop:checked, .csd popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:checked, .csd popover.background.magnifier checkbutton.destructive-action:backdrop:checked,
.csd popover.background.magnifier radiobutton.destructive-action:backdrop:checked, popover.background.touch-selection button.destructive-action.flat:backdrop:checked, popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:checked, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:checked, popover.background.touch-selection checkbutton.destructive-action:backdrop:checked,
popover.background.touch-selection radiobutton.destructive-action:backdrop:checked, popover.background.magnifier button.destructive-action.flat:backdrop:checked, popover.background.magnifier button.destructive-action.sidebar-button:backdrop:checked, popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:checked, popover.background.magnifier checkbutton.destructive-action:backdrop:checked,
popover.background.magnifier radiobutton.destructive-action:backdrop:checked, label:backdrop selction.flat:checked, button.destructive-action.sidebar-button:backdrop:focus, notebook > header > tabs > arrow.destructive-action:backdrop:focus, popover.background checkbutton.destructive-action:backdrop:focus,
popover.background radiobutton.destructive-action:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.flat:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:focus, .csd popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:focus, .csd popover.background.touch-selection checkbutton.destructive-action:backdrop:focus,
.csd popover.background.touch-selection radiobutton.destructive-action:backdrop:focus, .csd popover.background.magnifier button.destructive-action.flat:backdrop:focus, .csd popover.background.magnifier button.destructive-action.sidebar-button:backdrop:focus, .csd popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:focus, .csd popover.background.magnifier checkbutton.destructive-action:backdrop:focus,
.csd popover.background.magnifier radiobutton.destructive-action:backdrop:focus, popover.background.touch-selection button.destructive-action.flat:backdrop:focus, popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:focus, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:focus, popover.background.touch-selection checkbutton.destructive-action:backdrop:focus,
popover.background.touch-selection radiobutton.destructive-action:backdrop:focus, popover.background.magnifier button.destructive-action.flat:backdrop:focus, popover.background.magnifier button.destructive-action.sidebar-button:backdrop:focus, popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:focus, popover.background.magnifier checkbutton.destructive-action:backdrop:focus,
popover.background.magnifier radiobutton.destructive-action:backdrop:focus, label:backdrop selction.flat:focus, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:active, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:active, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:backdrop:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:active, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:backdrop:active, popover.background.touch-selection button.destructive-action.osd button:backdrop:active, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:active, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:active, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:active, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:active, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:active, popover.background.magnifier button.destructive-action.osd button:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:checked, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:checked, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:backdrop:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:checked, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:backdrop:checked, popover.background.touch-selection button.destructive-action.osd button:backdrop:checked, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:checked, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:checked, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:checked, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:checked, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:checked, popover.background.magnifier button.destructive-action.osd button:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:focus, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:focus, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:backdrop:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:focus, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:backdrop:focus, popover.background.touch-selection button.destructive-action.osd button:backdrop:focus, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:focus, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:focus, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:focus, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:focus, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:focus, popover.background.magnifier button.destructive-action.osd button:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:active, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:active, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:active, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:active, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:active, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:active, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:active, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:active, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:active, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:active, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:active, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:active, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:active, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:active, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:checked, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:checked, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:checked, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:checked, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:checked, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:checked, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:checked, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:checked, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:checked, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:checked, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:checked, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:checked, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:checked, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:checked, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:focus, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:focus, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:focus, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:focus, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:focus, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:focus, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:focus, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:focus, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:focus, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:focus, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:focus, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:focus, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:focus, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:focus, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:focus, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:focus, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:focus, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:focus, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:focus, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:focus, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:focus,
button.destructive-action:backdrop:active,
button.destructive-action:backdrop:checked,
button.destructive-action:backdrop:focus,
button.destructive-action.flat:backdrop:active,
button.destructive-action.sidebar-button:backdrop:active,
notebook > header > tabs > arrow.destructive-action:backdrop:active,
popover.background checkbutton.destructive-action:backdrop:active,
popover.background radiobutton.destructive-action:backdrop:active,
button.destructive-action.flat:backdrop:checked,
button.destructive-action.sidebar-button:backdrop:checked,
notebook > header > tabs > arrow.destructive-action:backdrop:checked,
popover.background checkbutton.destructive-action:backdrop:checked,
popover.background radiobutton.destructive-action:backdrop:checked,
button.destructive-action.flat:backdrop:focus,
button.destructive-action.sidebar-button:backdrop:focus,
notebook > header > tabs > arrow.destructive-action:backdrop:focus,
popover.background checkbutton.destructive-action:backdrop:focus,
popover.background radiobutton.destructive-action:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:active, popover.background.touch-selection button.destructive-action.osd button:backdrop:active, popover.background.magnifier button.destructive-action.osd button:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:checked, popover.background.touch-selection button.destructive-action.osd button:backdrop:checked, popover.background.magnifier button.destructive-action.osd button:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:focus, popover.background.touch-selection button.destructive-action.osd button:backdrop:focus, popover.background.magnifier button.destructive-action.osd button:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:active, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:active, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:active, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:checked, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:checked, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:checked, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:focus, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:focus, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:focus, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:focus, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:focus, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:focus, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:focus,
button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:active,
.csd popover.background.touch-selection button.destructive-action.osd button:backdrop:active,
button.destructive-action.osd .csd popover.background.magnifier button:backdrop:active,
.csd popover.background.magnifier button.destructive-action.osd button:backdrop:active,
button.destructive-action.osd popover.background.touch-selection button:backdrop:active,
popover.background.touch-selection button.destructive-action.osd button:backdrop:active,
button.destructive-action.osd popover.background.magnifier button:backdrop:active,
popover.background.magnifier button.destructive-action.osd button:backdrop:active,
button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:checked,
.csd popover.background.touch-selection button.destructive-action.osd button:backdrop:checked,
button.destructive-action.osd .csd popover.background.magnifier button:backdrop:checked,
.csd popover.background.magnifier button.destructive-action.osd button:backdrop:checked,
button.destructive-action.osd popover.background.touch-selection button:backdrop:checked,
popover.background.touch-selection button.destructive-action.osd button:backdrop:checked,
button.destructive-action.osd popover.background.magnifier button:backdrop:checked,
popover.background.magnifier button.destructive-action.osd button:backdrop:checked,
button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:focus,
.csd popover.background.touch-selection button.destructive-action.osd button:backdrop:focus,
button.destructive-action.osd .csd popover.background.magnifier button:backdrop:focus,
.csd popover.background.magnifier button.destructive-action.osd button:backdrop:focus,
button.destructive-action.osd popover.background.touch-selection button:backdrop:focus,
popover.background.touch-selection button.destructive-action.osd button:backdrop:focus,
button.destructive-action.osd popover.background.magnifier button:backdrop:focus,
popover.background.magnifier button.destructive-action.osd button:backdrop:focus,
button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:active,
button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:active,
.csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active,
.csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:active,
button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:active,
button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:active,
.csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active,
.csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:active,
button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:active,
button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:active,
popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active,
popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:active,
button.destructive-action.osd popover.background.magnifier button.flat:backdrop:active,
button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:active,
popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active,
popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:active,
button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:checked,
button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:checked,
.csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked,
.csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:checked,
button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:checked,
button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:checked,
.csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked,
.csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:checked,
button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:checked,
button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:checked,
popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked,
popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:checked,
button.destructive-action.osd popover.background.magnifier button.flat:backdrop:checked,
button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:checked,
popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked,
popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:checked,
button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:focus,
button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:focus,
.csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:focus,
.csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:focus,
button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:focus,
button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:focus,
.csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:focus,
.csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:focus,
button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:focus,
button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:focus,
popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:focus,
popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:focus,
button.destructive-action.osd popover.background.magnifier button.flat:backdrop:focus,
button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:focus,
popover.background.magnifier button.destructive-action.osd button.flat:backdrop:focus,
popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:focus,
button.destructive-action.osd button:backdrop:active,
button.destructive-action.osd button:backdrop:checked,
button.destructive-action.osd button:backdrop:focus,
button.destructive-action.osd button.flat:backdrop:active,
button.destructive-action.osd button.sidebar-button:backdrop:active,
button.destructive-action.osd button.flat:backdrop:checked,
button.destructive-action.osd button.sidebar-button:backdrop:checked,
button.destructive-action.osd button.flat:backdrop:focus,
button.destructive-action.osd button.sidebar-button:backdrop:focus {
color: @theme_button_foreground_active_backdrop_breeze;
border-color: @theme_button_decoration_focus_backdrop_breeze;
background-color: @theme_button_decoration_focus_backdrop_breeze;
background-color: @error_color_breeze;
color: white; }
.csd popover.background.touch-selection button.destructive-action:backdrop:disabled, .csd popover.background.magnifier button.destructive-action:backdrop:disabled, popover.background.touch-selection button.destructive-action:backdrop:disabled, popover.background.magnifier button.destructive-action:backdrop:disabled, button.destructive-action.sidebar-button:backdrop:disabled, notebook > header > tabs > arrow.destructive-action:backdrop:disabled, popover.background checkbutton.destructive-action:backdrop:disabled,
popover.background radiobutton.destructive-action:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.flat:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled, .csd popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled,
.csd popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.flat:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled, .csd popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled, .csd popover.background.magnifier checkbutton.destructive-action:backdrop:disabled,
.csd popover.background.magnifier radiobutton.destructive-action:backdrop:disabled, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled, popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled,
popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled, popover.background.magnifier button.destructive-action.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled, popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled, popover.background.magnifier checkbutton.destructive-action:backdrop:disabled,
popover.background.magnifier radiobutton.destructive-action:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled,
button.destructive-action:backdrop:disabled,
button.destructive-action.flat:backdrop:disabled,
button.destructive-action.sidebar-button:backdrop:disabled,
notebook > header > tabs > arrow.destructive-action:backdrop:disabled,
popover.background checkbutton.destructive-action:backdrop:disabled,
popover.background radiobutton.destructive-action:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled,
button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled,
.csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled,
button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled,
.csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled,
button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled,
popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled,
button.destructive-action.osd popover.background.magnifier button:backdrop:disabled,
popover.background.magnifier button.destructive-action.osd button:backdrop:disabled,
button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled,
button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled,
.csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled,
.csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled,
button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled,
button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled,
.csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled,
.csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled,
button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled,
button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled,
popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled,
popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled,
button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled,
button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled,
popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled,
popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled,
button.destructive-action.osd button:backdrop:disabled,
button.destructive-action.osd button.flat:backdrop:disabled,
button.destructive-action.osd button.sidebar-button:backdrop:disabled {
color: @theme_button_foreground_backdrop_insensitive_breeze;
border-color: @unfocused_insensitive_borders_breeze;
background-color: @theme_button_background_backdrop_insensitive_breeze; }
.csd popover.background.touch-selection button.destructive-action:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action:backdrop:disabled > .label, popover.background.magnifier button.destructive-action:backdrop:disabled > .label, button.destructive-action.sidebar-button:backdrop:disabled > .label, notebook > header > tabs > arrow.destructive-action:backdrop:disabled > .label, popover.background checkbutton.destructive-action:backdrop:disabled > .label,
popover.background radiobutton.destructive-action:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.flat:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled > .label, .csd popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled > .label, .csd popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled > .label,
.csd popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.flat:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled > .label, .csd popover.background.magnifier checkbutton.destructive-action:backdrop:disabled > .label,
.csd popover.background.magnifier radiobutton.destructive-action:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled > .label, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled > .label, popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled > .label,
popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.flat:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled > .label, popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled > .label, popover.background.magnifier checkbutton.destructive-action:backdrop:disabled > .label,
popover.background.magnifier radiobutton.destructive-action:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled > .label, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled > .label, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled > .label, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled > .label, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled > .label, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled > .label, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled > .label, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled > .label, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label,
button.destructive-action:backdrop:disabled > .label,
button.destructive-action.flat:backdrop:disabled > .label,
button.destructive-action.sidebar-button:backdrop:disabled > .label,
notebook > header > tabs > arrow.destructive-action:backdrop:disabled > .label,
popover.background checkbutton.destructive-action:backdrop:disabled > .label,
popover.background radiobutton.destructive-action:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label,
button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled > .label,
.csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label,
button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled > .label,
.csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label,
button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled > .label,
popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label,
button.destructive-action.osd popover.background.magnifier button:backdrop:disabled > .label,
popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label,
button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled > .label,
button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled > .label,
.csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label,
.csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label,
button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled > .label,
button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled > .label,
.csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label,
.csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label,
button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label,
button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled > .label,
popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label,
popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label,
button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label,
button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled > .label,
popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label,
popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label,
button.destructive-action.osd button:backdrop:disabled > .label,
button.destructive-action.osd button.flat:backdrop:disabled > .label,
button.destructive-action.osd button.sidebar-button:backdrop:disabled > .label {
color: inherit; }
.csd popover.background.touch-selection button.destructive-action:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action:backdrop:disabled:active, popover.background.touch-selection button.destructive-action:backdrop:disabled:active, popover.background.magnifier button.destructive-action:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action:backdrop:disabled:checked, popover.background.magnifier button.destructive-action:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action:backdrop:disabled:focus, popover.background.touch-selection button.destructive-action:backdrop:disabled:focus, popover.background.magnifier button.destructive-action:backdrop:disabled:focus, button.destructive-action.sidebar-button:backdrop:disabled:active, notebook > header > tabs > arrow.destructive-action:backdrop:disabled:active, popover.background checkbutton.destructive-action:backdrop:disabled:active,
popover.background radiobutton.destructive-action:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled:active, .csd popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled:active,
.csd popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.flat:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled:active, .csd popover.background.magnifier checkbutton.destructive-action:backdrop:disabled:active,
.csd popover.background.magnifier radiobutton.destructive-action:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled:active, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled:active, popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled:active,
popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled:active, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:active, popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled:active, popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled:active, popover.background.magnifier checkbutton.destructive-action:backdrop:disabled:active,
popover.background.magnifier radiobutton.destructive-action:backdrop:disabled:active, button.destructive-action.sidebar-button:backdrop:disabled:checked, notebook > header > tabs > arrow.destructive-action:backdrop:disabled:checked, popover.background checkbutton.destructive-action:backdrop:disabled:checked,
popover.background radiobutton.destructive-action:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled:checked, .csd popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled:checked,
.csd popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.flat:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled:checked, .csd popover.background.magnifier checkbutton.destructive-action:backdrop:disabled:checked,
.csd popover.background.magnifier radiobutton.destructive-action:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled:checked, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled:checked, popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled:checked,
popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled:checked, popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled:checked, popover.background.magnifier checkbutton.destructive-action:backdrop:disabled:checked,
popover.background.magnifier radiobutton.destructive-action:backdrop:disabled:checked, button.destructive-action.sidebar-button:backdrop:disabled:focus, notebook > header > tabs > arrow.destructive-action:backdrop:disabled:focus, popover.background checkbutton.destructive-action:backdrop:disabled:focus,
popover.background radiobutton.destructive-action:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled:focus, .csd popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled:focus, .csd popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled:focus,
.csd popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.flat:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled:focus, .csd popover.background.magnifier checkbutton.destructive-action:backdrop:disabled:focus,
.csd popover.background.magnifier radiobutton.destructive-action:backdrop:disabled:focus, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:focus, popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled:focus, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled:focus, popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled:focus,
popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled:focus, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:focus, popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled:focus, popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled:focus, popover.background.magnifier checkbutton.destructive-action:backdrop:disabled:focus,
popover.background.magnifier radiobutton.destructive-action:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:focus, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:focus, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:focus, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:focus, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:focus, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:focus, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus,
button.destructive-action:backdrop:disabled:active,
button.destructive-action:backdrop:disabled:checked,
button.destructive-action:backdrop:disabled:focus,
button.destructive-action.flat:backdrop:disabled:active,
button.destructive-action.sidebar-button:backdrop:disabled:active,
notebook > header > tabs > arrow.destructive-action:backdrop:disabled:active,
popover.background checkbutton.destructive-action:backdrop:disabled:active,
popover.background radiobutton.destructive-action:backdrop:disabled:active,
button.destructive-action.flat:backdrop:disabled:checked,
button.destructive-action.sidebar-button:backdrop:disabled:checked,
notebook > header > tabs > arrow.destructive-action:backdrop:disabled:checked,
popover.background checkbutton.destructive-action:backdrop:disabled:checked,
popover.background radiobutton.destructive-action:backdrop:disabled:checked,
button.destructive-action.flat:backdrop:disabled:focus,
button.destructive-action.sidebar-button:backdrop:disabled:focus,
notebook > header > tabs > arrow.destructive-action:backdrop:disabled:focus,
popover.background checkbutton.destructive-action:backdrop:disabled:focus,
popover.background radiobutton.destructive-action:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus,
button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled:active,
.csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active,
button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled:active,
.csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active,
button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active,
popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active,
button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active,
popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active,
button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled:checked,
.csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked,
button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled:checked,
.csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked,
button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked,
popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked,
button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked,
popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked,
button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled:focus,
.csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus,
button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled:focus,
.csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus,
button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:focus,
popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus,
button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:focus,
popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus,
button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:active,
button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active,
.csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active,
.csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active,
button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:active,
button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:active,
.csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active,
.csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active,
button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active,
button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active,
popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active,
popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active,
button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active,
button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active,
popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active,
popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active,
button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:checked,
button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked,
.csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked,
.csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked,
button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:checked,
button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked,
.csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked,
.csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked,
button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked,
button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked,
popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked,
popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked,
button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked,
button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked,
popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked,
popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked,
button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:focus,
button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus,
.csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus,
.csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus,
button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:focus,
button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus,
.csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus,
.csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus,
button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus,
button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus,
popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus,
popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus,
button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus,
button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus,
popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus,
popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus,
button.destructive-action.osd button:backdrop:disabled:active,
button.destructive-action.osd button:backdrop:disabled:checked,
button.destructive-action.osd button:backdrop:disabled:focus,
button.destructive-action.osd button.flat:backdrop:disabled:active,
button.destructive-action.osd button.sidebar-button:backdrop:disabled:active,
button.destructive-action.osd button.flat:backdrop:disabled:checked,
button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked,
button.destructive-action.osd button.flat:backdrop:disabled:focus,
button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus {
color: @theme_button_foreground_active_backdrop_insensitive_breeze;
border-color: @theme_button_decoration_focus_backdrop_insensitive_breeze;
background-color: @theme_button_decoration_focus_backdrop_insensitive_breeze;
background-color: @error_color_breeze;
color: white; }
.csd popover.background.touch-selection button.destructive-action:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action:backdrop:disabled:focus > .label, popover.background.touch-selection button.destructive-action:backdrop:disabled:focus > .label, popover.background.magnifier button.destructive-action:backdrop:disabled:focus > .label, button.destructive-action.sidebar-button:backdrop:disabled:active > .label, notebook > header > tabs > arrow.destructive-action:backdrop:disabled:active > .label, popover.background checkbutton.destructive-action:backdrop:disabled:active > .label,
popover.background radiobutton.destructive-action:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled:active > .label, .csd popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled:active > .label,
.csd popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled:active > .label, .csd popover.background.magnifier checkbutton.destructive-action:backdrop:disabled:active > .label,
.csd popover.background.magnifier radiobutton.destructive-action:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled:active > .label, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled:active > .label, popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled:active > .label,
popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled:active > .label, popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled:active > .label, popover.background.magnifier checkbutton.destructive-action:backdrop:disabled:active > .label,
popover.background.magnifier radiobutton.destructive-action:backdrop:disabled:active > .label, button.destructive-action.sidebar-button:backdrop:disabled:checked > .label, notebook > header > tabs > arrow.destructive-action:backdrop:disabled:checked > .label, popover.background checkbutton.destructive-action:backdrop:disabled:checked > .label,
popover.background radiobutton.destructive-action:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled:checked > .label, .csd popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled:checked > .label,
.csd popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled:checked > .label, .csd popover.background.magnifier checkbutton.destructive-action:backdrop:disabled:checked > .label,
.csd popover.background.magnifier radiobutton.destructive-action:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled:checked > .label, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled:checked > .label, popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled:checked > .label,
popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled:checked > .label, popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled:checked > .label, popover.background.magnifier checkbutton.destructive-action:backdrop:disabled:checked > .label,
popover.background.magnifier radiobutton.destructive-action:backdrop:disabled:checked > .label, button.destructive-action.sidebar-button:backdrop:disabled:focus > .label, notebook > header > tabs > arrow.destructive-action:backdrop:disabled:focus > .label, popover.background checkbutton.destructive-action:backdrop:disabled:focus > .label,
popover.background radiobutton.destructive-action:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled:focus > .label, .csd popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled:focus > .label,
.csd popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled:focus > .label, .csd popover.background.magnifier checkbutton.destructive-action:backdrop:disabled:focus > .label,
.csd popover.background.magnifier radiobutton.destructive-action:backdrop:disabled:focus > .label, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:focus > .label, popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled:focus > .label, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled:focus > .label, popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled:focus > .label,
popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled:focus > .label, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:focus > .label, popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled:focus > .label, popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled:focus > .label, popover.background.magnifier checkbutton.destructive-action:backdrop:disabled:focus > .label,
popover.background.magnifier radiobutton.destructive-action:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active > .label, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active > .label, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:focus > .label, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:focus > .label, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:focus > .label, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:focus > .label, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active > .label, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active > .label, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active > .label, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active > .label, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked > .label, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked > .label, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked > .label, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked > .label, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus > .label, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus > .label, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus > .label, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus > .label, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label,
button.destructive-action:backdrop:disabled:active > .label,
button.destructive-action:backdrop:disabled:checked > .label,
button.destructive-action:backdrop:disabled:focus > .label,
button.destructive-action.flat:backdrop:disabled:active > .label,
button.destructive-action.sidebar-button:backdrop:disabled:active > .label,
notebook > header > tabs > arrow.destructive-action:backdrop:disabled:active > .label,
popover.background checkbutton.destructive-action:backdrop:disabled:active > .label,
popover.background radiobutton.destructive-action:backdrop:disabled:active > .label,
button.destructive-action.flat:backdrop:disabled:checked > .label,
button.destructive-action.sidebar-button:backdrop:disabled:checked > .label,
notebook > header > tabs > arrow.destructive-action:backdrop:disabled:checked > .label,
popover.background checkbutton.destructive-action:backdrop:disabled:checked > .label,
popover.background radiobutton.destructive-action:backdrop:disabled:checked > .label,
button.destructive-action.flat:backdrop:disabled:focus > .label,
button.destructive-action.sidebar-button:backdrop:disabled:focus > .label,
notebook > header > tabs > arrow.destructive-action:backdrop:disabled:focus > .label,
popover.background checkbutton.destructive-action:backdrop:disabled:focus > .label,
popover.background radiobutton.destructive-action:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label,
button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled:active > .label,
.csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label,
button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled:active > .label,
.csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label,
button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label,
popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label,
button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active > .label,
popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label,
button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled:checked > .label,
.csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label,
button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled:checked > .label,
.csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label,
button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label,
popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label,
button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label,
popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label,
button.destructive-action.osd .csd popover.background.touch-selection button:backdrop:disabled:focus > .label,
.csd popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus > .label,
button.destructive-action.osd .csd popover.background.magnifier button:backdrop:disabled:focus > .label,
.csd popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus > .label,
button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:focus > .label,
popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:focus > .label,
button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:focus > .label,
popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:focus > .label,
button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:active > .label,
button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active > .label,
.csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label,
.csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label,
button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:active > .label,
button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:active > .label,
.csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label,
.csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label,
button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label,
button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:active > .label,
popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label,
popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label,
button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label,
button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:active > .label,
popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label,
popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label,
button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label,
button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked > .label,
.csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label,
.csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label,
button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:checked > .label,
button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked > .label,
.csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label,
.csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label,
button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label,
button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:checked > .label,
popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label,
popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label,
button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label,
button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:checked > .label,
popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label,
popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label,
button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled:focus > .label,
button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus > .label,
.csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus > .label,
.csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label,
button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled:focus > .label,
button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus > .label,
.csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus > .label,
.csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label,
button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:focus > .label,
button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled:focus > .label,
popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:focus > .label,
popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label,
button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:focus > .label,
button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled:focus > .label,
popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:focus > .label,
popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label,
button.destructive-action.osd button:backdrop:disabled:active > .label,
button.destructive-action.osd button:backdrop:disabled:checked > .label,
button.destructive-action.osd button:backdrop:disabled:focus > .label,
button.destructive-action.osd button.flat:backdrop:disabled:active > .label,
button.destructive-action.osd button.sidebar-button:backdrop:disabled:active > .label,
button.destructive-action.osd button.flat:backdrop:disabled:checked > .label,
button.destructive-action.osd button.sidebar-button:backdrop:disabled:checked > .label,
button.destructive-action.osd button.flat:backdrop:disabled:focus > .label,
button.destructive-action.osd button.sidebar-button:backdrop:disabled:focus > .label {
color: inherit; }
button.destructive-action.sidebar-button:backdrop, notebook > header > tabs > arrow.destructive-action:backdrop, popover.background checkbutton.destructive-action:backdrop,
popover.background radiobutton.destructive-action:backdrop, .csd popover.background.touch-selection button.destructive-action.flat:backdrop, .csd popover.background.touch-selection button.destructive-action.sidebar-button:backdrop, .csd popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop, .csd popover.background.touch-selection checkbutton.destructive-action:backdrop,
.csd popover.background.touch-selection radiobutton.destructive-action:backdrop, .csd popover.background.magnifier button.destructive-action.flat:backdrop, .csd popover.background.magnifier button.destructive-action.sidebar-button:backdrop, .csd popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop, .csd popover.background.magnifier checkbutton.destructive-action:backdrop,
.csd popover.background.magnifier radiobutton.destructive-action:backdrop, popover.background.touch-selection button.destructive-action.flat:backdrop, popover.background.touch-selection button.destructive-action.sidebar-button:backdrop, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop, popover.background.touch-selection checkbutton.destructive-action:backdrop,
popover.background.touch-selection radiobutton.destructive-action:backdrop, popover.background.magnifier button.destructive-action.flat:backdrop, popover.background.magnifier button.destructive-action.sidebar-button:backdrop, popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop, popover.background.magnifier checkbutton.destructive-action:backdrop,
popover.background.magnifier radiobutton.destructive-action:backdrop, label:backdrop selction.flat, button.destructive-action.sidebar-button:disabled, notebook > header > tabs > arrow.destructive-action:disabled, popover.background checkbutton.destructive-action:disabled,
popover.background radiobutton.destructive-action:disabled, .csd popover.background.touch-selection button.destructive-action.flat:disabled, .csd popover.background.touch-selection button.destructive-action.sidebar-button:disabled, .csd popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:disabled, .csd popover.background.touch-selection checkbutton.destructive-action:disabled,
.csd popover.background.touch-selection radiobutton.destructive-action:disabled, .csd popover.background.magnifier button.destructive-action.flat:disabled, .csd popover.background.magnifier button.destructive-action.sidebar-button:disabled, .csd popover.background.magnifier notebook > header > tabs > arrow.destructive-action:disabled, .csd popover.background.magnifier checkbutton.destructive-action:disabled,
.csd popover.background.magnifier radiobutton.destructive-action:disabled, popover.background.touch-selection button.destructive-action.flat:disabled, popover.background.touch-selection button.destructive-action.sidebar-button:disabled, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:disabled, popover.background.touch-selection checkbutton.destructive-action:disabled,
popover.background.touch-selection radiobutton.destructive-action:disabled, popover.background.magnifier button.destructive-action.flat:disabled, popover.background.magnifier button.destructive-action.sidebar-button:disabled, popover.background.magnifier notebook > header > tabs > arrow.destructive-action:disabled, popover.background.magnifier checkbutton.destructive-action:disabled,
popover.background.magnifier radiobutton.destructive-action:disabled, label:disabled selection.flat, button.destructive-action.sidebar-button:backdrop:disabled, notebook > header > tabs > arrow.destructive-action:backdrop:disabled, popover.background checkbutton.destructive-action:backdrop:disabled,
popover.background radiobutton.destructive-action:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.flat:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled, .csd popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled,
.csd popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.flat:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled, .csd popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled, .csd popover.background.magnifier checkbutton.destructive-action:backdrop:disabled,
.csd popover.background.magnifier radiobutton.destructive-action:backdrop:disabled, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.sidebar-button:backdrop:disabled, popover.background.touch-selection notebook > header > tabs > arrow.destructive-action:backdrop:disabled, popover.background.touch-selection checkbutton.destructive-action:backdrop:disabled,
popover.background.touch-selection radiobutton.destructive-action:backdrop:disabled, popover.background.magnifier button.destructive-action.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.sidebar-button:backdrop:disabled, popover.background.magnifier notebook > header > tabs > arrow.destructive-action:backdrop:disabled, popover.background.magnifier checkbutton.destructive-action:backdrop:disabled,
popover.background.magnifier radiobutton.destructive-action:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.destructive-action.osd button.flat:backdrop, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.flat:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:disabled, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:disabled, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:disabled, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:disabled, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.flat:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:disabled, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:disabled, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:disabled, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:disabled, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:disabled, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:disabled, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:disabled, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:disabled, .csd popover.background.magnifier button.destructive-action.osd button.flat:disabled, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:disabled, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.flat:disabled, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:disabled, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:disabled, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:disabled, .csd popover.background.magnifier button.destructive-action.osd button.flat:disabled, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.flat:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:disabled, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:disabled, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:disabled, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.flat:disabled, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:disabled, popover.background.touch-selection button.destructive-action.osd button.flat:disabled, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:disabled, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:disabled, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:disabled, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:disabled, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:disabled, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:disabled, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.flat:disabled, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:disabled, .csd popover.background.magnifier button.destructive-action.osd button.flat:disabled, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:disabled, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:disabled, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:disabled, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:disabled, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:disabled, popover.background.magnifier button.destructive-action.osd button.flat:disabled, popover.background.magnifier button.destructive-action.osd button.sidebar-button:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled,
button.destructive-action.flat:backdrop,
button.destructive-action.sidebar-button:backdrop,
notebook > header > tabs > arrow.destructive-action:backdrop,
popover.background checkbutton.destructive-action:backdrop,
popover.background radiobutton.destructive-action:backdrop,
button.destructive-action.flat:disabled,
button.destructive-action.sidebar-button:disabled,
notebook > header > tabs > arrow.destructive-action:disabled,
popover.background checkbutton.destructive-action:disabled,
popover.background radiobutton.destructive-action:disabled,
button.destructive-action.flat:backdrop:disabled,
button.destructive-action.sidebar-button:backdrop:disabled,
notebook > header > tabs > arrow.destructive-action:backdrop:disabled,
popover.background checkbutton.destructive-action:backdrop:disabled,
popover.background radiobutton.destructive-action:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop, popover.background.magnifier button.destructive-action.osd button.flat:backdrop, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop, .csd popover.background.touch-selection button.destructive-action.osd button.flat:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:disabled, .csd popover.background.magnifier button.destructive-action.osd button.flat:disabled, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:disabled, popover.background.touch-selection button.destructive-action.osd button.flat:disabled, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:disabled, popover.background.magnifier button.destructive-action.osd button.flat:disabled, popover.background.magnifier button.destructive-action.osd button.sidebar-button:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, .csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled,
button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop,
button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop,
.csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop,
.csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop,
button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop,
button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop,
.csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop,
.csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop,
button.destructive-action.osd popover.background.touch-selection button.flat:backdrop,
button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop,
popover.background.touch-selection button.destructive-action.osd button.flat:backdrop,
popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop,
button.destructive-action.osd popover.background.magnifier button.flat:backdrop,
button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop,
popover.background.magnifier button.destructive-action.osd button.flat:backdrop,
popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop,
button.destructive-action.osd .csd popover.background.touch-selection button.flat:disabled,
button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:disabled,
.csd popover.background.touch-selection button.destructive-action.osd button.flat:disabled,
.csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:disabled,
button.destructive-action.osd .csd popover.background.magnifier button.flat:disabled,
button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:disabled,
.csd popover.background.magnifier button.destructive-action.osd button.flat:disabled,
.csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:disabled,
button.destructive-action.osd popover.background.touch-selection button.flat:disabled,
button.destructive-action.osd popover.background.touch-selection button.sidebar-button:disabled,
popover.background.touch-selection button.destructive-action.osd button.flat:disabled,
popover.background.touch-selection button.destructive-action.osd button.sidebar-button:disabled,
button.destructive-action.osd popover.background.magnifier button.flat:disabled,
button.destructive-action.osd popover.background.magnifier button.sidebar-button:disabled,
popover.background.magnifier button.destructive-action.osd button.flat:disabled,
popover.background.magnifier button.destructive-action.osd button.sidebar-button:disabled,
button.destructive-action.osd .csd popover.background.touch-selection button.flat:backdrop:disabled,
button.destructive-action.osd .csd popover.background.touch-selection button.sidebar-button:backdrop:disabled,
.csd popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled,
.csd popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled,
button.destructive-action.osd .csd popover.background.magnifier button.flat:backdrop:disabled,
button.destructive-action.osd .csd popover.background.magnifier button.sidebar-button:backdrop:disabled,
.csd popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled,
.csd popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled,
button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled,
button.destructive-action.osd popover.background.touch-selection button.sidebar-button:backdrop:disabled,
popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled,
popover.background.touch-selection button.destructive-action.osd button.sidebar-button:backdrop:disabled,
button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled,
button.destructive-action.osd popover.background.magnifier button.sidebar-button:backdrop:disabled,
popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled,
popover.background.magnifier button.destructive-action.osd button.sidebar-button:backdrop:disabled,
button.destructive-action.osd button.flat:backdrop,
button.destructive-action.osd button.sidebar-button:backdrop,
button.destructive-action.osd button.flat:disabled,
button.destructive-action.osd button.sidebar-button:disabled,
button.destructive-action.osd button.flat:backdrop:disabled,
button.destructive-action.osd button.sidebar-button:backdrop:disabled {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
color: @theme_button_foreground_normal_breeze;
text-shadow: none;
-gtk-icon-shadow: none;
color: alpha(@error_color_breeze,0.8); }
popover.background.touch-selection button.destructive-action:disabled, popover.background.magnifier button.destructive-action:disabled, label:disabled selection.destructive-action,
button.destructive-action:disabled,
button.destructive-action.osd button:disabled {
color: @theme_button_foreground_insensitive_breeze;
border-color: @insensitive_borders_breeze;
background-color: @theme_button_background_insensitive_breeze; }
popover.background.touch-selection button.destructive-action:disabled > .label, popover.background.magnifier button.destructive-action:disabled > .label, label:disabled selection.destructive-action > .label,
button.destructive-action:disabled > .label,
button.destructive-action.osd popover.background.touch-selection button:disabled > .label,
button.destructive-action.osd popover.background.magnifier button:disabled > .label,
button.destructive-action.osd button:disabled > .label {
color: inherit; }
.csd popover.background.touch-selection button.destructive-action:disabled:active, .csd popover.background.magnifier button.destructive-action:disabled:active, popover.background.touch-selection button.destructive-action:disabled:active, popover.background.magnifier button.destructive-action:disabled:active, label:disabled selection.destructive-action:active, .csd popover.background.touch-selection button.destructive-action:disabled:checked, .csd popover.background.magnifier button.destructive-action:disabled:checked, popover.background.touch-selection button.destructive-action:disabled:checked, popover.background.magnifier button.destructive-action:disabled:checked, label:disabled selection.destructive-action:checked, .csd popover.background.touch-selection button.destructive-action:disabled:focus, .csd popover.background.magnifier button.destructive-action:disabled:focus, popover.background.touch-selection button.destructive-action:disabled:focus, popover.background.magnifier button.destructive-action:disabled:focus, label:disabled selection.destructive-action:focus, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:active, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:disabled:active, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button:disabled:active, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:disabled:active, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:active, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:active, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:disabled:active, popover.background.touch-selection button.destructive-action.osd button:disabled:active, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:active, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:active, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button:disabled:active, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:active, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:active, popover.background.magnifier button.destructive-action.osd button:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:checked, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:disabled:checked, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button:disabled:checked, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:disabled:checked, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:checked, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:disabled:checked, popover.background.touch-selection button.destructive-action.osd button:disabled:checked, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:checked, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:checked, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button:disabled:checked, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:checked, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:checked, popover.background.magnifier button.destructive-action.osd button:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:focus, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:disabled:focus, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button:disabled:focus, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:disabled:focus, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:focus, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:disabled:focus, popover.background.touch-selection button.destructive-action.osd button:disabled:focus, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:focus, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:focus, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button:disabled:focus, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:focus, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:focus, popover.background.magnifier button.destructive-action.osd button:disabled:focus,
button.destructive-action:disabled:active,
button.destructive-action:disabled:checked,
button.destructive-action:disabled:focus, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:active, .csd popover.background.magnifier button.destructive-action.osd button:disabled:active, popover.background.touch-selection button.destructive-action.osd button:disabled:active, popover.background.magnifier button.destructive-action.osd button:disabled:active, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:checked, .csd popover.background.magnifier button.destructive-action.osd button:disabled:checked, popover.background.touch-selection button.destructive-action.osd button:disabled:checked, popover.background.magnifier button.destructive-action.osd button:disabled:checked, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:focus, .csd popover.background.magnifier button.destructive-action.osd button:disabled:focus, popover.background.touch-selection button.destructive-action.osd button:disabled:focus, popover.background.magnifier button.destructive-action.osd button:disabled:focus,
button.destructive-action.osd .csd popover.background.touch-selection button:disabled:active,
.csd popover.background.touch-selection button.destructive-action.osd button:disabled:active,
button.destructive-action.osd .csd popover.background.magnifier button:disabled:active,
.csd popover.background.magnifier button.destructive-action.osd button:disabled:active,
button.destructive-action.osd popover.background.touch-selection button:disabled:active,
popover.background.touch-selection button.destructive-action.osd button:disabled:active,
button.destructive-action.osd popover.background.magnifier button:disabled:active,
popover.background.magnifier button.destructive-action.osd button:disabled:active,
button.destructive-action.osd .csd popover.background.touch-selection button:disabled:checked,
.csd popover.background.touch-selection button.destructive-action.osd button:disabled:checked,
button.destructive-action.osd .csd popover.background.magnifier button:disabled:checked,
.csd popover.background.magnifier button.destructive-action.osd button:disabled:checked,
button.destructive-action.osd popover.background.touch-selection button:disabled:checked,
popover.background.touch-selection button.destructive-action.osd button:disabled:checked,
button.destructive-action.osd popover.background.magnifier button:disabled:checked,
popover.background.magnifier button.destructive-action.osd button:disabled:checked,
button.destructive-action.osd .csd popover.background.touch-selection button:disabled:focus,
.csd popover.background.touch-selection button.destructive-action.osd button:disabled:focus,
button.destructive-action.osd .csd popover.background.magnifier button:disabled:focus,
.csd popover.background.magnifier button.destructive-action.osd button:disabled:focus,
button.destructive-action.osd popover.background.touch-selection button:disabled:focus,
popover.background.touch-selection button.destructive-action.osd button:disabled:focus,
button.destructive-action.osd popover.background.magnifier button:disabled:focus,
popover.background.magnifier button.destructive-action.osd button:disabled:focus,
button.destructive-action.osd button:disabled:active,
button.destructive-action.osd button:disabled:checked,
button.destructive-action.osd button:disabled:focus {
color: @theme_button_foreground_active_insensitive_breeze;
border-color: @theme_button_decoration_focus_insensitive_breeze;
background-color: @theme_button_decoration_focus_insensitive_breeze;
background-color: @error_color_breeze;
color: white; }
.csd popover.background.touch-selection button.destructive-action:disabled:active > .label, .csd popover.background.magnifier button.destructive-action:disabled:active > .label, popover.background.touch-selection button.destructive-action:disabled:active > .label, popover.background.magnifier button.destructive-action:disabled:active > .label, label:disabled selection.destructive-action:active > .label, .csd popover.background.touch-selection button.destructive-action:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action:disabled:checked > .label, popover.background.touch-selection button.destructive-action:disabled:checked > .label, popover.background.magnifier button.destructive-action:disabled:checked > .label, label:disabled selection.destructive-action:checked > .label, .csd popover.background.touch-selection button.destructive-action:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action:disabled:focus > .label, popover.background.touch-selection button.destructive-action:disabled:focus > .label, popover.background.magnifier button.destructive-action:disabled:focus > .label, label:disabled selection.destructive-action:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:disabled:active > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:disabled:active > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:active > .label, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:active > .label, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:active > .label, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:active > .label, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label, popover.background.magnifier button.destructive-action.osd button:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:disabled:checked > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:disabled:checked > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:checked > .label, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:checked > .label, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:checked > .label, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:checked > .label, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd .csd popover.background.touch-selection button:disabled:focus > .label, .csd popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd .csd popover.background.magnifier button:disabled:focus > .label, .csd popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:focus > .label, popover.background.touch-selection .csd popover.background.magnifier button.destructive-action.osd button:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd button:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:focus > .label, popover.background.touch-selection popover.background.magnifier button.destructive-action.osd button:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:focus > .label, popover.background.magnifier .csd popover.background.touch-selection button.destructive-action.osd button:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:focus > .label, popover.background.magnifier popover.background.touch-selection button.destructive-action.osd button:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd button:disabled:focus > .label,
button.destructive-action:disabled:active > .label,
button.destructive-action:disabled:checked > .label,
button.destructive-action:disabled:focus > .label, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label, .csd popover.background.magnifier button.destructive-action.osd button:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label, popover.background.magnifier button.destructive-action.osd button:disabled:active > .label, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label, .csd popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label, .csd popover.background.touch-selection button.destructive-action.osd button:disabled:focus > .label, .csd popover.background.magnifier button.destructive-action.osd button:disabled:focus > .label, popover.background.touch-selection button.destructive-action.osd button:disabled:focus > .label, popover.background.magnifier button.destructive-action.osd button:disabled:focus > .label,
button.destructive-action.osd .csd popover.background.touch-selection button:disabled:active > .label,
.csd popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label,
button.destructive-action.osd .csd popover.background.magnifier button:disabled:active > .label,
.csd popover.background.magnifier button.destructive-action.osd button:disabled:active > .label,
button.destructive-action.osd popover.background.touch-selection button:disabled:active > .label,
popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label,
button.destructive-action.osd popover.background.magnifier button:disabled:active > .label,
popover.background.magnifier button.destructive-action.osd button:disabled:active > .label,
button.destructive-action.osd .csd popover.background.touch-selection button:disabled:checked > .label,
.csd popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label,
button.destructive-action.osd .csd popover.background.magnifier button:disabled:checked > .label,
.csd popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label,
button.destructive-action.osd popover.background.touch-selection button:disabled:checked > .label,
popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label,
button.destructive-action.osd popover.background.magnifier button:disabled:checked > .label,
popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label,
button.destructive-action.osd .csd popover.background.touch-selection button:disabled:focus > .label,
.csd popover.background.touch-selection button.destructive-action.osd button:disabled:focus > .label,
button.destructive-action.osd .csd popover.background.magnifier button:disabled:focus > .label,
.csd popover.background.magnifier button.destructive-action.osd button:disabled:focus > .label,
button.destructive-action.osd popover.background.touch-selection button:disabled:focus > .label,
popover.background.touch-selection button.destructive-action.osd button:disabled:focus > .label,
button.destructive-action.osd popover.background.magnifier button:disabled:focus > .label,
popover.background.magnifier button.destructive-action.osd button:disabled:focus > .label,
button.destructive-action.osd button:disabled:active > .label,
button.destructive-action.osd button:disabled:checked > .label,
button.destructive-action.osd button:disabled:focus > .label {
color: inherit; }
popover.background.touch-selection .stack-switcher > button > label, popover.background.magnifier .stack-switcher > button > label, .stack-switcher > button > label {
padding-left: 6px;
padding-right: 6px; }
popover.background.touch-selection .stack-switcher > button > image, popover.background.magnifier .stack-switcher > button > image, .stack-switcher > button > image {
padding-left: 6px;
padding-right: 6px;
padding-top: 3px;
padding-bottom: 3px; }
popover.background.touch-selection .stack-switcher > button.text-button, popover.background.magnifier .stack-switcher > button.text-button, .stack-switcher > button.text-button {
padding: 6px; }
popover.background.touch-selection .stack-switcher > button.image-button, popover.background.magnifier .stack-switcher > button.image-button, .stack-switcher > button.image-button {
padding: 3px 0px; }
.stack-switcher > button.needs-attention:active > label, .stack-switcher > button.needs-attention:active > image, .stack-switcher > button.needs-attention:focus > label, .stack-switcher > button.needs-attention:focus > image, .stack-switcher > button.needs-attention:checked > label, .stack-switcher > button.needs-attention:checked > image {
animation: none;
background-image: none; }
.inline-toolbar popover.background.touch-selection button, popover.background.touch-selection .inline-toolbar button, .inline-toolbar popover.background.magnifier button, popover.background.magnifier .inline-toolbar button, .inline-toolbar button {
border-radius: 3px;
border-width: 1px; }
.primary-toolbar popover.background.touch-selection button, popover.background.touch-selection .primary-toolbar button, .primary-toolbar popover.background.magnifier button, popover.background.magnifier .primary-toolbar button, .primary-toolbar button {
-gtk-icon-shadow: none; }
/**************
* ComboBoxes *
**************/
combobox arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
min-height: 16px;
min-width: 16px; }
stacksidebar.sidebar row.needs-attention > .label, popover.background.touch-selection .stack-switcher > button.needs-attention > label, popover.background.magnifier .stack-switcher > button.needs-attention > label, popover.background.touch-selection .stack-switcher > button.needs-attention > image, popover.background.magnifier .stack-switcher > button.needs-attention > image, .stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_button_decoration_focus_breeze), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_button_foreground_normal_breeze), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
stacksidebar.sidebar row.needs-attention > .label:backdrop {
background-size: 6px 6px, 0 0; }
stacksidebar.sidebar row.needs-attention > .label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl) {
background-position: left 3px, left 4px; }
.inline-toolbar popover.background.touch-selection button, popover.background.touch-selection .inline-toolbar button, .inline-toolbar popover.background.magnifier button, popover.background.magnifier .inline-toolbar button, .inline-toolbar button, popover.background.touch-selection .linked > button, popover.background.magnifier .linked > button, .linked > button, combobox.linked button:nth-child(2):dir(ltr), combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo, .linked:not(.vertical) > combobox:last-child > box > button.combo, .linked:not(.vertical) > combobox:only-child > box > button.combo, .linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl) {
border-radius: 3px; }
.inline-toolbar popover.background.touch-selection button:dir(rtl), popover.background.touch-selection .inline-toolbar button:dir(rtl), .inline-toolbar popover.background.magnifier button:dir(rtl), popover.background.magnifier .inline-toolbar button:dir(rtl), .inline-toolbar button:dir(rtl), popover.background.touch-selection .linked > button:dir(rtl), popover.background.magnifier .linked > button:dir(rtl), .linked > button:dir(rtl), combobox.linked button:dir(rtl):nth-child(2), .linked:not(.vertical) > combobox:first-child > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox:last-child > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox:only-child > box > button.combo:dir(rtl), .linked > combobox > box > button.combo:dir(rtl) {
border-radius: 3px; }
.inline-toolbar popover.background.touch-selection button, popover.background.touch-selection .inline-toolbar button, .inline-toolbar popover.background.magnifier button, popover.background.magnifier .inline-toolbar button, .inline-toolbar button, popover.background.touch-selection .linked > button, popover.background.magnifier .linked > button, .linked > button, combobox.linked button:nth-child(2):dir(ltr), combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo, .linked:not(.vertical) > combobox:last-child > box > button.combo, .linked:not(.vertical) > combobox:only-child > box > button.combo {
margin-left: 2px;
margin-right: 2px; }
popover.background.touch-selection .linked.vertical > button, popover.background.magnifier .linked.vertical > button, .linked.vertical > button, .linked.vertical > combobox:first-child > box > button.combo, .linked.vertical > combobox:last-child > box > button.combo, .linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > combobox > box > button.combo {
border-style: solid;
border-radius: 3px; }
button.sidebar-button, modelbutton.flat:backdrop, popover.background checkbutton.flat:backdrop,
popover.background radiobutton.flat:backdrop, modelbutton.flat:backdrop:hover,
label:backdrop selction.flat, modelbutton.flat, popover.background checkbutton.flat,
popover.background radiobutton.flat,
.menuitem.button.flat,
button.button.sidebar-button,
notebook > header > tabs > arrow.button,
popover.background checkbutton.button,
popover.background radiobutton.button, button:link:hover,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:hover:visited, button:link:active,
headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:active:visited, button:link:checked,
headerbar.selection-mode button.subtitle:checked:link,
headerbar.selection-mode button.subtitle:checked:visited,
button:visited:hover,
button:visited:active,
button:visited:checked, button:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
button:visited,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar button.flat:disabled,
headerbar button.sidebar-button:disabled,
headerbar label:disabled selection.flat,
label:disabled headerbar selection.flat, calendar.button:backdrop, label:backdrop selction.button, calendar.button:active, calendar.button:hover, calendar.button, .app-notification button.flat:backdrop, .app-notification button.sidebar-button:backdrop, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, .app-notification label:disabled selection.flat, label:disabled .app-notification selection.flat, .app-notification button.flat:backdrop:disabled, .app-notification button.sidebar-button:backdrop:disabled, .app-notification button.flat:active, .app-notification button.sidebar-button:active, .app-notification button.flat:hover, .app-notification button.sidebar-button:hover, .app-notification button.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
text-shadow: none;
-gtk-icon-shadow: none; }
/****************
* Text Entries *
****************/
spinbutton:not(.vertical),
entry {
min-height: 30px;
padding-left: 8px;
padding-right: 8px;
border: 1px solid;
border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: @theme_text_color_breeze;
border-color: @borders_breeze;
background-color: @theme_base_color_breeze;
box-shadow: none; }
spinbutton:not(.vertical) image.left,
entry image.left {
padding-left: 0;
padding-right: 6px; }
spinbutton:not(.vertical) image.right,
entry image.right {
padding-left: 6px;
padding-right: 0; }
spinbutton.flat:not(.vertical),
entry.flat:focus,
entry.flat {
min-height: 0;
padding: 2px;
color: @theme_text_color_breeze;
border-color: @borders_breeze;
background-color: @theme_base_color_breeze;
box-shadow: none; }
spinbutton:focus:not(.vertical),
entry:focus {
border-color: @theme_view_active_decoration_color_breeze; }
spinbutton:disabled:not(.vertical),
entry:disabled {
color: @insensitive_base_fg_color_breeze;
border-color: @insensitive_borders_breeze;
background-color: @insensitive_base_color_breeze; }
spinbutton:backdrop:not(.vertical),
entry:backdrop {
color: @theme_unfocused_text_color_breeze;
border-color: @unfocused_borders_breeze;
background-color: @theme_unfocused_base_color_breeze; }
spinbutton:backdrop:disabled:not(.vertical),
entry:backdrop:disabled {
color: @theme_unfocused_view_text_color_breeze;
border-color: @unfocused_insensitive_borders_breeze;
background-color: @theme_unfocused_view_bg_color_breeze; }
spinbutton.error:not(.vertical),
entry.error {
color: @error_color_breeze;
border-color: @error_color_breeze;
background-color: alpha(@error_color_breeze,0.5); }
spinbutton.error:focus:not(.vertical),
entry.error:focus {
border-color: @error_color_breeze;
background-color: alpha(@error_color_breeze,0.5); }
spinbutton.error:selected:not(.vertical),
headerbar.selection-mode .error.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
entry.error:selected,
entry.error:selected:focus {
background-color: @error_color_breeze; }
spinbutton.error:backdrop:not(.vertical), label:backdrop selction.error,
entry.error:backdrop {
color: @error_color_backdrop_breeze;
border-color: @error_color_backdrop_breeze;
background-color: alpha(@error_color_backdrop_breeze,0.5); }
spinbutton.warning:not(.vertical),
entry.warning {
color: @warning_color_breeze;
border-color: @warning_color_breeze;
background-color: alpha(@warning_color_breeze,0.5); }
spinbutton.warning:focus:not(.vertical),
entry.warning:focus {
border-color: @warning_color_breeze;
background-color: alpha(@warning_color_breeze,0.5); }
spinbutton.warning:selected:not(.vertical),
headerbar.selection-mode .warning.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
entry.warning:selected,
entry.warning:selected:focus {
background-color: @warning_color_breeze; }
spinbutton.warning:backdrop:not(.vertical), label:backdrop selction.warning,
entry.warning:backdrop {
color: @warning_color_backdrop_breeze;
border-color: @warning_color_backdrop_breeze;
background-color: alpha(@warning_color_backdrop_breeze,0.5); }
spinbutton:not(.vertical) image,
entry image {
color: mix(@theme_fg_color_breeze,@theme_text_color_breeze,0.8); }
spinbutton:not(.vertical) image:hover,
entry image:hover {
color: @theme_button_decoration_hover_breeze; }
spinbutton:not(.vertical) image:active,
entry image:active {
color: @theme_button_decoration_focus_breeze; }
spinbutton:not(.vertical) image:backdrop,
entry image:backdrop {
color: mix(@theme_unfocused_fg_color_breeze,@theme_unfocused_fg_color_breeze,0.8); }
spinbutton:not(.vertical) progress,
entry progress {
margin: 1px;
border-radius: 0;
border-width: 0 0 2px;
border-color: @theme_selected_bg_color_breeze;
border-style: solid;
background-image: none;
background-color: transparent;
box-shadow: none; }
spinbutton:not(.vertical) progress:backdrop,
entry progress:backdrop {
background-color: transparent;
border-color: @theme_unfocused_selected_bg_color_breeze; }
treeview acceleditor > label {
background-color: @theme_selected_bg_color_breeze; }
treeview entry.flat, treeview entry {
border-radius: 0;
background-image: none;
background-color: @theme_base_color_breeze; }
treeview entry.flat:focus, treeview entry:focus {
border-color: @theme_view_active_decoration_color_breeze; }
/*********************
* App Notifications *
*********************/
.app-notification,
.app-notification.frame {
padding: 10px;
border-top-width: 0px;
border-radius: 0px 0px 3px 3px; }
.app-notification:backdrop, label:backdrop selction.app-notification,
.app-notification.frame:backdrop,
label:backdrop selction.frame {
background-image: none; }
.app-notification button,
.app-notification.frame button {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
text-shadow: none;
-gtk-icon-shadow: none;
color: @theme_button_foreground_normal_breeze;
border-color: @borders_breeze;
background-color: @theme_button_background_normal_breeze; }
.app-notification button.flat, .app-notification button.sidebar-button,
.app-notification.frame button.flat {
-gtk-icon-shadow: none;
text-shadow: none; }
.app-notification button.flat:hover, .app-notification button.sidebar-button:hover,
.app-notification.frame button.flat:hover {
color: @theme_button_decoration_hover_breeze; }
.app-notification button.flat:active, .app-notification button.sidebar-button:active,
.app-notification.frame button.flat:active {
color: @theme_button_decoration_focus_breeze; }
.app-notification button:hover,
.app-notification.frame button:hover {
color: @theme_button_foreground_normal_breeze;
border-color: @theme_button_decoration_hover_breeze; }
.app-notification button:active, .app-notification button:checked, .app-notification button:backdrop:active, .app-notification button:backdrop:checked,
.app-notification.frame button:active,
.app-notification.frame button:checked,
.app-notification.frame button:backdrop:active,
.app-notification.frame button:backdrop:checked {
color: @theme_button_foreground_active_breeze;
border-color: @theme_button_decoration_focus_breeze;
background-color: @theme_button_decoration_focus_breeze; }
.app-notification button:disabled, .app-notification button:backdrop:disabled,
.app-notification.frame button:disabled,
.app-notification.frame button:backdrop:disabled {
color: @theme_button_foreground_insensitive_breeze;
border-color: @insensitive_borders_breeze;
background-color: @theme_button_background_insensitive_breeze; }
.app-notification button:disabled > .label, .app-notification button:backdrop:disabled > .label,
.app-notification.frame button:disabled > .label,
.app-notification.frame button:backdrop:disabled > .label {
color: inherit; }
.app-notification button:backdrop,
.app-notification.frame button:backdrop {
color: @theme_button_foreground_backdrop_breeze;
border-color: @unfocused_borders_breeze;
background-color: @theme_button_background_backdrop_breeze; }
.app-notification border,
.app-notification.frame border {
border: none; }
/************
* Calendar *
***********/
calendar {
color: @theme_text_color_breeze;
border: 1px solid @borders_breeze;
background-color: @theme_base_color_breeze; }
calendar:selected,
headerbar.selection-mode calendar.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar calendar.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited {
background-color: @borders_breeze; }
calendar:disabled {
color: @insensitive_base_fg_color_breeze; }
calendar.header {
border: 1px solid @borders_breeze;
border-radius: 0;
color: @theme_text_color_breeze; }
calendar.header:backdrop, label:backdrop selction.header {
color: @theme_unfocused_text_color_breeze;
border-color: @unfocused_borders_breeze; }
calendar.header:disabled, label:disabled selection.header {
color: @insensitive_base_fg_color_breeze; }
calendar.button {
color: @theme_button_foreground_normal_breeze; }
calendar.button:hover {
color: @theme_button_decoration_hover_breeze; }
calendar.button:active {
color: @theme_button_decoration_focus_breeze; }
calendar.button:backdrop, label:backdrop selction.button {
color: @theme_button_foreground_backdrop_breeze; }
calendar:indeterminate, calendar.highlight {
color: alpha(@theme_text_color_breeze,0.5); }
calendar:indeterminate:backdrop, label:backdrop selction:indeterminate, calendar.highlight:backdrop, label:backdrop selction.highlight {
color: alpha(@theme_unfocused_text_color_breeze,0.5); }
calendar:backdrop {
color: @theme_unfocused_text_color_breeze;
border-color: @unfocused_borders_breeze;
background-color: @theme_unfocused_base_color_breeze; }
/*************************
* Check and Radio items *
*************************/
checkbutton.text-button, radiobutton.text-button {
padding: 2px 0;
outline-offset: 0; }
checkbutton.text-button label:not(:only-child):first-child, radiobutton.text-button label:not(:only-child):first-child {
margin-left: 4px; }
checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child {
margin-right: 4px; }
checkbutton.text-button:active check, checkbutton.text-button:active radio, radiobutton.text-button:active check, radiobutton.text-button:active radio {
-gtk-icon-transform: translate(1px, 1px); }
check, radio {
margin: 0 4px;
min-height: 18px;
min-width: 18px;
animation: none;
background-color: transparent;
-gtk-icon-palette: error @theme_button_decoration_focus_breeze, success @borders_breeze, warning @theme_button_background_normal_breeze;
-gtk-icon-shadow: 1px 1px rgba(35, 38, 41, 0.2); }
check:only-child, radio:only-child {
margin: 0; }
check:hover, radio:hover {
-gtk-icon-palette: error @theme_button_decoration_focus_breeze, success @theme_button_decoration_focus_breeze, warning @theme_button_background_normal_breeze; }
check:disabled, radio:disabled {
-gtk-icon-palette: error @theme_button_decoration_focus_insensitive_breeze, success @insensitive_borders_breeze, warning @theme_button_background_insensitive_breeze; }
menu menuitem check, menu menuitem radio {
margin: 0;
min-height: 18px;
min-width: 18px;
background-color: transparent;
box-shadow: none;
-gtk-icon-shadow: none;
animation: none; }
check {
-gtk-icon-source: -gtk-recolor(url("../assets/breeze-check-unchecked-symbolic.svg")); }
check:checked {
-gtk-icon-source: -gtk-recolor(url("../assets/breeze-check-checked-symbolic.svg")); }
check:indeterminate {
-gtk-icon-source: -gtk-recolor(url("../assets/breeze-check-indeterminate-symbolic.svg")); }
radio {
-gtk-icon-source: -gtk-recolor(url("../assets/breeze-radio-unchecked-symbolic.svg")); }
radio:checked {
-gtk-icon-source: -gtk-recolor(url("../assets/breeze-radio-checked-symbolic.svg")); }
radio:indeterminate {
-gtk-icon-source: -gtk-recolor(url("../assets/breeze-radio-indeterminate-symbolic.svg")); }
/*****************
* Color Chooser *
*****************/
:selected colorswatch,
headerbar.selection-mode .subtitle:link colorswatch,
headerbar.selection-mode button.subtitle:link colorswatch,
headerbar.selection-mode button.subtitle:link colorswatch,
headerbar.selection-mode headerbar button.subtitle:link colorswatch,
headerbar.selection-mode button.subtitle:visited colorswatch,
headerbar.selection-mode headerbar .subtitle:link colorswatch,
headerbar.selection-mode headerbar button.subtitle:link colorswatch,
headerbar.selection-mode headerbar button.subtitle:link colorswatch,
headerbar.selection-mode headerbar button.subtitle:link colorswatch,
headerbar.selection-mode headerbar button.subtitle:visited colorswatch {
box-shadow: none; }
:selected colorswatch.overlay,
headerbar.selection-mode .subtitle:link colorswatch.overlay,
headerbar.selection-mode button.subtitle:visited colorswatch.overlay, :selected colorswatch.overlay:hover {
border-color: @theme_selected_fg_color_breeze; }
colorswatch:selected,
headerbar.selection-mode colorswatch.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar colorswatch.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited {
box-shadow: none; }
colorswatch.top, colorswatch.bottom, colorswatch.left, colorswatch:first-child:not(.overlay):not(.top), colorswatch.right, colorswatch:last-child:not(.overlay):not(.bottom), colorswatch:only-child:not(.overlay), colorswatch.top > .overlay, colorswatch.bottom > .overlay, colorswatch:first-child:not(.top) > .overlay, colorswatch:last-child:not(.bottom) > .overlay, colorswatch:only-child > .overlay {
border-radius: 3px; }
colorswatch:hover, colorswatch:hover:selected,
headerbar.selection-mode .subtitle:hover:link,
headerbar.selection-mode button:hover:link,
headerbar.selection-mode button:hover:visited {
background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); }
colorswatch.color-dark:hover, colorswatch.color-dark:hover:selected,
headerbar.selection-mode .subtitle.color-dark:hover:link,
headerbar.selection-mode button.color-dark:link,
headerbar.selection-mode button.color-dark.subtitle:link,
headerbar.selection-mode button.color-dark:visited {
background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); }
colorswatch:backdrop, colorswatch:backdrop:selected colorswatch.color-dark:backdrop,
headerbar.selection-mode .subtitle:backdrop:link colorswatch.color-dark:backdrop,
headerbar.selection-mode button:backdrop:link colorswatch.color-dark:backdrop,
headerbar.selection-mode button.subtitle:backdrop:link colorswatch.color-dark:backdrop,
headerbar.selection-mode headerbar button.subtitle:backdrop:link colorswatch.color-dark:backdrop,
headerbar.selection-mode button:backdrop:visited colorswatch.color-dark:backdrop, colorswatch:backdrop:selected label:backdrop selction.color-dark,
headerbar.selection-mode .subtitle:backdrop:link label:backdrop selction.color-dark,
headerbar.selection-mode button:backdrop:link label:backdrop selction.color-dark,
headerbar.selection-mode button.subtitle:backdrop:link label:backdrop selction.color-dark,
headerbar.selection-mode headerbar button.subtitle:backdrop:link label:backdrop selction.color-dark,
headerbar.selection-mode button:backdrop:visited label:backdrop selction.color-dark, label:backdrop colorswatch:backdrop:selected selction.color-dark,
label:backdrop headerbar.selection-mode .subtitle:backdrop:link selction.color-dark,
label:backdrop headerbar.selection-mode button:backdrop:link selction.color-dark,
label:backdrop headerbar.selection-mode button.subtitle:backdrop:link selction.color-dark,
label:backdrop headerbar.selection-mode headerbar button.subtitle:backdrop:link selction.color-dark,
label:backdrop headerbar.selection-mode button:backdrop:visited selction.color-dark,
headerbar.selection-mode label:backdrop .subtitle:backdrop:link selction.color-dark,
headerbar.selection-mode label:backdrop button:backdrop:link selction.color-dark,
headerbar.selection-mode label:backdrop button.subtitle:backdrop:link selction.color-dark,
headerbar.selection-mode label:backdrop headerbar button.subtitle:backdrop:link selction.color-dark,
headerbar.selection-mode headerbar label:backdrop button.subtitle:backdrop:link selction.color-dark,
headerbar.selection-mode label:backdrop button:backdrop:visited selction.color-dark, colorswatch.color-dark:backdrop:selected,
headerbar.selection-mode .subtitle:backdrop:link,
headerbar.selection-mode button:backdrop:link,
headerbar.selection-mode button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode button:backdrop:visited, label:backdrop selction.color-dark:selected,
label:backdrop headerbar.selection-mode .color-dark.subtitle:link,
label:backdrop headerbar.selection-mode button.subtitle:link,
label:backdrop headerbar.selection-mode button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:link,
label:backdrop headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode label:backdrop .color-dark.subtitle:link,
headerbar.selection-mode label:backdrop button.subtitle:link,
headerbar.selection-mode label:backdrop button.subtitle:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:link,
headerbar.selection-mode label:backdrop button.subtitle:visited {
background-image: none;
box-shadow: none; }
GtkColorEditor colorswatch {
border-radius: 3px; }
GtkColorEditor colorswatch:hover {
background-image: none;
box-shadow: none; }
GtkColorEditor colorswatch:backdrop {
box-shadow: none; }
colorswatch.color-dark {
color: white;
outline-color: rgba(0, 0, 0, 0.3); }
colorswatch.color-dark:backdrop, label:backdrop selction.color-dark {
color: rgba(255, 255, 255, 0.3); }
colorswatch.color-light {
color: black;
outline-color: rgba(255, 255, 255, 0.5); }
colorswatch.color-light:backdrop, label:backdrop selction.color-light {
color: rgba(0, 0, 0, 0.3); }
colorswatch overlay,
colorswatch overlay:selected,
colorswatch headerbar.selection-mode overlay.subtitle:link,
colorswatch headerbar.selection-mode button.subtitle:link,
colorswatch headerbar.selection-mode button.subtitle:link,
colorswatch headerbar.selection-mode headerbar button.subtitle:link,
colorswatch headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode colorswatch overlay.subtitle:link,
headerbar.selection-mode colorswatch button.subtitle:link,
headerbar.selection-mode colorswatch button.subtitle:link,
headerbar.selection-mode colorswatch headerbar button.subtitle:link,
headerbar.selection-mode headerbar colorswatch button.subtitle:link,
headerbar.selection-mode colorswatch button.subtitle:visited,
colorswatch headerbar.selection-mode headerbar overlay.subtitle:link,
colorswatch headerbar.selection-mode headerbar button.subtitle:link,
colorswatch headerbar.selection-mode headerbar button.subtitle:link,
colorswatch headerbar.selection-mode headerbar button.subtitle:link,
colorswatch headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar colorswatch overlay.subtitle:link,
headerbar.selection-mode headerbar colorswatch button.subtitle:link,
headerbar.selection-mode headerbar colorswatch button.subtitle:link,
headerbar.selection-mode headerbar colorswatch button.subtitle:link,
headerbar.selection-mode headerbar colorswatch button.subtitle:visited {
border: 1px solid @borders_breeze; }
colorswatch overlay:hover,
colorswatch overlay:selected:hover,
colorswatch headerbar.selection-mode overlay.subtitle:hover:link,
colorswatch headerbar.selection-mode button:hover:link,
colorswatch headerbar.selection-mode button.subtitle:hover:link,
colorswatch headerbar.selection-mode button:hover:visited,
headerbar.selection-mode colorswatch overlay.subtitle:hover:link,
headerbar.selection-mode colorswatch button:hover:link,
headerbar.selection-mode colorswatch button.subtitle:hover:link,
headerbar.selection-mode colorswatch button:hover:visited {
border-color: @theme_button_decoration_hover_breeze; }
colorswatch#add-color-button {
border-style: solid;
border-width: 1px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
text-shadow: none;
-gtk-icon-shadow: none;
color: @theme_button_foreground_normal_breeze;
border-color: @borders_breeze;
background-color: @theme_button_background_normal_breeze; }
colorswatch#add-color-button:hover {
color: @theme_button_foreground_normal_breeze;
border-color: @theme_button_decoration_hover_breeze; }
colorswatch#add-color-button:backdrop, label:backdrop selction#add-color-button {
color: @theme_button_foreground_backdrop_breeze;
border-color: @unfocused_borders_breeze;
background-color: @theme_button_background_backdrop_breeze; }
colorswatch#add-color-button overlay {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
color: @theme_button_foreground_normal_breeze;
text-shadow: none;
-gtk-icon-shadow: none; }
GtkColorButton.button {
padding: 5px; }
GtkColorButton.button GtkColorSwatch:first-child:last-child {
border-radius: 0;
box-shadow: none; }
GtkColorButton.button GtkColorSwatch:first-child:last-child:disabled, GtkColorButton.button GtkColorSwatch:first-child:last-child:backdrop {
box-shadow: none; }
/***********
* Dialogs *
***********/
messagedialog.background {
background-color: @theme_bg_color_breeze; }
messagedialog:backdrop {
background-color: @theme_unfocused_bg_color_breeze; }
messagedialog .titlebar {
min-height: 32px;
background-color: transparent;
background-image: linear-gradient(to bottom, shade(@theme_titlebar_background_breeze,1.2117647), @theme_titlebar_background_breeze);
box-shadow: none; }
messagedialog .dialog-action-area {
padding: 8px; }
messagedialog button {
margin: 2px; }
filechooser .search-bar {
background-color: @theme_bg_color_breeze;
border-color: @theme_bg_color_breeze;
box-shadow: none; }
filechooser .search-bar:backdrop, filechooser label:backdrop selction.search-bar, label:backdrop filechooser selction.search-bar {
background-color: @theme_unfocused_bg_color_breeze;
border-color: @theme_unfocused_bg_color_breeze;
color: @theme_unfocused_text_color_breeze; }
filechooser .dialog-action-box {
border-top: 1px solid @borders_breeze; }
filechooser .dialog-action-box:backdrop, filechooser label:backdrop selction.dialog-action-box, label:backdrop filechooser selction.dialog-action-box {
border-top-color: @unfocused_borders_breeze; }
filechooser #pathbarbox {
background-color: @theme_bg_color_breeze;
border-bottom: 1px solid @borders_breeze; }
/***************
* Header bars *
***************/
headerbar {
transition: none;
padding: 0px 6px;
border-width: 0px 0px 1px 0px;
border-radius: 3px 3px 0px 0px;
border-style: solid;
border-color: @borders_breeze;
color: @theme_titlebar_foreground_breeze;
background-image: none;
background-color: @theme_titlebar_background_breeze; }
headerbar:backdrop {
border-color: transparent;
background-image: none;
background-color: @theme_titlebar_background_backdrop_breeze;
color: @theme_titlebar_foreground_backdrop_breeze;
box-shadow: none; }
headerbar label {
font-weight: normal; }
headerbar label:backdrop {
color: @theme_titlebar_foreground_backdrop_breeze; }
headerbar .path-bar button {
color: @theme_titlebar_foreground_breeze;
font-weight: normal; }
headerbar .path-bar button:backdrop {
color: @theme_titlebar_foreground_backdrop_breeze; }
headerbar button {
transition: none;
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
color: @theme_button_foreground_normal_breeze;
text-shadow: none;
-gtk-icon-shadow: none;
color: @theme_titlebar_foreground_breeze; }
headerbar button.flat,
headerbar button.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
color: @theme_button_foreground_normal_breeze;
text-shadow: none;
-gtk-icon-shadow: none;
color: @theme_titlebar_foreground_breeze; }
headerbar button:hover {
color: @theme_button_foreground_normal_breeze;
border-color: @theme_button_decoration_hover_breeze;
color: @theme_titlebar_foreground_breeze; }
headerbar button:hover:backdrop,
headerbar label:backdrop selction:hover,
label:backdrop headerbar selction:hover {
color: @theme_button_foreground_backdrop_breeze;
border-color: @theme_button_decoration_hover_breeze;
background-color: @theme_button_background_backdrop_breeze; }
headerbar button:active,
headerbar button:checked {
color: @theme_button_foreground_active_breeze;
border-color: @theme_button_decoration_focus_breeze;
background-color: @theme_button_decoration_focus_breeze; }
headerbar button:active:hover,
headerbar button:checked:hover {
color: @theme_button_foreground_normal_breeze;
border-color: @theme_button_decoration_hover_breeze;
background-color: @theme_button_decoration_hover_breeze; }
headerbar button:active:backdrop,
headerbar label:backdrop selction:active,
label:backdrop headerbar selction:active,
headerbar button:checked:backdrop,
headerbar label:backdrop selction:checked,
label:backdrop headerbar selction:checked {
background-image: none;
background-color: @theme_titlebar_background_backdrop_breeze;
border-color: @theme_titlebar_background_backdrop_breeze;
color: @theme_titlebar_foreground_backdrop_breeze; }
headerbar button:active:backdrop:hover,
headerbar label:backdrop selction:active:hover,
label:backdrop headerbar selction:active:hover,
headerbar button:checked:backdrop:hover,
headerbar label:backdrop selction:checked:hover,
label:backdrop headerbar selction:checked:hover {
color: @theme_button_foreground_backdrop_breeze;
border-color: @theme_button_decoration_hover_breeze;
background-color: @theme_button_background_backdrop_breeze; }
headerbar button:backdrop {
border-color: transparent;
background-image: none;
background-color: @theme_titlebar_background_backdrop_breeze;
color: @theme_titlebar_foreground_backdrop_breeze; }
headerbar button.flat:backdrop,
headerbar button.sidebar-button:backdrop,
headerbar label:backdrop selction.flat,
label:backdrop headerbar selction.flat,
headerbar button:disabled:backdrop {
background-image: none;
background-color: @theme_titlebar_background_backdrop_breeze;
color: @theme_titlebar_foreground_backdrop_breeze;
border-color: transparent; }
headerbar button.flat:disabled,
headerbar button.sidebar-button:disabled,
headerbar label:disabled selection.flat,
label:disabled headerbar selection.flat {
color: @theme_titlebar_foreground_insensitive_breeze; }
headerbar button:disabled {
background-color: transparent;
background-image: none;
border-color: transparent;
color: @theme_titlebar_foreground_insensitive_breeze; }
headerbar button:disabled:active,
headerbar button:disabled:checked {
color: @theme_button_foreground_active_insensitive_breeze;
border-color: @theme_button_decoration_focus_insensitive_breeze;
background-color: @theme_button_decoration_focus_insensitive_breeze; }
headerbar button:disabled:active > .label,
headerbar button:disabled:checked > .label {
color: inherit; }
headerbar .title {
font-weight: normal;
padding: 0px 12px; }
headerbar .title:backdrop,
headerbar label:backdrop selction.title,
label:backdrop headerbar selction.title {
color: @theme_titlebar_foreground_backdrop_breeze; }
headerbar .subtitle {
font-size: smaller;
padding: 0 12px; }
headerbar .subtitle:backdrop,
headerbar label:backdrop selction.subtitle,
label:backdrop headerbar selction.subtitle {
color: @theme_titlebar_foreground_backdrop_breeze; }
headerbar separator {
border-width: 0px;
background-color: transparent;
background-image: none;
border-color: transparent; }
headerbar.selection-mode,
headerbar.selection-mode headerbar {
background-color: mix(@theme_titlebar_background,@theme_button_decoration_focus,0.5); }
headerbar.selection-mode separator,
headerbar.selection-mode headerbar separator {
background-color: @theme_button_decoration_focus_breeze; }
headerbar.selection-mode button:not(.titlebutton),
headerbar.selection-mode headerbar button:not(.titlebutton) {
background-color: alpha(@theme_button_decoration_focus_breeze,0.5); }
headerbar.selection-mode button:not(.titlebutton):active,
headerbar.selection-mode button:not(.titlebutton):focus,
headerbar.selection-mode headerbar button:not(.titlebutton):active,
headerbar.selection-mode headerbar button:not(.titlebutton):focus {
background-color: @theme_button_decoration_focus_breeze; }
headerbar.selection-mode .selection-menu,
headerbar.selection-mode headerbar .selection-menu {
padding: 4px 6px; }
headerbar.selection-mode .selection-menu GtkArrow,
headerbar.selection-mode headerbar .selection-menu GtkArrow {
-GtkArrow-arrow-scaling: 1; }
headerbar.selection-mode .selection-menu .arrow,
headerbar.selection-mode headerbar .selection-menu .arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
-gtk-icon-shadow: none; }
.tiled headerbar, .maximized headerbar {
border-radius: 0; }
headerbar entry,
headerbar spinbutton,
headerbar separator,
headerbar button {
margin-top: 3px;
margin-bottom: 3px; }
headerbar button.suggested-action,
headerbar.selection-mode.suggested-action,
headerbar.selection-mode headerbar.suggested-action {
background-image: none;
background-color: @theme_button_decoration_focus_breeze; }
headerbar button.suggested-action:hover,
headerbar.selection-mode.suggested-action:hover,
headerbar.selection-mode headerbar.suggested-action:hover {
background-color: @theme_button_decoration_hover_breeze;
color: @theme_button_foreground_normal_breeze; }
/**************
* GtkInfoBar *
**************/
infobar {
border-style: none;
border-bottom: 1px solid @borders_breeze;
background-color: @theme_bg_color_breeze;
background-image: none; }
infobar:backdrop {
border-bottom: 1px solid @unfocused_borders_breeze; }
.info,
.question,
.warning,
.error {
background-color: @theme_bg_color_breeze;
background-image: none;
color: @warning_color_breeze;
text-shadow: none; }
.info:backdrop, label:backdrop selction.info,
.question:backdrop,
label:backdrop selction.question,
.warning:backdrop,
label:backdrop selction.warning,
.error:backdrop,
label:backdrop selction.error {
background-color: @theme_unfocused_bg_color_breeze;
color: @warning_color_backdrop_breeze; }
.info button,
.question button,
.warning button,
.error button {
box-shadow: none;
background-image: none;
background-color: alpha(@warning_color_breeze,0.5);
border-color: alpha(@warning_color_breeze,0.5);
color: @theme_button_foreground_normal_breeze; }
.info button:hover,
.question button:hover,
.warning button:hover,
.error button:hover {
background-color: alpha(@warning_color_breeze,0.25);
border-color: @warning_color_breeze; }
.info button:active, .info button:checked,
.question button:active,
.question button:checked,
.warning button:active,
.warning button:checked,
.error button:active,
.error button:checked {
background-color: @warning_color_breeze;
color: @theme_bg_color_breeze;
border-color: @warning_color_breeze; }
.info button:disabled,
.question button:disabled,
.warning button:disabled,
.error button:disabled {
background-color: alpha(@warning_color_insensitive_breeze,0.5);
border-color: alpha(@warning_color_insensitive_breeze,0.5);
color: @theme_button_foreground_insensitive_breeze; }
.info button:backdrop,
.question button:backdrop,
.warning button:backdrop,
.error button:backdrop {
background-color: alpha(@warning_color_backdrop_breeze,0.5);
border-color: alpha(@warning_color_backdrop_breeze,0.5);
color: @theme_button_foreground_backdrop_breeze; }
.info button:backdrop:active, .info button:backdrop:checked,
.question button:backdrop:active,
.question button:backdrop:checked,
.warning button:backdrop:active,
.warning button:backdrop:checked,
.error button:backdrop:active,
.error button:backdrop:checked {
background-color: @warning_color_backdrop_breeze;
color: @theme_unfocused_bg_color_breeze;
border-color: @warning_color_backdrop_breeze; }
.info button:backdrop:disabled,
.question button:backdrop:disabled,
.warning button:backdrop:disabled,
.error button:backdrop:disabled {
background-color: alpha(@warning_color_insensitive_backdrop_breeze,0.5);
border-color: alpha(@warning_color_insensitive_backdrop_breeze,0.5);
color: @theme_button_foreground_backdrop_insensitive_breeze; }
.info button:backdrop:disabled:active, .info button:backdrop:disabled:checked,
.question button:backdrop:disabled:active,
.question button:backdrop:disabled:checked,
.warning button:backdrop:disabled:active,
.warning button:backdrop:disabled:checked,
.error button:backdrop:disabled:active,
.error button:backdrop:disabled:checked {
background-color: @warning_color_insensitive_backdrop_breeze;
color: @insensitive_unfocused_bg_color_breeze;
border-color: @warning_color_insensitive_backdrop_breeze; }
/*********
* Links *
*********/
button:link > label,
headerbar.selection-mode button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited > label,
button:visited > label,
*:link,
button:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
button:visited,
button:link,
button:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
button:visited,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
button:link:visited,
button:visited:link,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
button:visited,
headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited {
color: @link_color_breeze; }
button:link > label:visited,
headerbar.selection-mode button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
button:visited > label:visited,
*:link:visited,
button:visited:link,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
button:visited,
button:link:visited,
button:visited:link,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
button:visited,
headerbar.selection-mode button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited,
button:link:visited,
button:visited:link,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
button:visited,
headerbar.selection-mode .subtitle:link:visited,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode *.subtitle:visited:link,
headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:visited,
headerbar.selection-mode .subtitle:visited:link,
headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar *.subtitle:visited:link,
headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:visited {
color: @link_visited_color_breeze; }
*:selected button:link > label:visited,
*:selected headerbar.selection-mode button.subtitle:link > label:visited,
headerbar.selection-mode *:selected button.subtitle:link > label:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:link > label:visited,
*:selected headerbar.selection-mode button.subtitle:visited > label:visited,
headerbar.selection-mode *:selected button.subtitle:visited > label:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:visited > label:visited,
*:selected button:visited > label:visited, button:selected:link button:link > label:visited,
button:selected:link headerbar.selection-mode button.subtitle:link > label:visited,
headerbar.selection-mode button:selected:link button.subtitle:link > label:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:visited,
button:selected:link headerbar.selection-mode button.subtitle:visited > label:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited > label:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:visited,
button:selected:link button:visited > label:visited, button:selected:link button:link > label:visited,
button:selected:link headerbar.selection-mode button.subtitle:link > label:visited,
headerbar.selection-mode button:selected:link button.subtitle:link > label:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:visited,
button:selected:link headerbar.selection-mode button.subtitle:visited > label:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited > label:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:visited,
button:selected:link button:visited > label:visited,
headerbar.selection-mode button.subtitle:selected:link button:link > label:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:visited,
button:selected:visited button:link > label:visited,
button:selected:visited headerbar.selection-mode button.subtitle:link > label:visited,
headerbar.selection-mode button:selected:visited button.subtitle:link > label:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:visited,
button:selected:visited headerbar.selection-mode button.subtitle:visited > label:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:visited,
button:selected:visited button:visited > label:visited,
headerbar.selection-mode button.subtitle:selected:link button:link > label:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited > label:visited,
headerbar.selection-mode button:selected:link button:link > label:visited,
headerbar.selection-mode button:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode button:selected:link button:visited > label:visited,
headerbar.selection-mode button.subtitle:selected:link button:link > label:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:visited,
headerbar.selection-mode button:selected:visited button:link > label:visited,
headerbar.selection-mode button:selected:visited button.subtitle:link > label:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:visited,
headerbar.selection-mode button:selected:visited button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:visited,
headerbar.selection-mode headerbar button:selected:link button:link > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:visited,
headerbar.selection-mode headerbar button:selected:visited button:link > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited > label:visited,
button:selected:visited button:link > label:visited,
button:selected:visited headerbar.selection-mode button.subtitle:link > label:visited,
headerbar.selection-mode button:selected:visited button.subtitle:link > label:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:visited,
button:selected:visited headerbar.selection-mode button.subtitle:visited > label:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:visited,
button:selected:visited button:visited > label:visited,
headerbar.selection-mode .subtitle:selected:link button:link > label:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode .subtitle:selected:link button:visited > label:visited,
headerbar.selection-mode button:selected:link button:link > label:visited,
headerbar.selection-mode button:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode button:selected:link button:visited > label:visited,
headerbar.selection-mode button.subtitle:selected:link button:link > label:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:visited,
headerbar.selection-mode button:selected:visited button:link > label:visited,
headerbar.selection-mode button:selected:visited button.subtitle:link > label:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:visited,
headerbar.selection-mode button:selected:visited button:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:link > label:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited > label:visited,
headerbar.selection-mode headerbar button:selected:link button:link > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:visited,
headerbar.selection-mode headerbar button:selected:visited button:link > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited > label:visited,
headerbar.selection-mode .subtitle:link button:link > label:visited,
headerbar.selection-mode button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode .subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode .subtitle:link button:visited > label:visited,
headerbar.selection-mode button.subtitle:link button:link > label:visited,
headerbar.selection-mode button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:link button:visited > label:visited,
headerbar.selection-mode button.subtitle:link button:link > label:visited,
headerbar.selection-mode button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:visited,
headerbar.selection-mode button.subtitle:visited button:link > label:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:visited button:visited > label:visited,
headerbar.selection-mode .subtitle:link button:link > label:visited,
headerbar.selection-mode button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode .subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode .subtitle:link button:visited > label:visited,
headerbar.selection-mode button.subtitle:link button:link > label:visited,
headerbar.selection-mode button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:link button:visited > label:visited,
headerbar.selection-mode button.subtitle:link button:link > label:visited,
headerbar.selection-mode button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:visited,
headerbar.selection-mode button.subtitle:visited button:link > label:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:visited,
headerbar.selection-mode button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode button.subtitle:visited button:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited > label:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label:visited, *:selected *:link:visited, *:selected button:visited:link,
*:selected headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode *:selected button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
*:selected button:visited, button:selected:link *:link:visited, button:selected:link *:link:visited,
headerbar.selection-mode button.subtitle:selected:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:visited,
button:selected:visited *:link:visited, button:selected:link button:visited:link, button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
button:selected:visited button:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
button:selected:link button:visited,
button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
button:selected:visited button:visited,
headerbar.selection-mode button.subtitle:selected:link *:link:visited,
headerbar.selection-mode button:selected:link *:link:visited,
headerbar.selection-mode button.subtitle:selected:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:visited,
headerbar.selection-mode button:selected:visited *:link:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:visited,
headerbar.selection-mode headerbar button:selected:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:visited,
headerbar.selection-mode headerbar button:selected:visited *:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
button:selected:visited *:link:visited,
button:selected:visited button:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
button:selected:visited button:visited, *:selected button:link:visited, *:selected button:visited:link,
*:selected headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode *:selected button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
*:selected button:visited, button:selected:link button:link:visited, button:selected:link button:link:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
button:selected:visited button:link:visited, button:selected:link button:visited:link, button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
button:selected:visited button:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
button:selected:link button:visited,
button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
button:selected:visited button:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:visited,
headerbar.selection-mode button:selected:link button:link:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode button:selected:visited button:link:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button:selected:visited button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
button:selected:visited button:link:visited,
button:selected:visited button:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
button:selected:visited button:visited,
*:selected headerbar.selection-mode button.subtitle:link:visited,
*:selected headerbar.selection-mode button.subtitle:visited:link,
*:selected headerbar.selection-mode button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode *:selected button.subtitle:link:visited,
headerbar.selection-mode *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected button.subtitle:visited,
button:selected:link headerbar.selection-mode button.subtitle:link:visited,
button:selected:link headerbar.selection-mode button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link:visited,
button:selected:visited headerbar.selection-mode button.subtitle:link:visited,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited,
button:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:link:visited,
headerbar.selection-mode button:selected:link button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode button:selected:visited button.subtitle:link:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode button:selected:link button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode button:selected:visited button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
button:selected:visited headerbar.selection-mode button.subtitle:link:visited,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:link:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:link:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:link:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
*:selected button:link:visited,
*:selected button:visited:link,
*:selected headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode *:selected button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
*:selected button:visited,
button:selected:link button:link:visited,
button:selected:link button:link:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
button:selected:visited button:link:visited,
button:selected:link button:visited:link,
button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
button:selected:visited button:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
button:selected:link button:visited,
button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
button:selected:visited button:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:visited,
headerbar.selection-mode button:selected:link button:link:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode button:selected:visited button:link:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button:selected:visited button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
button:selected:visited button:link:visited,
button:selected:visited button:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link *:link:visited,
headerbar.selection-mode button:selected:link *:link:visited,
headerbar.selection-mode button.subtitle:selected:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:visited,
headerbar.selection-mode button:selected:visited *:link:visited,
headerbar.selection-mode .subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link button:link:visited,
headerbar.selection-mode button:selected:link button:link:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode button:selected:visited button:link:visited,
headerbar.selection-mode .subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode button:selected:link button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode button:selected:visited button.subtitle:link:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:selected:link button:link:visited,
headerbar.selection-mode button:selected:link button:link:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode button:selected:visited button:link:visited,
headerbar.selection-mode .subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link *:link:visited,
headerbar.selection-mode headerbar button:selected:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:visited,
headerbar.selection-mode headerbar button:selected:visited *:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button:selected:visited button:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button:selected:visited button:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode .subtitle:link *:link:visited,
headerbar.selection-mode button.subtitle:link *:link:visited,
headerbar.selection-mode button.subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:link *:link:visited,
headerbar.selection-mode button.subtitle:visited *:link:visited,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:visited button:link:visited,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:link:visited,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:visited button:link:visited,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link *:link:visited,
headerbar.selection-mode button.subtitle:link *:link:visited,
headerbar.selection-mode button.subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:link *:link:visited,
headerbar.selection-mode button.subtitle:visited *:link:visited,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:visited button:link:visited,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:link:visited,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:visited button:link:visited,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited *:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited *:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited *:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:link *:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited *:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
*:selected headerbar.selection-mode .subtitle:link:visited,
*:selected headerbar.selection-mode button.subtitle:visited:link,
*:selected headerbar.selection-mode button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode button.subtitle:visited,
button:selected:link headerbar.selection-mode .subtitle:link:visited,
button:selected:link headerbar.selection-mode .subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link:visited,
button:selected:visited headerbar.selection-mode .subtitle:link:visited,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited,
button:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode .subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode .subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:visited,
button:selected:visited headerbar.selection-mode .subtitle:link:visited,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode *:selected .subtitle:link:visited,
headerbar.selection-mode *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected button.subtitle:visited,
headerbar.selection-mode button:selected:link .subtitle:link:visited,
headerbar.selection-mode button:selected:link .subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode button:selected:visited .subtitle:link:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode button:selected:link .subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode button:selected:visited .subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode button:selected:visited .subtitle:link:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode button:selected:link .subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode button:selected:visited .subtitle:link:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link .subtitle:link:visited,
headerbar.selection-mode button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode button.subtitle:visited .subtitle:link:visited,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link .subtitle:link:visited,
headerbar.selection-mode button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode button.subtitle:visited .subtitle:link:visited,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
*:selected headerbar.selection-mode headerbar .subtitle:link:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:link:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar *:selected .subtitle:link:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:link:visited,
headerbar.selection-mode button:selected:link headerbar .subtitle:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:link:visited,
headerbar.selection-mode button:selected:visited headerbar .subtitle:link:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link:visited,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link:visited,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link:visited,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link:visited,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link:visited,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link:visited,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
*:selected headerbar.selection-mode *.subtitle:visited:link,
*:selected headerbar.selection-mode button:visited:link,
*:selected headerbar.selection-mode button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode button:visited,
button:selected:link headerbar.selection-mode *.subtitle:visited:link,
button:selected:link headerbar.selection-mode *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode *.subtitle:visited:link,
button:selected:visited headerbar.selection-mode *.subtitle:visited:link,
button:selected:link headerbar.selection-mode button:visited:link,
button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
button:selected:visited headerbar.selection-mode button:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button:visited,
button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
button:selected:visited headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode *.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode *.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:visited,
button:selected:visited headerbar.selection-mode *.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button:visited,
*:selected headerbar.selection-mode button.subtitle:visited:link,
*:selected headerbar.selection-mode button:visited:link,
*:selected headerbar.selection-mode button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode button:visited,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button:visited:link,
button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
button:selected:visited headerbar.selection-mode button:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button:visited,
button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
button:selected:visited headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:visited,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button:visited,
*:selected headerbar.selection-mode button.subtitle:visited:link,
*:selected headerbar.selection-mode button:visited:link,
*:selected headerbar.selection-mode button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode button:visited,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button:visited:link,
button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
button:selected:visited headerbar.selection-mode button:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button:visited,
button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
button:selected:visited headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:visited,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited,
*:selected headerbar.selection-mode button.subtitle:visited:link,
*:selected headerbar.selection-mode button:visited:link,
*:selected headerbar.selection-mode button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode button:visited,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button:visited:link,
button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
button:selected:visited headerbar.selection-mode button:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button:visited,
button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
button:selected:visited headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:visited,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button:visited,
headerbar.selection-mode *:selected *.subtitle:visited:link,
headerbar.selection-mode *:selected button:visited:link,
headerbar.selection-mode *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected button:visited,
headerbar.selection-mode button:selected:link *.subtitle:visited:link,
headerbar.selection-mode button:selected:link *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode button:selected:visited *.subtitle:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode button:selected:link *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode button:selected:visited *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode button:selected:visited *.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected button:visited:link,
headerbar.selection-mode *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected button:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected button:visited:link,
headerbar.selection-mode *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected button:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode *:selected headerbar button.subtitle:visited:link,
headerbar.selection-mode *:selected headerbar button:visited:link,
headerbar.selection-mode *:selected headerbar button.subtitle:visited:link,
headerbar.selection-mode *:selected headerbar button.subtitle:visited:link,
headerbar.selection-mode *:selected headerbar button:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar button:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected button:visited:link,
headerbar.selection-mode *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected button:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode button:selected:link *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode button:selected:visited *.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode .subtitle:link *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited *.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited *.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
*:selected headerbar.selection-mode .subtitle:visited:link,
*:selected headerbar.selection-mode button:visited:link,
*:selected headerbar.selection-mode button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode button:visited,
button:selected:link headerbar.selection-mode .subtitle:visited:link,
button:selected:link headerbar.selection-mode .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:visited:link,
button:selected:visited headerbar.selection-mode .subtitle:visited:link,
button:selected:link headerbar.selection-mode button:visited:link,
button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
button:selected:visited headerbar.selection-mode button:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button:visited,
button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
button:selected:visited headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:visited,
button:selected:visited headerbar.selection-mode .subtitle:visited:link,
button:selected:visited headerbar.selection-mode button:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button:visited,
headerbar.selection-mode *:selected .subtitle:visited:link,
headerbar.selection-mode *:selected button:visited:link,
headerbar.selection-mode *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode *:selected button:visited,
headerbar.selection-mode button:selected:link .subtitle:visited:link,
headerbar.selection-mode button:selected:link .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode button:selected:visited .subtitle:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode button:selected:link .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode button:selected:visited .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode button:selected:visited .subtitle:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode button:selected:link .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode button:selected:visited .subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode .subtitle:link .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
*:selected headerbar.selection-mode headerbar .subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar .subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar *:selected .subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar .subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
*:selected headerbar.selection-mode headerbar *.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar *.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar *.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar *.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar *:selected *.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited,
headerbar.selection-mode headerbar button:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link headerbar *.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar *.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar *.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar button:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar button:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar button:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar button:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode .subtitle:link headerbar *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar *.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link headerbar *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar *.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar *.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
*:selected headerbar.selection-mode headerbar .subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar .subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar *:selected .subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar .subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
*:selected headerbar.selection-mode headerbar .subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar .subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:visited,
headerbar.selection-mode headerbar *:selected .subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar .subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited:link,
headerbar.selection-mode button:selected:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:link headerbar button:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:visited,
headerbar.selection-mode button:selected:visited headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:link headerbar button:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited {
color: mix(@theme_selected_fg_color_breeze,@theme_selected_bg_color_breeze,0.6); }
button:link > label:hover,
headerbar.selection-mode button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
button:visited > label:hover,
*:link:hover,
button:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
button:hover:visited,
button:link:hover,
button:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
button:hover:visited,
headerbar.selection-mode button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited,
button:link:hover:visited,
button:hover:visited:link,
headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
button:hover:visited,
headerbar.selection-mode .subtitle:link:hover,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode *.subtitle:hover:link,
headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:hover:link:visited,
headerbar.selection-mode button:hover:visited:link,
headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button:hover:visited,
headerbar.selection-mode .subtitle:hover:link,
headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar *.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited {
color: shade(@link_color_breeze,1.1); }
*:selected button:link > label:hover,
*:selected headerbar.selection-mode button.subtitle:link > label:hover,
headerbar.selection-mode *:selected button.subtitle:link > label:hover,
*:selected headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar *:selected button.subtitle:link > label:hover,
*:selected headerbar.selection-mode button.subtitle:visited > label:hover,
headerbar.selection-mode *:selected button.subtitle:visited > label:hover,
*:selected headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar *:selected button.subtitle:visited > label:hover,
*:selected button:visited > label:hover, button:selected:link button:link > label:hover,
button:selected:link headerbar.selection-mode button.subtitle:link > label:hover,
headerbar.selection-mode button:selected:link button.subtitle:link > label:hover,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:hover,
button:selected:link headerbar.selection-mode button.subtitle:visited > label:hover,
headerbar.selection-mode button:selected:link button.subtitle:visited > label:hover,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:hover,
button:selected:link button:visited > label:hover, button:selected:link button:link > label:hover,
button:selected:link headerbar.selection-mode button.subtitle:link > label:hover,
headerbar.selection-mode button:selected:link button.subtitle:link > label:hover,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:hover,
button:selected:link headerbar.selection-mode button.subtitle:visited > label:hover,
headerbar.selection-mode button:selected:link button.subtitle:visited > label:hover,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:hover,
button:selected:link button:visited > label:hover,
headerbar.selection-mode button.subtitle:selected:link button:link > label:hover,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:selected:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:hover,
button:selected:visited button:link > label:hover,
button:selected:visited headerbar.selection-mode button.subtitle:link > label:hover,
headerbar.selection-mode button:selected:visited button.subtitle:link > label:hover,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:hover,
button:selected:visited headerbar.selection-mode button.subtitle:visited > label:hover,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label:hover,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:hover,
button:selected:visited button:visited > label:hover,
headerbar.selection-mode button.subtitle:selected:link button:link > label:hover,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:selected:link button:visited > label:hover,
headerbar.selection-mode button:selected:link button:link > label:hover,
headerbar.selection-mode button:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode button:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode button:selected:link button:visited > label:hover,
headerbar.selection-mode button.subtitle:selected:link button:link > label:hover,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:selected:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:hover,
headerbar.selection-mode button:selected:visited button:link > label:hover,
headerbar.selection-mode button:selected:visited button.subtitle:link > label:hover,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:hover,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label:hover,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:hover,
headerbar.selection-mode button:selected:visited button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:hover,
headerbar.selection-mode headerbar button:selected:link button:link > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:hover,
headerbar.selection-mode headerbar button:selected:visited button:link > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:visited button:visited > label:hover,
button:selected:visited button:link > label:hover,
button:selected:visited headerbar.selection-mode button.subtitle:link > label:hover,
headerbar.selection-mode button:selected:visited button.subtitle:link > label:hover,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:hover,
button:selected:visited headerbar.selection-mode button.subtitle:visited > label:hover,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label:hover,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:hover,
button:selected:visited button:visited > label:hover,
headerbar.selection-mode .subtitle:selected:link button:link > label:hover,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode .subtitle:selected:link button:visited > label:hover,
headerbar.selection-mode button:selected:link button:link > label:hover,
headerbar.selection-mode button:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode button:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode button:selected:link button:visited > label:hover,
headerbar.selection-mode button.subtitle:selected:link button:link > label:hover,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:selected:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:hover,
headerbar.selection-mode button:selected:visited button:link > label:hover,
headerbar.selection-mode button:selected:visited button.subtitle:link > label:hover,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:hover,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label:hover,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:hover,
headerbar.selection-mode button:selected:visited button:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button:link > label:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited > label:hover,
headerbar.selection-mode headerbar button:selected:link button:link > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:hover,
headerbar.selection-mode headerbar button:selected:visited button:link > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button:selected:visited button:visited > label:hover,
headerbar.selection-mode .subtitle:link button:link > label:hover,
headerbar.selection-mode button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode .subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode .subtitle:link button:visited > label:hover,
headerbar.selection-mode button.subtitle:link button:link > label:hover,
headerbar.selection-mode button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:link button:visited > label:hover,
headerbar.selection-mode button.subtitle:link button:link > label:hover,
headerbar.selection-mode button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:hover,
headerbar.selection-mode button.subtitle:visited button:link > label:hover,
headerbar.selection-mode button.subtitle:visited button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:visited button:visited > label:hover,
headerbar.selection-mode .subtitle:link button:link > label:hover,
headerbar.selection-mode button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode .subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode .subtitle:link button:visited > label:hover,
headerbar.selection-mode button.subtitle:link button:link > label:hover,
headerbar.selection-mode button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:link button:visited > label:hover,
headerbar.selection-mode button.subtitle:link button:link > label:hover,
headerbar.selection-mode button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:hover,
headerbar.selection-mode button.subtitle:visited button:link > label:hover,
headerbar.selection-mode button.subtitle:visited button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:hover,
headerbar.selection-mode button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode button.subtitle:visited button:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar .subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited > label:hover,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label:hover, *:selected *:link:hover, *:selected button:hover:link,
*:selected headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode *:selected button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
*:selected button:hover:visited, button:selected:link *:link:hover, button:selected:link *:link:hover,
headerbar.selection-mode button.subtitle:selected:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:hover,
button:selected:visited *:link:hover, button:selected:link button:hover:link, button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
button:selected:visited button:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
button:selected:link button:hover:visited,
button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
button:selected:visited button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link *:link:hover,
headerbar.selection-mode button:selected:link *:link:hover,
headerbar.selection-mode button.subtitle:selected:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:hover,
headerbar.selection-mode button:selected:visited *:link:hover,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:hover,
headerbar.selection-mode headerbar button:selected:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:hover,
headerbar.selection-mode headerbar button:selected:visited *:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
button:selected:visited *:link:hover,
button:selected:visited button:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
button:selected:visited button:hover:visited, *:selected button:link:hover, *:selected button:hover:link,
*:selected headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode *:selected button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
*:selected button:hover:visited, button:selected:link button:link:hover, button:selected:link button:link:hover,
headerbar.selection-mode button.subtitle:selected:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover,
button:selected:visited button:link:hover, button:selected:link button:hover:link, button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
button:selected:visited button:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
button:selected:link button:hover:visited,
button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
button:selected:visited button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:hover,
headerbar.selection-mode button:selected:link button:link:hover,
headerbar.selection-mode button.subtitle:selected:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover,
headerbar.selection-mode button:selected:visited button:link:hover,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover,
headerbar.selection-mode headerbar button:selected:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover,
headerbar.selection-mode headerbar button:selected:visited button:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
button:selected:visited button:link:hover,
button:selected:visited button:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
button:selected:visited button:hover:visited,
*:selected headerbar.selection-mode button.subtitle:link:hover,
*:selected headerbar.selection-mode button.subtitle:hover:link,
*:selected headerbar.selection-mode button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode *:selected button.subtitle:link:hover,
headerbar.selection-mode *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected button.subtitle:hover:visited,
button:selected:link headerbar.selection-mode button.subtitle:link:hover,
button:selected:link headerbar.selection-mode button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link:hover,
button:selected:visited headerbar.selection-mode button.subtitle:link:hover,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:visited,
button:selected:link headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited,
button:selected:visited headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode button:selected:link button.subtitle:link:hover,
headerbar.selection-mode button:selected:link button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode button:selected:visited button.subtitle:link:hover,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode button:selected:link button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode button:selected:visited button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
button:selected:visited headerbar.selection-mode button.subtitle:link:hover,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode button:selected:visited button.subtitle:link:hover,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:link:hover,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:link:hover,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link:hover,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link:hover,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link:hover,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link:hover,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link:hover,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link:hover,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
*:selected button:link:hover:visited,
*:selected button:hover:visited:link,
*:selected headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode *:selected button.subtitle:hover:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:visited:link,
*:selected button:hover:visited,
button:selected:link button:link:hover:visited,
button:selected:link button:link:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover:visited,
button:selected:visited button:link:hover:visited,
button:selected:link button:hover:visited:link,
button:selected:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
button:selected:visited button:hover:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
button:selected:link button:hover:visited,
button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
button:selected:visited button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:hover:visited,
headerbar.selection-mode button:selected:link button:link:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover:visited,
headerbar.selection-mode button:selected:visited button:link:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode button:selected:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode button:selected:visited button:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
button:selected:visited button:link:hover:visited,
button:selected:visited button:hover:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:selected:link *:link:hover,
headerbar.selection-mode button:selected:link *:link:hover,
headerbar.selection-mode button.subtitle:selected:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:hover,
headerbar.selection-mode button:selected:visited *:link:hover,
headerbar.selection-mode .subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:selected:link button:link:hover,
headerbar.selection-mode button:selected:link button:link:hover,
headerbar.selection-mode button.subtitle:selected:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover,
headerbar.selection-mode button:selected:visited button:link:hover,
headerbar.selection-mode .subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode button:selected:link button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode button:selected:visited button.subtitle:link:hover,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link:hover,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link:hover,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link:hover,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode .subtitle:selected:link button:link:hover:visited,
headerbar.selection-mode button:selected:link button:link:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover:visited,
headerbar.selection-mode button:selected:visited button:link:hover:visited,
headerbar.selection-mode .subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode button:selected:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode button:selected:visited button:hover:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link *:link:hover,
headerbar.selection-mode headerbar button:selected:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:hover,
headerbar.selection-mode headerbar button:selected:visited *:link:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:link:hover,
headerbar.selection-mode headerbar button:selected:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover,
headerbar.selection-mode headerbar button:selected:visited button:link:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:link:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:link:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:link *:link:hover,
headerbar.selection-mode button.subtitle:link *:link:hover,
headerbar.selection-mode button.subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:link *:link:hover,
headerbar.selection-mode button.subtitle:visited *:link:hover,
headerbar.selection-mode .subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:visited button:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link button:link:hover,
headerbar.selection-mode button.subtitle:link button:link:hover,
headerbar.selection-mode button.subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover,
headerbar.selection-mode button.subtitle:visited button:link:hover,
headerbar.selection-mode .subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:visited button:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:visited button.subtitle:link:hover,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link:hover,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode .subtitle:link button:link:hover:visited,
headerbar.selection-mode button.subtitle:link button:link:hover:visited,
headerbar.selection-mode button.subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover:visited,
headerbar.selection-mode button.subtitle:visited button:link:hover:visited,
headerbar.selection-mode .subtitle:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link *:link:hover,
headerbar.selection-mode button.subtitle:link *:link:hover,
headerbar.selection-mode button.subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:link *:link:hover,
headerbar.selection-mode button.subtitle:visited *:link:hover,
headerbar.selection-mode .subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:visited button:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link button:link:hover,
headerbar.selection-mode button.subtitle:link button:link:hover,
headerbar.selection-mode button.subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover,
headerbar.selection-mode button.subtitle:visited button:link:hover,
headerbar.selection-mode .subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:visited button:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:visited button.subtitle:link:hover,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link:hover,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link:hover,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode .subtitle:link button:link:hover:visited,
headerbar.selection-mode button.subtitle:link button:link:hover:visited,
headerbar.selection-mode button.subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover:visited,
headerbar.selection-mode button.subtitle:visited button:link:hover:visited,
headerbar.selection-mode .subtitle:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited *:link:hover,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited button:link:hover,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited *:link:hover,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited button:link:hover,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited *:link:hover,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited button:link:hover,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:link *:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited *:link:hover,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited button:link:hover,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
*:selected headerbar.selection-mode .subtitle:link:hover,
*:selected headerbar.selection-mode button.subtitle:hover:link,
*:selected headerbar.selection-mode button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode button.subtitle:hover:visited,
button:selected:link headerbar.selection-mode .subtitle:link:hover,
button:selected:link headerbar.selection-mode .subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link:hover,
button:selected:visited headerbar.selection-mode .subtitle:link:hover,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:visited,
button:selected:link headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited,
button:selected:visited headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link:hover,
headerbar.selection-mode button:selected:link headerbar.selection-mode .subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link:hover,
headerbar.selection-mode button:selected:visited headerbar.selection-mode .subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:hover:visited,
button:selected:visited headerbar.selection-mode .subtitle:link:hover,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode *:selected .subtitle:link:hover,
headerbar.selection-mode *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected button.subtitle:hover:visited,
headerbar.selection-mode button:selected:link .subtitle:link:hover,
headerbar.selection-mode button:selected:link .subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode button:selected:visited .subtitle:link:hover,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode button:selected:link .subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode button:selected:visited .subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode button:selected:visited .subtitle:link:hover,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode .subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode button:selected:link .subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode button:selected:visited .subtitle:link:hover,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode .subtitle:link .subtitle:link:hover,
headerbar.selection-mode button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode button.subtitle:visited .subtitle:link:hover,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode .subtitle:link .subtitle:link:hover,
headerbar.selection-mode button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode button.subtitle:visited .subtitle:link:hover,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
*:selected headerbar.selection-mode headerbar .subtitle:link:hover,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:link:hover,
button:selected:link headerbar.selection-mode headerbar .subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:hover,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link:hover,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:hover,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:hover,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link:hover,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar *:selected .subtitle:link:hover,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:link:hover,
headerbar.selection-mode button:selected:link headerbar .subtitle:link:hover,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:link:hover,
headerbar.selection-mode button:selected:visited headerbar .subtitle:link:hover,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:hover,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link:hover,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link:hover,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link:hover,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link:hover,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link:hover,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link:hover,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link:hover,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link:hover,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:hover,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:hover,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited,
*:selected headerbar.selection-mode *.subtitle:hover:link,
*:selected headerbar.selection-mode button:hover:link,
*:selected headerbar.selection-mode button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode button:hover:visited,
button:selected:link headerbar.selection-mode *.subtitle:hover:link,
button:selected:link headerbar.selection-mode *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode *.subtitle:hover:link,
button:selected:visited headerbar.selection-mode *.subtitle:hover:link,
button:selected:link headerbar.selection-mode button:hover:link,
button:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
button:selected:visited headerbar.selection-mode button:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button:hover:visited,
button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
button:selected:visited headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode *.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode *.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:hover:visited,
button:selected:visited headerbar.selection-mode *.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button:hover:visited,
*:selected headerbar.selection-mode button.subtitle:hover:link,
*:selected headerbar.selection-mode button:hover:link,
*:selected headerbar.selection-mode button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode button:hover:visited,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button:hover:link,
button:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
button:selected:visited headerbar.selection-mode button:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button:hover:visited,
button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
button:selected:visited headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:hover:visited,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button:hover:visited,
*:selected headerbar.selection-mode button.subtitle:hover:link,
*:selected headerbar.selection-mode button:hover:link,
*:selected headerbar.selection-mode button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode button:hover:visited,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button:hover:link,
button:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
button:selected:visited headerbar.selection-mode button:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button:hover:visited,
button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
button:selected:visited headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:hover:visited,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button:hover:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
*:selected headerbar.selection-mode button.subtitle:hover:link:visited,
*:selected headerbar.selection-mode button:hover:visited:link,
*:selected headerbar.selection-mode button.subtitle:hover:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
*:selected headerbar.selection-mode button:hover:visited,
button:selected:link headerbar.selection-mode button.subtitle:hover:link:visited,
button:selected:link headerbar.selection-mode button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link:visited,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link:visited,
button:selected:link headerbar.selection-mode button:hover:visited:link,
button:selected:link headerbar.selection-mode button:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited:link,
button:selected:visited headerbar.selection-mode button:hover:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
button:selected:link headerbar.selection-mode button:hover:visited,
button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
button:selected:visited headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:hover:visited,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link:visited,
button:selected:visited headerbar.selection-mode button:hover:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
button:selected:visited headerbar.selection-mode button:hover:visited,
headerbar.selection-mode *:selected *.subtitle:hover:link,
headerbar.selection-mode *:selected button:hover:link,
headerbar.selection-mode *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected button:hover:visited,
headerbar.selection-mode button:selected:link *.subtitle:hover:link,
headerbar.selection-mode button:selected:link *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode button:selected:visited *.subtitle:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode button:selected:link *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode button:selected:visited *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode button:selected:visited *.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected button:hover:link,
headerbar.selection-mode *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected button:hover:visited,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected button:hover:link,
headerbar.selection-mode *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected button:hover:visited,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode *:selected headerbar button.subtitle:hover:link,
headerbar.selection-mode *:selected headerbar button:hover:link,
headerbar.selection-mode *:selected headerbar button.subtitle:hover:link,
headerbar.selection-mode *:selected headerbar button.subtitle:hover:link,
headerbar.selection-mode *:selected headerbar button:hover:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode *:selected button.subtitle:hover:link:visited,
headerbar.selection-mode *:selected button:hover:visited:link,
headerbar.selection-mode *:selected button.subtitle:hover:visited:link,
headerbar.selection-mode *:selected headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:visited:link,
headerbar.selection-mode *:selected button:hover:visited,
headerbar.selection-mode button:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode button:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link:visited,
headerbar.selection-mode button:selected:link button:hover:visited:link,
headerbar.selection-mode button:selected:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode button:selected:visited button:hover:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode button:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode button:selected:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode button:selected:visited button:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link:visited,
headerbar.selection-mode button:selected:visited button:hover:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode button:selected:link *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode button:selected:visited *.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode button:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link:visited,
headerbar.selection-mode .subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode button:selected:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode button:selected:visited button:hover:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:link *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited *.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:visited button:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:visited button:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:visited button:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link:visited,
headerbar.selection-mode .subtitle:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited *.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:visited button:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:visited button:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:visited button:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link:visited,
headerbar.selection-mode .subtitle:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
*:selected headerbar.selection-mode .subtitle:hover:link,
*:selected headerbar.selection-mode button:hover:link,
*:selected headerbar.selection-mode button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode button:hover:visited,
button:selected:link headerbar.selection-mode .subtitle:hover:link,
button:selected:link headerbar.selection-mode .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:hover:link,
button:selected:visited headerbar.selection-mode .subtitle:hover:link,
button:selected:link headerbar.selection-mode button:hover:link,
button:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
button:selected:visited headerbar.selection-mode button:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode button:hover:visited,
button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
button:selected:visited headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:hover:visited,
button:selected:visited headerbar.selection-mode .subtitle:hover:link,
button:selected:visited headerbar.selection-mode button:hover:link,
button:selected:visited headerbar.selection-mode button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode button:hover:visited,
headerbar.selection-mode *:selected .subtitle:hover:link,
headerbar.selection-mode *:selected button:hover:link,
headerbar.selection-mode *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode *:selected button:hover:visited,
headerbar.selection-mode button:selected:link .subtitle:hover:link,
headerbar.selection-mode button:selected:link .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode button:selected:visited .subtitle:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode button:selected:link .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode button:selected:visited .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode button:selected:visited .subtitle:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode button:selected:link .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode button:selected:visited .subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:link button:hover:link,
headerbar.selection-mode button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode button:selected:visited button:hover:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:link button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:link .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:visited button:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode button.subtitle:visited button:hover:link,
headerbar.selection-mode .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
*:selected headerbar.selection-mode headerbar .subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar .subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar *:selected .subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar .subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
*:selected headerbar.selection-mode headerbar *.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar *.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar *.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar *.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
*:selected headerbar.selection-mode headerbar button:hover:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
*:selected headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
button:selected:link headerbar.selection-mode headerbar button:hover:visited:link,
button:selected:link headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link:visited,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar *:selected *.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:visited,
headerbar.selection-mode headerbar button:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar *:selected button:hover:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar *:selected button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:selected:link headerbar *.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar *.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar *.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar button:hover:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar button:hover:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar button:hover:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar button:hover:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:visited:link,
headerbar.selection-mode button:selected:link headerbar button:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:visited:link,
headerbar.selection-mode button:selected:visited headerbar button:hover:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar *.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar *.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar *.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link:visited,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
*:selected headerbar.selection-mode headerbar .subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar .subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar *:selected .subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar .subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
*:selected headerbar.selection-mode headerbar .subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button.subtitle:hover:link,
*:selected headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar .subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:hover:link,
button:selected:visited headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar *:selected .subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button.subtitle:hover:link,
headerbar.selection-mode headerbar *:selected button:hover:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar .subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:link,
headerbar.selection-mode button:selected:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:hover:visited,
headerbar.selection-mode button:selected:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:link,
headerbar.selection-mode headerbar button:selected:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:hover:visited,
headerbar.selection-mode headerbar button:selected:visited button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:hover:link,
headerbar.selection-mode .subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:hover:link,
headerbar.selection-mode headerbar .subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:hover:visited {
color: mix(@theme_selected_fg_color_breeze,@theme_selected_bg_color_breeze,0.9); }
button:link > label:active,
headerbar.selection-mode button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:visited > label:active,
button:visited > label:active,
*:link:active,
button:active:link,
headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
button:active:visited,
button:link:active,
button:active:link,
headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
button:active:visited,
headerbar.selection-mode button.subtitle:link:active,
headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:visited,
button:link:active:visited,
button:active:visited:link,
headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:active:visited:link,
button:active:visited,
headerbar.selection-mode .subtitle:link:active,
headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode *.subtitle:active:link,
headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:active:link:visited,
headerbar.selection-mode button:active:visited:link,
headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button:active:visited,
headerbar.selection-mode .subtitle:active:link,
headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar *.subtitle:active:link,
headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:active:visited {
color: @link_color_breeze; }
*:selected button:link > label:active,
*:selected headerbar.selection-mode button.subtitle:link > label:active,
headerbar.selection-mode *:selected button.subtitle:link > label:active,
*:selected headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar *:selected button.subtitle:link > label:active,
*:selected headerbar.selection-mode button.subtitle:visited > label:active,
headerbar.selection-mode *:selected button.subtitle:visited > label:active,
*:selected headerbar.selection-mode headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar *:selected button.subtitle:visited > label:active,
*:selected button:visited > label:active, button:selected:link button:link > label:active,
button:selected:link headerbar.selection-mode button.subtitle:link > label:active,
headerbar.selection-mode button:selected:link button.subtitle:link > label:active,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:active,
button:selected:link headerbar.selection-mode button.subtitle:visited > label:active,
headerbar.selection-mode button:selected:link button.subtitle:visited > label:active,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:active,
button:selected:link button:visited > label:active, button:selected:link button:link > label:active,
button:selected:link headerbar.selection-mode button.subtitle:link > label:active,
headerbar.selection-mode button:selected:link button.subtitle:link > label:active,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:active,
button:selected:link headerbar.selection-mode button.subtitle:visited > label:active,
headerbar.selection-mode button:selected:link button.subtitle:visited > label:active,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:active,
button:selected:link button:visited > label:active,
headerbar.selection-mode button.subtitle:selected:link button:link > label:active,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:selected:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:active,
button:selected:visited button:link > label:active,
button:selected:visited headerbar.selection-mode button.subtitle:link > label:active,
headerbar.selection-mode button:selected:visited button.subtitle:link > label:active,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:active,
button:selected:visited headerbar.selection-mode button.subtitle:visited > label:active,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label:active,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:active,
button:selected:visited button:visited > label:active,
headerbar.selection-mode button.subtitle:selected:link button:link > label:active,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:selected:link button:visited > label:active,
headerbar.selection-mode button:selected:link button:link > label:active,
headerbar.selection-mode button:selected:link button.subtitle:link > label:active,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:active,
headerbar.selection-mode button:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode button:selected:link button:visited > label:active,
headerbar.selection-mode button.subtitle:selected:link button:link > label:active,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:selected:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:active,
headerbar.selection-mode button:selected:visited button:link > label:active,
headerbar.selection-mode button:selected:visited button.subtitle:link > label:active,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:active,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label:active,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:active,
headerbar.selection-mode button:selected:visited button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:active,
headerbar.selection-mode headerbar button:selected:link button:link > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:active,
headerbar.selection-mode headerbar button:selected:visited button:link > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:visited button:visited > label:active,
button:selected:visited button:link > label:active,
button:selected:visited headerbar.selection-mode button.subtitle:link > label:active,
headerbar.selection-mode button:selected:visited button.subtitle:link > label:active,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:active,
button:selected:visited headerbar.selection-mode button.subtitle:visited > label:active,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label:active,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:active,
button:selected:visited button:visited > label:active,
headerbar.selection-mode .subtitle:selected:link button:link > label:active,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode .subtitle:selected:link button:visited > label:active,
headerbar.selection-mode button:selected:link button:link > label:active,
headerbar.selection-mode button:selected:link button.subtitle:link > label:active,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:active,
headerbar.selection-mode button:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode button:selected:link button:visited > label:active,
headerbar.selection-mode button.subtitle:selected:link button:link > label:active,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:selected:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:active,
headerbar.selection-mode button:selected:visited button:link > label:active,
headerbar.selection-mode button:selected:visited button.subtitle:link > label:active,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:active,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label:active,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:active,
headerbar.selection-mode button:selected:visited button:visited > label:active,
headerbar.selection-mode headerbar .subtitle:selected:link button:link > label:active,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited > label:active,
headerbar.selection-mode headerbar button:selected:link button:link > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label:active,
headerbar.selection-mode headerbar button:selected:visited button:link > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button:selected:visited button:visited > label:active,
headerbar.selection-mode .subtitle:link button:link > label:active,
headerbar.selection-mode button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode .subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode .subtitle:link button:visited > label:active,
headerbar.selection-mode button.subtitle:link button:link > label:active,
headerbar.selection-mode button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:link button:visited > label:active,
headerbar.selection-mode button.subtitle:link button:link > label:active,
headerbar.selection-mode button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:active,
headerbar.selection-mode button.subtitle:visited button:link > label:active,
headerbar.selection-mode button.subtitle:visited button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:visited button:visited > label:active,
headerbar.selection-mode .subtitle:link button:link > label:active,
headerbar.selection-mode button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode .subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode .subtitle:link button:visited > label:active,
headerbar.selection-mode button.subtitle:link button:link > label:active,
headerbar.selection-mode button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:link button:visited > label:active,
headerbar.selection-mode button.subtitle:link button:link > label:active,
headerbar.selection-mode button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:active,
headerbar.selection-mode button.subtitle:visited button:link > label:active,
headerbar.selection-mode button.subtitle:visited button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:active,
headerbar.selection-mode button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:visited > label:active,
headerbar.selection-mode button.subtitle:visited button:visited > label:active,
headerbar.selection-mode headerbar .subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar .subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label:active,
headerbar.selection-mode headerbar .subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar .subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label:active,
headerbar.selection-mode headerbar .subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar .subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label:active,
headerbar.selection-mode headerbar .subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar .subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label:active,
headerbar.selection-mode headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:visited > label:active,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label:active, *:selected *:link:active, *:selected button:active:link,
*:selected headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode *:selected button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
*:selected button:active:visited, button:selected:link *:link:active, button:selected:link *:link:active,
headerbar.selection-mode button.subtitle:selected:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:active,
button:selected:visited *:link:active, button:selected:link button:active:link, button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
button:selected:visited button:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
button:selected:link button:active:visited,
button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
button:selected:visited button:active:visited,
headerbar.selection-mode button.subtitle:selected:link *:link:active,
headerbar.selection-mode button:selected:link *:link:active,
headerbar.selection-mode button.subtitle:selected:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:active,
headerbar.selection-mode button:selected:visited *:link:active,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:active,
headerbar.selection-mode headerbar button:selected:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:active,
headerbar.selection-mode headerbar button:selected:visited *:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
button:selected:visited *:link:active,
button:selected:visited button:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
button:selected:visited button:active:visited, *:selected button:link:active, *:selected button:active:link,
*:selected headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode *:selected button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
*:selected button:active:visited, button:selected:link button:link:active, button:selected:link button:link:active,
headerbar.selection-mode button.subtitle:selected:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active,
button:selected:visited button:link:active, button:selected:link button:active:link, button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
button:selected:visited button:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
button:selected:link button:active:visited,
button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
button:selected:visited button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:active,
headerbar.selection-mode button:selected:link button:link:active,
headerbar.selection-mode button.subtitle:selected:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active,
headerbar.selection-mode button:selected:visited button:link:active,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active,
headerbar.selection-mode headerbar button:selected:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active,
headerbar.selection-mode headerbar button:selected:visited button:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
button:selected:visited button:link:active,
button:selected:visited button:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
button:selected:visited button:active:visited,
*:selected headerbar.selection-mode button.subtitle:link:active,
*:selected headerbar.selection-mode button.subtitle:active:link,
*:selected headerbar.selection-mode button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode *:selected button.subtitle:link:active,
headerbar.selection-mode *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected button.subtitle:active:visited,
button:selected:link headerbar.selection-mode button.subtitle:link:active,
button:selected:link headerbar.selection-mode button.subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link:active,
button:selected:visited headerbar.selection-mode button.subtitle:link:active,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:visited,
button:selected:link headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited,
button:selected:visited headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode button:selected:link button.subtitle:link:active,
headerbar.selection-mode button:selected:link button.subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode button:selected:visited button.subtitle:link:active,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:visited,
headerbar.selection-mode button:selected:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode button:selected:link button.subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode button:selected:visited button.subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode button:selected:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
button:selected:visited headerbar.selection-mode button.subtitle:link:active,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode button:selected:visited button.subtitle:link:active,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:link:active,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:link:active,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link:active,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link:active,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link:active,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link:active,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link:active,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link:active,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
*:selected button:link:active:visited,
*:selected button:active:visited:link,
*:selected headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode *:selected button.subtitle:active:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:visited:link,
*:selected button:active:visited,
button:selected:link button:link:active:visited,
button:selected:link button:link:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active:visited,
button:selected:visited button:link:active:visited,
button:selected:link button:active:visited:link,
button:selected:link button:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
button:selected:visited button:active:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:active:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
button:selected:link button:active:visited,
button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
button:selected:visited button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:active:visited,
headerbar.selection-mode button:selected:link button:link:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active:visited,
headerbar.selection-mode button:selected:visited button:link:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode button:selected:link button:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode button:selected:visited button:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active:visited,
headerbar.selection-mode headerbar button:selected:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
button:selected:visited button:link:active:visited,
button:selected:visited button:active:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:selected:link *:link:active,
headerbar.selection-mode button:selected:link *:link:active,
headerbar.selection-mode button.subtitle:selected:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:active,
headerbar.selection-mode button:selected:visited *:link:active,
headerbar.selection-mode .subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:selected:link button:link:active,
headerbar.selection-mode button:selected:link button:link:active,
headerbar.selection-mode button.subtitle:selected:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active,
headerbar.selection-mode button:selected:visited button:link:active,
headerbar.selection-mode .subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode button:selected:link button.subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode button:selected:visited button.subtitle:link:active,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode button:selected:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link:active,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link:active,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link:active,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode .subtitle:selected:link button:link:active:visited,
headerbar.selection-mode button:selected:link button:link:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active:visited,
headerbar.selection-mode button:selected:visited button:link:active:visited,
headerbar.selection-mode .subtitle:selected:link button:active:visited:link,
headerbar.selection-mode button:selected:link button:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode button:selected:visited button:active:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link *:link:active,
headerbar.selection-mode headerbar button:selected:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link:active,
headerbar.selection-mode headerbar button:selected:visited *:link:active,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:link:active,
headerbar.selection-mode headerbar button:selected:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active,
headerbar.selection-mode headerbar button:selected:visited button:link:active,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:link:active:visited,
headerbar.selection-mode headerbar button:selected:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:link:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:link *:link:active,
headerbar.selection-mode button.subtitle:link *:link:active,
headerbar.selection-mode button.subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:link *:link:active,
headerbar.selection-mode button.subtitle:visited *:link:active,
headerbar.selection-mode .subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:visited button:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link button:link:active,
headerbar.selection-mode button.subtitle:link button:link:active,
headerbar.selection-mode button.subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:link button:link:active,
headerbar.selection-mode button.subtitle:visited button:link:active,
headerbar.selection-mode .subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:visited button:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link button.subtitle:link:active,
headerbar.selection-mode button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode button.subtitle:visited button.subtitle:link:active,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link:active,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link:active,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link:active,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link:active,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode .subtitle:link button:link:active:visited,
headerbar.selection-mode button.subtitle:link button:link:active:visited,
headerbar.selection-mode button.subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:active:visited,
headerbar.selection-mode button.subtitle:visited button:link:active:visited,
headerbar.selection-mode .subtitle:link button:active:visited:link,
headerbar.selection-mode button.subtitle:link button:active:visited:link,
headerbar.selection-mode button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode button.subtitle:visited button:active:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link *:link:active,
headerbar.selection-mode button.subtitle:link *:link:active,
headerbar.selection-mode button.subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:link *:link:active,
headerbar.selection-mode button.subtitle:visited *:link:active,
headerbar.selection-mode .subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:visited button:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link button:link:active,
headerbar.selection-mode button.subtitle:link button:link:active,
headerbar.selection-mode button.subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:link button:link:active,
headerbar.selection-mode button.subtitle:visited button:link:active,
headerbar.selection-mode .subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:visited button:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link button.subtitle:link:active,
headerbar.selection-mode button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode button.subtitle:visited button.subtitle:link:active,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link:active,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link:active,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link:active,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link:active,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode .subtitle:link button:link:active:visited,
headerbar.selection-mode button.subtitle:link button:link:active:visited,
headerbar.selection-mode button.subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:active:visited,
headerbar.selection-mode button.subtitle:visited button:link:active:visited,
headerbar.selection-mode .subtitle:link button:active:visited:link,
headerbar.selection-mode button.subtitle:link button:active:visited:link,
headerbar.selection-mode button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode button.subtitle:visited button:active:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:visited *:link:active,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:visited button:link:active,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:active:visited,
headerbar.selection-mode headerbar .subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:visited *:link:active,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:visited button:link:active,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:active:visited,
headerbar.selection-mode headerbar .subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:visited *:link:active,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:visited button:link:active,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:active:visited,
headerbar.selection-mode headerbar .subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:link *:link:active,
headerbar.selection-mode headerbar button.subtitle:visited *:link:active,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:link button:link:active,
headerbar.selection-mode headerbar button.subtitle:visited button:link:active,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:active:visited,
headerbar.selection-mode headerbar .subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
*:selected headerbar.selection-mode .subtitle:link:active,
*:selected headerbar.selection-mode button.subtitle:active:link,
*:selected headerbar.selection-mode button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode button.subtitle:active:visited,
button:selected:link headerbar.selection-mode .subtitle:link:active,
button:selected:link headerbar.selection-mode .subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link:active,
button:selected:visited headerbar.selection-mode .subtitle:link:active,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:visited,
button:selected:link headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited,
button:selected:visited headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link:active,
headerbar.selection-mode button:selected:link headerbar.selection-mode .subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link:active,
headerbar.selection-mode button:selected:visited headerbar.selection-mode .subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:active:visited,
button:selected:visited headerbar.selection-mode .subtitle:link:active,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:visited,
headerbar.selection-mode *:selected .subtitle:link:active,
headerbar.selection-mode *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected button.subtitle:active:visited,
headerbar.selection-mode button:selected:link .subtitle:link:active,
headerbar.selection-mode button:selected:link .subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode button:selected:visited .subtitle:link:active,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:visited,
headerbar.selection-mode button:selected:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode button:selected:link .subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode button:selected:visited .subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode button:selected:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode button:selected:visited .subtitle:link:active,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode .subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode button:selected:link .subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode button:selected:visited .subtitle:link:active,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode button:selected:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode .subtitle:link .subtitle:link:active,
headerbar.selection-mode button.subtitle:link .subtitle:link:active,
headerbar.selection-mode button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode button.subtitle:visited .subtitle:link:active,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode .subtitle:link .subtitle:link:active,
headerbar.selection-mode button.subtitle:link .subtitle:link:active,
headerbar.selection-mode button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode button.subtitle:visited .subtitle:link:active,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
*:selected headerbar.selection-mode headerbar .subtitle:link:active,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:link:active,
button:selected:link headerbar.selection-mode headerbar .subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:active,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link:active,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:active,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:active,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link:active,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar *:selected .subtitle:link:active,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:link:active,
headerbar.selection-mode button:selected:link headerbar .subtitle:link:active,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:link:active,
headerbar.selection-mode button:selected:visited headerbar .subtitle:link:active,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link:active,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link:active,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link:active,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link:active,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link:active,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link:active,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link:active,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link:active,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link:active,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link:active,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link:active,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited,
*:selected headerbar.selection-mode *.subtitle:active:link,
*:selected headerbar.selection-mode button:active:link,
*:selected headerbar.selection-mode button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode button:active:visited,
button:selected:link headerbar.selection-mode *.subtitle:active:link,
button:selected:link headerbar.selection-mode *.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode *.subtitle:active:link,
button:selected:visited headerbar.selection-mode *.subtitle:active:link,
button:selected:link headerbar.selection-mode button:active:link,
button:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
button:selected:visited headerbar.selection-mode button:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode button:active:visited,
button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
button:selected:visited headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode *.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode *.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode *.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode *.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:active:visited,
button:selected:visited headerbar.selection-mode *.subtitle:active:link,
button:selected:visited headerbar.selection-mode button:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button:active:visited,
*:selected headerbar.selection-mode button.subtitle:active:link,
*:selected headerbar.selection-mode button:active:link,
*:selected headerbar.selection-mode button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode button:active:visited,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode button:active:link,
button:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
button:selected:visited headerbar.selection-mode button:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode button:active:visited,
button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
button:selected:visited headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:active:visited,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button:active:visited,
*:selected headerbar.selection-mode button.subtitle:active:link,
*:selected headerbar.selection-mode button:active:link,
*:selected headerbar.selection-mode button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode button:active:visited,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode button:active:link,
button:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
button:selected:visited headerbar.selection-mode button:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode button:active:visited,
button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
button:selected:visited headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:active:visited,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button:active:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button:active:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
*:selected headerbar.selection-mode button.subtitle:active:link:visited,
*:selected headerbar.selection-mode button:active:visited:link,
*:selected headerbar.selection-mode button.subtitle:active:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:visited:link,
*:selected headerbar.selection-mode button:active:visited,
button:selected:link headerbar.selection-mode button.subtitle:active:link:visited,
button:selected:link headerbar.selection-mode button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link:visited,
button:selected:visited headerbar.selection-mode button.subtitle:active:link:visited,
button:selected:link headerbar.selection-mode button:active:visited:link,
button:selected:link headerbar.selection-mode button:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited:link,
button:selected:visited headerbar.selection-mode button:active:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited:link,
button:selected:link headerbar.selection-mode button:active:visited,
button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
button:selected:visited headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:active:visited,
button:selected:visited headerbar.selection-mode button.subtitle:active:link:visited,
button:selected:visited headerbar.selection-mode button:active:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited:link,
button:selected:visited headerbar.selection-mode button:active:visited,
headerbar.selection-mode *:selected *.subtitle:active:link,
headerbar.selection-mode *:selected button:active:link,
headerbar.selection-mode *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected button:active:visited,
headerbar.selection-mode button:selected:link *.subtitle:active:link,
headerbar.selection-mode button:selected:link *.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode button:selected:visited *.subtitle:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode button:selected:link *.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode button:selected:visited *.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode button:selected:visited *.subtitle:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected button:active:link,
headerbar.selection-mode *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected button:active:visited,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected button:active:link,
headerbar.selection-mode *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected button:active:visited,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode *:selected headerbar button.subtitle:active:link,
headerbar.selection-mode *:selected headerbar button:active:link,
headerbar.selection-mode *:selected headerbar button.subtitle:active:link,
headerbar.selection-mode *:selected headerbar button.subtitle:active:link,
headerbar.selection-mode *:selected headerbar button:active:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode *:selected button.subtitle:active:link:visited,
headerbar.selection-mode *:selected button:active:visited:link,
headerbar.selection-mode *:selected button.subtitle:active:visited:link,
headerbar.selection-mode *:selected headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:visited:link,
headerbar.selection-mode *:selected button:active:visited,
headerbar.selection-mode button:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode button:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode button:selected:visited button.subtitle:active:link:visited,
headerbar.selection-mode button:selected:link button:active:visited:link,
headerbar.selection-mode button:selected:link button:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode button:selected:visited button:active:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode button:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode button:selected:visited button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode button:selected:link button:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode button:selected:visited button:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode button:selected:visited button.subtitle:active:link:visited,
headerbar.selection-mode button:selected:visited button:active:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode button:selected:link *.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode button:selected:visited *.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode button:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode button:selected:visited button.subtitle:active:link:visited,
headerbar.selection-mode .subtitle:selected:link button:active:visited:link,
headerbar.selection-mode button:selected:link button:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode button:selected:visited button:active:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:link *.subtitle:active:link,
headerbar.selection-mode button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited *.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:visited button:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:visited button:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:visited button:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link:visited,
headerbar.selection-mode .subtitle:link button:active:visited:link,
headerbar.selection-mode button.subtitle:link button:active:visited:link,
headerbar.selection-mode button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode button.subtitle:visited button:active:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link *.subtitle:active:link,
headerbar.selection-mode button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited *.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:visited button:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:visited button:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:visited button:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link:visited,
headerbar.selection-mode .subtitle:link button:active:visited:link,
headerbar.selection-mode button.subtitle:link button:active:visited:link,
headerbar.selection-mode button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode button.subtitle:visited button:active:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
*:selected headerbar.selection-mode .subtitle:active:link,
*:selected headerbar.selection-mode button:active:link,
*:selected headerbar.selection-mode button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode button:active:visited,
button:selected:link headerbar.selection-mode .subtitle:active:link,
button:selected:link headerbar.selection-mode .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:active:link,
button:selected:visited headerbar.selection-mode .subtitle:active:link,
button:selected:link headerbar.selection-mode button:active:link,
button:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
button:selected:visited headerbar.selection-mode button:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode button:active:visited,
button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
button:selected:visited headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button:active:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button:active:visited,
button:selected:visited headerbar.selection-mode .subtitle:active:link,
button:selected:visited headerbar.selection-mode button:active:link,
button:selected:visited headerbar.selection-mode button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode button:active:visited,
headerbar.selection-mode *:selected .subtitle:active:link,
headerbar.selection-mode *:selected button:active:link,
headerbar.selection-mode *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode *:selected button:active:visited,
headerbar.selection-mode button:selected:link .subtitle:active:link,
headerbar.selection-mode button:selected:link .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode button:selected:visited .subtitle:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode button:selected:link .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode button:selected:visited .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode button:selected:visited .subtitle:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode button:selected:link .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode button:selected:visited .subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:link button:active:link,
headerbar.selection-mode button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode button:selected:visited button:active:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:link button:active:visited,
headerbar.selection-mode button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:link .subtitle:active:link,
headerbar.selection-mode button.subtitle:link .subtitle:active:link,
headerbar.selection-mode button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:visited button:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link .subtitle:active:link,
headerbar.selection-mode button.subtitle:link .subtitle:active:link,
headerbar.selection-mode button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode button.subtitle:visited button:active:link,
headerbar.selection-mode .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode .subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
*:selected headerbar.selection-mode headerbar .subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar .subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar *:selected .subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar .subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
*:selected headerbar.selection-mode headerbar *.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar *.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar *.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar *.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar *.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar *.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar *.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link:visited,
*:selected headerbar.selection-mode headerbar button:active:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:visited:link,
*:selected headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link:visited,
button:selected:link headerbar.selection-mode headerbar button:active:visited:link,
button:selected:link headerbar.selection-mode headerbar button:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:active:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited:link,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link:visited,
button:selected:visited headerbar.selection-mode headerbar button:active:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:visited:link,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar *:selected *.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:visited,
headerbar.selection-mode headerbar button:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link:visited,
headerbar.selection-mode headerbar *:selected button:active:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:visited:link,
headerbar.selection-mode headerbar *:selected button:active:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:selected:link headerbar *.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar *.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar *.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar *.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar button:active:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar button:active:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar button:active:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar button:active:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:visited:link,
headerbar.selection-mode button:selected:link headerbar button:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:visited:link,
headerbar.selection-mode button:selected:visited headerbar button:active:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited *.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:link headerbar *.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar *.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar *.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar *.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link:visited,
headerbar.selection-mode .subtitle:link headerbar button:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link headerbar *.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar *.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar *.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar *.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link:visited,
headerbar.selection-mode .subtitle:link headerbar button:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:visited:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link *.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited *.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
*:selected headerbar.selection-mode headerbar .subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar .subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar *:selected .subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar .subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
*:selected headerbar.selection-mode headerbar .subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button.subtitle:active:link,
*:selected headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar .subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button:active:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:active:link,
button:selected:visited headerbar.selection-mode headerbar button:active:visited,
headerbar.selection-mode headerbar *:selected .subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button.subtitle:active:link,
headerbar.selection-mode headerbar *:selected button:active:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar .subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:link,
headerbar.selection-mode button:selected:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:active:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button:active:visited,
headerbar.selection-mode button:selected:visited headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:link,
headerbar.selection-mode headerbar button:selected:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:active:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:active:visited,
headerbar.selection-mode headerbar button:selected:visited button:active:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:link headerbar button:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:active:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:active:link,
headerbar.selection-mode .subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button:active:visited,
headerbar.selection-mode button.subtitle:visited headerbar button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:link button:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:active:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:active:link,
headerbar.selection-mode headerbar .subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:link button:active:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:active:visited {
color: mix(@theme_selected_fg_color_breeze,@theme_selected_bg_color_breeze,0.8); }
button:link > label:backdrop,
headerbar.selection-mode button.subtitle:link > label:backdrop,
headerbar.selection-mode headerbar button.subtitle:link > label:backdrop,
headerbar.selection-mode button.subtitle:visited > label:backdrop,
headerbar.selection-mode headerbar button.subtitle:visited > label:backdrop,
button:visited > label:backdrop, button:link > label:backdrop:hover,
headerbar.selection-mode button.subtitle:link > label:backdrop:hover,
headerbar.selection-mode headerbar button.subtitle:link > label:backdrop:hover,
headerbar.selection-mode button.subtitle:visited > label:backdrop:hover,
headerbar.selection-mode headerbar button.subtitle:visited > label:backdrop:hover,
button:visited > label:backdrop:hover, button:link > label:backdrop:hover:selected,
headerbar.selection-mode button.subtitle:link > label:backdrop:hover:selected,
headerbar.selection-mode headerbar button.subtitle:link > label:backdrop:hover:selected,
headerbar.selection-mode button.subtitle:visited > label:backdrop:hover:selected,
headerbar.selection-mode headerbar button.subtitle:visited > label:backdrop:hover:selected,
button:visited > label:backdrop:hover:selected,
headerbar.selection-mode button:link > label.subtitle:backdrop:hover:link,
headerbar.selection-mode button.subtitle:link > label.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:link > label.subtitle:backdrop:hover:link,
headerbar.selection-mode button.subtitle:visited > label.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited > label.subtitle:backdrop:hover:link,
headerbar.selection-mode button:visited > label.subtitle:backdrop:hover:link,
headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:hover:visited,
label:backdrop headerbar.selection-mode button:hover:link,
label:backdrop headerbar.selection-mode button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode button:hover:visited,
headerbar.selection-mode label:backdrop button:hover:link,
headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode label:backdrop button:hover:visited,
headerbar.selection-mode headerbar button:link > label.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:link > label.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:link > label.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited > label.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:visited > label.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:visited > label.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
label:backdrop headerbar.selection-mode headerbar button:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar label:backdrop button:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button:hover:visited,
*:link:backdrop,
button:backdrop:link,
headerbar.selection-mode button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
button:backdrop:visited,
button:link:backdrop,
button:backdrop:link,
headerbar.selection-mode button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
button:backdrop:visited,
headerbar.selection-mode button.subtitle:link:backdrop,
headerbar.selection-mode button.subtitle:backdrop:link,
headerbar.selection-mode button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode button.subtitle:backdrop:visited,
headerbar.selection-mode headerbar button.subtitle:link:backdrop,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:visited,
button:link:backdrop:visited,
button:backdrop:visited:link,
headerbar.selection-mode button.subtitle:backdrop:visited:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:visited:link,
button:backdrop:visited,
headerbar.selection-mode .subtitle:link:backdrop,
headerbar.selection-mode button.subtitle:backdrop:link,
headerbar.selection-mode button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode button.subtitle:backdrop:visited,
headerbar.selection-mode headerbar .subtitle:link:backdrop,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:visited,
headerbar.selection-mode *.subtitle:backdrop:link,
headerbar.selection-mode button:backdrop:link,
headerbar.selection-mode button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode button:backdrop:visited,
headerbar.selection-mode button.subtitle:backdrop:link,
headerbar.selection-mode button:backdrop:link,
headerbar.selection-mode button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode button:backdrop:visited,
headerbar.selection-mode button.subtitle:backdrop:link,
headerbar.selection-mode button:backdrop:link,
headerbar.selection-mode button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode button:backdrop:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:visited,
headerbar.selection-mode button.subtitle:backdrop:link:visited,
headerbar.selection-mode button:backdrop:visited:link,
headerbar.selection-mode button.subtitle:backdrop:visited:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:visited:link,
headerbar.selection-mode button:backdrop:visited,
headerbar.selection-mode .subtitle:backdrop:link,
headerbar.selection-mode button:backdrop:link,
headerbar.selection-mode button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode button:backdrop:visited,
headerbar.selection-mode headerbar .subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:visited,
headerbar.selection-mode headerbar *.subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:link:visited,
headerbar.selection-mode headerbar button:backdrop:visited:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:visited:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:visited:link,
headerbar.selection-mode headerbar button:backdrop:visited,
headerbar.selection-mode headerbar .subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:visited,
headerbar.selection-mode headerbar .subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:link,
headerbar.selection-mode headerbar button:backdrop:visited,
label:backdrop selction:link,
headerbar.selection-mode label:backdrop selction.subtitle:link,
headerbar.selection-mode label:backdrop button.subtitle:link,
headerbar.selection-mode label:backdrop button.subtitle:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:link,
headerbar.selection-mode label:backdrop button.subtitle:visited,
label:backdrop headerbar.selection-mode selction.subtitle:link,
label:backdrop headerbar.selection-mode button.subtitle:link,
label:backdrop headerbar.selection-mode button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:link,
label:backdrop headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:visited,
label:backdrop headerbar.selection-mode headerbar selction.subtitle:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode label:backdrop selction.subtitle:link,
headerbar.selection-mode label:backdrop button.subtitle:link,
headerbar.selection-mode label:backdrop button.subtitle:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:link,
headerbar.selection-mode label:backdrop button.subtitle:visited,
label:backdrop headerbar.selection-mode selction.subtitle:link,
label:backdrop headerbar.selection-mode button.subtitle:link,
label:backdrop headerbar.selection-mode button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:link,
label:backdrop headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar.selection-mode label:backdrop selction.subtitle:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:visited,
label:backdrop headerbar.selection-mode headerbar.selection-mode selction.subtitle:link,
label:backdrop headerbar.selection-mode headerbar.selection-mode button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar.selection-mode button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar.selection-mode button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop selction.subtitle:link,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop button.subtitle:visited,
label:backdrop headerbar.selection-mode headerbar headerbar.selection-mode selction.subtitle:link,
label:backdrop headerbar.selection-mode headerbar headerbar.selection-mode button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar headerbar.selection-mode button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:visited,
label:backdrop headerbar.selection-mode headerbar selction.subtitle:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:visited,
label:backdrop headerbar.selection-mode headerbar selction.subtitle:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar headerbar label:backdrop selction.subtitle:link,
headerbar.selection-mode headerbar headerbar label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar headerbar label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar headerbar label:backdrop button.subtitle:link,
headerbar.selection-mode headerbar headerbar label:backdrop button.subtitle:visited,
label:backdrop headerbar.selection-mode headerbar headerbar selction.subtitle:link,
label:backdrop headerbar.selection-mode headerbar headerbar button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar headerbar button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar headerbar button.subtitle:link,
label:backdrop headerbar.selection-mode headerbar headerbar button.subtitle:visited,
*:link:backdrop:hover,
button:backdrop:hover:link,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
button:backdrop:hover:visited,
button:link:backdrop:hover,
button:backdrop:hover:link,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
button:backdrop:hover:visited,
headerbar.selection-mode button.subtitle:link:backdrop:hover,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode button.subtitle:backdrop:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link:backdrop:hover,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited,
button:link:backdrop:hover:visited,
button:backdrop:hover:visited:link,
headerbar.selection-mode button.subtitle:backdrop:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited:link,
button:backdrop:hover:visited,
headerbar.selection-mode .subtitle:link:backdrop:hover,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode button.subtitle:backdrop:hover:visited,
headerbar.selection-mode headerbar .subtitle:link:backdrop:hover,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited,
headerbar.selection-mode *.subtitle:backdrop:hover:link,
headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:backdrop:hover:link:visited,
headerbar.selection-mode button:hover:visited:link,
headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button:hover:visited,
headerbar.selection-mode .subtitle:backdrop:hover:link,
headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar .subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar *.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link:visited,
headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
label:backdrop selction:link:hover,
headerbar.selection-mode label:backdrop selction.subtitle:link:hover,
headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode label:backdrop button.subtitle:hover:visited,
label:backdrop headerbar.selection-mode selction.subtitle:link:hover,
label:backdrop headerbar.selection-mode button.subtitle:hover:link,
label:backdrop headerbar.selection-mode button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:link:hover,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:visited,
label:backdrop headerbar.selection-mode headerbar selction.subtitle:link:hover,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode label:backdrop button:hover:link,
headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode label:backdrop button:hover:visited,
label:backdrop headerbar.selection-mode selction.subtitle:hover:link,
label:backdrop headerbar.selection-mode button:hover:link,
label:backdrop headerbar.selection-mode button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar.selection-mode label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button:hover:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button:hover:visited,
label:backdrop headerbar.selection-mode headerbar.selection-mode selction.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar.selection-mode button:hover:link,
label:backdrop headerbar.selection-mode headerbar.selection-mode button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar.selection-mode button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop button:hover:link,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop button:hover:visited,
label:backdrop headerbar.selection-mode headerbar headerbar.selection-mode selction.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar headerbar.selection-mode button:hover:link,
label:backdrop headerbar.selection-mode headerbar headerbar.selection-mode button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button:hover:visited,
label:backdrop headerbar.selection-mode headerbar selction.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button:hover:visited,
label:backdrop headerbar.selection-mode headerbar selction.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar headerbar label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar label:backdrop button:hover:link,
headerbar.selection-mode headerbar headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar label:backdrop button:hover:visited,
label:backdrop headerbar.selection-mode headerbar headerbar selction.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar headerbar button:hover:link,
label:backdrop headerbar.selection-mode headerbar headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar headerbar button:hover:visited,
*:link:backdrop:hover:selected,
button:backdrop:hover:selected:link,
headerbar.selection-mode button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:link,
button:backdrop:hover:selected:visited,
button:link:backdrop:hover:selected,
button:backdrop:hover:selected:link,
headerbar.selection-mode button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:link,
button:backdrop:hover:selected:visited,
headerbar.selection-mode button.subtitle:link:backdrop:hover:selected,
headerbar.selection-mode button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode button.subtitle:backdrop:hover:selected:visited,
headerbar.selection-mode headerbar button.subtitle:link:backdrop:hover:selected,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:visited,
button:link:backdrop:hover:selected:visited,
button:backdrop:hover:selected:visited:link,
headerbar.selection-mode button.subtitle:backdrop:hover:selected:visited:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:visited:link,
button:backdrop:hover:selected:visited,
headerbar.selection-mode .subtitle:link:backdrop:hover:selected,
headerbar.selection-mode button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode button.subtitle:backdrop:hover:selected:visited,
headerbar.selection-mode headerbar .subtitle:link:backdrop:hover:selected,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:visited,
headerbar.selection-mode *.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode button:selected:link,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode button:selected:visited,
headerbar.selection-mode button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode button:selected:link,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode button:selected:visited,
headerbar.selection-mode button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode button:selected:link,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode button:selected:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode button.subtitle:backdrop:hover:selected:link:visited,
headerbar.selection-mode button:selected:visited:link,
headerbar.selection-mode button.subtitle:selected:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:visited:link,
headerbar.selection-mode button:selected:visited,
headerbar.selection-mode .subtitle:backdrop:hover:selected:link,
headerbar.selection-mode button:selected:link,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode button:selected:visited,
headerbar.selection-mode headerbar .subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar *.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:selected:link:visited,
headerbar.selection-mode headerbar button:selected:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:visited:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar .subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar .subtitle:backdrop:hover:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
label:backdrop selction:link:hover:selected,
headerbar.selection-mode label:backdrop selction.subtitle:link:hover:selected,
headerbar.selection-mode label:backdrop button.subtitle:hover:selected:link,
headerbar.selection-mode label:backdrop button.subtitle:hover:selected:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:hover:selected:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:selected:link,
headerbar.selection-mode label:backdrop button.subtitle:hover:selected:visited,
label:backdrop headerbar.selection-mode selction.subtitle:link:hover:selected,
label:backdrop headerbar.selection-mode button.subtitle:hover:selected:link,
label:backdrop headerbar.selection-mode button.subtitle:hover:selected:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:selected:link,
label:backdrop headerbar.selection-mode button.subtitle:hover:selected:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:link:hover:selected,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:selected:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:selected:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:selected:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:selected:visited,
label:backdrop headerbar.selection-mode headerbar selction.subtitle:link:hover:selected,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:selected:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:selected:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:selected:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:selected:visited,
headerbar.selection-mode label:backdrop selction.subtitle:hover:selected:link,
headerbar.selection-mode label:backdrop button:selected:link,
headerbar.selection-mode label:backdrop button.subtitle:selected:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:selected:link,
headerbar.selection-mode label:backdrop button:selected:visited,
label:backdrop headerbar.selection-mode selction.subtitle:hover:selected:link,
label:backdrop headerbar.selection-mode button:selected:link,
label:backdrop headerbar.selection-mode button.subtitle:selected:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:selected:link,
label:backdrop headerbar.selection-mode button:selected:visited,
headerbar.selection-mode headerbar.selection-mode label:backdrop selction.subtitle:hover:selected:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button:selected:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:selected:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:selected:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button:selected:visited,
label:backdrop headerbar.selection-mode headerbar.selection-mode selction.subtitle:hover:selected:link,
label:backdrop headerbar.selection-mode headerbar.selection-mode button:selected:link,
label:backdrop headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link,
label:backdrop headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link,
label:backdrop headerbar.selection-mode headerbar.selection-mode button:selected:visited,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop selction.subtitle:hover:selected:link,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop button:selected:link,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop button.subtitle:selected:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:selected:link,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop button:selected:visited,
label:backdrop headerbar.selection-mode headerbar headerbar.selection-mode selction.subtitle:hover:selected:link,
label:backdrop headerbar.selection-mode headerbar headerbar.selection-mode button:selected:link,
label:backdrop headerbar.selection-mode headerbar headerbar.selection-mode button.subtitle:selected:link,
label:backdrop headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link,
label:backdrop headerbar.selection-mode headerbar headerbar.selection-mode button:selected:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:hover:selected:link,
headerbar.selection-mode headerbar label:backdrop button:selected:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:selected:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:selected:link,
headerbar.selection-mode headerbar label:backdrop button:selected:visited,
label:backdrop headerbar.selection-mode headerbar selction.subtitle:hover:selected:link,
label:backdrop headerbar.selection-mode headerbar button:selected:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:selected:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:selected:link,
label:backdrop headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:hover:selected:link,
headerbar.selection-mode headerbar label:backdrop button:selected:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:selected:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:selected:link,
headerbar.selection-mode headerbar label:backdrop button:selected:visited,
label:backdrop headerbar.selection-mode headerbar selction.subtitle:hover:selected:link,
label:backdrop headerbar.selection-mode headerbar button:selected:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:selected:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:selected:link,
label:backdrop headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar headerbar label:backdrop selction.subtitle:hover:selected:link,
headerbar.selection-mode headerbar headerbar label:backdrop button:selected:link,
headerbar.selection-mode headerbar headerbar label:backdrop button.subtitle:selected:link,
headerbar.selection-mode headerbar headerbar label:backdrop button.subtitle:selected:link,
headerbar.selection-mode headerbar headerbar label:backdrop button:selected:visited,
label:backdrop headerbar.selection-mode headerbar headerbar selction.subtitle:hover:selected:link,
label:backdrop headerbar.selection-mode headerbar headerbar button:selected:link,
label:backdrop headerbar.selection-mode headerbar headerbar button.subtitle:selected:link,
label:backdrop headerbar.selection-mode headerbar headerbar button.subtitle:selected:link,
label:backdrop headerbar.selection-mode headerbar headerbar button:selected:visited,
headerbar.selection-mode *.subtitle:link:backdrop:hover,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode button.subtitle:backdrop:hover:visited,
headerbar.selection-mode button.subtitle:link:backdrop:hover,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode button.subtitle:backdrop:hover:visited,
headerbar.selection-mode button.subtitle:link:backdrop:hover,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode button.subtitle:backdrop:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link:backdrop:hover,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited,
headerbar.selection-mode button.subtitle:link:backdrop:hover:visited,
headerbar.selection-mode button.subtitle:backdrop:hover:visited:link,
headerbar.selection-mode button.subtitle:backdrop:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited:link,
headerbar.selection-mode button.subtitle:backdrop:hover:visited,
headerbar.selection-mode .subtitle:link:backdrop:hover,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode button.subtitle:backdrop:hover:visited,
headerbar.selection-mode headerbar .subtitle:link:backdrop:hover,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited,
headerbar.selection-mode *.subtitle:backdrop:hover:link,
headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:hover:visited,
headerbar.selection-mode button.subtitle:backdrop:hover:link,
headerbar.selection-mode button:hover:link,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode button.subtitle:backdrop:hover:link:visited,
headerbar.selection-mode button:hover:visited:link,
headerbar.selection-mode button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar.selection-mode .subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar headerbar.selection-mode .subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar *.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link:visited,
headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar headerbar .subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar headerbar button:hover:link,
headerbar.selection-mode headerbar headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar button:hover:visited,
label:backdrop headerbar.selection-mode selction.subtitle:link:hover,
label:backdrop headerbar.selection-mode button.subtitle:hover:link,
label:backdrop headerbar.selection-mode button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode button.subtitle:hover:visited,
headerbar.selection-mode label:backdrop selction.subtitle:link:hover,
headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode label:backdrop button.subtitle:hover:visited,
headerbar.selection-mode label:backdrop selction.subtitle:link:hover,
headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode label:backdrop button.subtitle:hover:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:link:hover,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:visited,
headerbar.selection-mode label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode label:backdrop button:hover:link,
headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode label:backdrop button:hover:visited,
headerbar.selection-mode headerbar.selection-mode label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button:hover:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button:hover:visited,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop button:hover:link,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar.selection-mode label:backdrop button:hover:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button:hover:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button:hover:visited,
headerbar.selection-mode headerbar headerbar label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar label:backdrop button:hover:link,
headerbar.selection-mode headerbar headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar label:backdrop button:hover:visited,
headerbar.selection-mode headerbar *.subtitle:link:backdrop:hover,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link:backdrop:hover,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link:backdrop:hover,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link:backdrop:hover,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited,
headerbar.selection-mode headerbar button.subtitle:link:backdrop:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited,
headerbar.selection-mode headerbar .subtitle:link:backdrop:hover,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited,
headerbar.selection-mode headerbar .subtitle:link:backdrop:hover,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:visited,
headerbar.selection-mode headerbar *.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link:visited,
headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar.selection-mode .subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode .subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode button:hover:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode button:hover:visited,
headerbar.selection-mode headerbar *.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar button.subtitle:backdrop:hover:link:visited,
headerbar.selection-mode headerbar button:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button.subtitle:hover:visited:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar .subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar button:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar button:hover:visited,
headerbar.selection-mode headerbar headerbar .subtitle:backdrop:hover:link,
headerbar.selection-mode headerbar headerbar button:hover:link,
headerbar.selection-mode headerbar headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar button.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar button:hover:visited,
label:backdrop headerbar.selection-mode headerbar selction.subtitle:link:hover,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:link,
label:backdrop headerbar.selection-mode headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:link:hover,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:visited,
headerbar.selection-mode label:backdrop headerbar selction.subtitle:link:hover,
headerbar.selection-mode label:backdrop headerbar button.subtitle:hover:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:hover:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:hover:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:hover:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:link:hover,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:link:hover,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:visited,
headerbar.selection-mode label:backdrop headerbar selction.subtitle:hover:link,
headerbar.selection-mode label:backdrop headerbar button:hover:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:hover:link,
headerbar.selection-mode label:backdrop headerbar button.subtitle:hover:link,
headerbar.selection-mode label:backdrop headerbar button:hover:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button:hover:visited,
headerbar.selection-mode headerbar.selection-mode label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button:hover:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode label:backdrop button:hover:visited,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode label:backdrop button:hover:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode label:backdrop button:hover:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button:hover:visited,
headerbar.selection-mode headerbar label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar label:backdrop button:hover:visited,
headerbar.selection-mode headerbar headerbar label:backdrop selction.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar label:backdrop button:hover:link,
headerbar.selection-mode headerbar headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar label:backdrop button.subtitle:hover:link,
headerbar.selection-mode headerbar headerbar label:backdrop button:hover:visited {
color: @theme_unfocused_selected_bg_color_breeze; }
button:link > label:selected,
headerbar.selection-mode button.subtitle:link > label:selected,
headerbar.selection-mode headerbar button.subtitle:link > label:selected,
headerbar.selection-mode button.subtitle:visited > label:selected,
headerbar.selection-mode headerbar button.subtitle:visited > label:selected,
button:visited > label:selected,
headerbar.selection-mode button:link > label.subtitle:link,
headerbar.selection-mode button.subtitle:link > label.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link > label.subtitle:link,
headerbar.selection-mode button.subtitle:visited > label.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited > label.subtitle:link,
headerbar.selection-mode button:visited > label.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button:link > label.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link > label.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link > label.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited > label.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited > label.subtitle:link,
headerbar.selection-mode headerbar button:visited > label.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited, *:selected button:link > label,
*:selected headerbar.selection-mode button.subtitle:link > label,
headerbar.selection-mode *:selected button.subtitle:link > label,
*:selected headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar *:selected button.subtitle:link > label,
*:selected headerbar.selection-mode button.subtitle:visited > label,
headerbar.selection-mode *:selected button.subtitle:visited > label,
*:selected headerbar.selection-mode headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar *:selected button.subtitle:visited > label,
*:selected button:visited > label, button:selected:link button:link > label,
button:selected:link headerbar.selection-mode button.subtitle:link > label,
headerbar.selection-mode button:selected:link button.subtitle:link > label,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label,
button:selected:link headerbar.selection-mode button.subtitle:visited > label,
headerbar.selection-mode button:selected:link button.subtitle:visited > label,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label,
button:selected:link button:visited > label, button:selected:link button:link > label,
button:selected:link headerbar.selection-mode button.subtitle:link > label,
headerbar.selection-mode button:selected:link button.subtitle:link > label,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label,
button:selected:link headerbar.selection-mode button.subtitle:visited > label,
headerbar.selection-mode button:selected:link button.subtitle:visited > label,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label,
button:selected:link button:visited > label,
headerbar.selection-mode button.subtitle:selected:link button:link > label,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:selected:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label,
button:selected:visited button:link > label,
button:selected:visited headerbar.selection-mode button.subtitle:link > label,
headerbar.selection-mode button:selected:visited button.subtitle:link > label,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label,
button:selected:visited headerbar.selection-mode button.subtitle:visited > label,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label,
button:selected:visited button:visited > label,
headerbar.selection-mode button.subtitle:selected:link button:link > label,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:selected:link button:visited > label,
headerbar.selection-mode button:selected:link button:link > label,
headerbar.selection-mode button:selected:link button.subtitle:link > label,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label,
headerbar.selection-mode button:selected:link button.subtitle:visited > label,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label,
headerbar.selection-mode button:selected:link button:visited > label,
headerbar.selection-mode button.subtitle:selected:link button:link > label,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:selected:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label,
headerbar.selection-mode button:selected:visited button:link > label,
headerbar.selection-mode button:selected:visited button.subtitle:link > label,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label,
headerbar.selection-mode button:selected:visited button:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label,
headerbar.selection-mode headerbar button:selected:link button:link > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label,
headerbar.selection-mode headerbar button:selected:visited button:link > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:visited button:visited > label,
button:selected:visited button:link > label,
button:selected:visited headerbar.selection-mode button.subtitle:link > label,
headerbar.selection-mode button:selected:visited button.subtitle:link > label,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label,
button:selected:visited headerbar.selection-mode button.subtitle:visited > label,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label,
button:selected:visited button:visited > label,
headerbar.selection-mode .subtitle:selected:link button:link > label,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode .subtitle:selected:link button:visited > label,
headerbar.selection-mode button:selected:link button:link > label,
headerbar.selection-mode button:selected:link button.subtitle:link > label,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label,
headerbar.selection-mode button:selected:link button.subtitle:visited > label,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label,
headerbar.selection-mode button:selected:link button:visited > label,
headerbar.selection-mode button.subtitle:selected:link button:link > label,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:selected:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label,
headerbar.selection-mode button:selected:visited button:link > label,
headerbar.selection-mode button:selected:visited button.subtitle:link > label,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label,
headerbar.selection-mode button:selected:visited button.subtitle:visited > label,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label,
headerbar.selection-mode button:selected:visited button:visited > label,
headerbar.selection-mode headerbar .subtitle:selected:link button:link > label,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited > label,
headerbar.selection-mode headerbar button:selected:link button:link > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited > label,
headerbar.selection-mode headerbar button:selected:visited button:link > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited > label,
headerbar.selection-mode headerbar button:selected:visited button:visited > label,
headerbar.selection-mode .subtitle:link button:link > label,
headerbar.selection-mode button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode .subtitle:link button.subtitle:visited > label,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label,
headerbar.selection-mode .subtitle:link button:visited > label,
headerbar.selection-mode button.subtitle:link button:link > label,
headerbar.selection-mode button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:link button:visited > label,
headerbar.selection-mode button.subtitle:link button:link > label,
headerbar.selection-mode button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label,
headerbar.selection-mode button.subtitle:visited button:link > label,
headerbar.selection-mode button.subtitle:visited button.subtitle:link > label,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label,
headerbar.selection-mode button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:visited button:visited > label,
headerbar.selection-mode .subtitle:link button:link > label,
headerbar.selection-mode button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode .subtitle:link button.subtitle:visited > label,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label,
headerbar.selection-mode .subtitle:link button:visited > label,
headerbar.selection-mode button.subtitle:link button:link > label,
headerbar.selection-mode button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:link button:visited > label,
headerbar.selection-mode button.subtitle:link button:link > label,
headerbar.selection-mode button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label,
headerbar.selection-mode button.subtitle:visited button:link > label,
headerbar.selection-mode button.subtitle:visited button.subtitle:link > label,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label,
headerbar.selection-mode button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited > label,
headerbar.selection-mode button.subtitle:visited button:visited > label,
headerbar.selection-mode headerbar .subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar .subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label,
headerbar.selection-mode headerbar .subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar .subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label,
headerbar.selection-mode headerbar .subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar .subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label,
headerbar.selection-mode headerbar .subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar .subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:link button:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited button:link > label,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited button:visited > label,
*:link:selected,
button:selected:link,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
button:selected:visited,
button:link:selected,
button:selected:link,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
button:selected:visited,
headerbar.selection-mode button.subtitle:link:selected,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode button.subtitle:selected:visited,
headerbar.selection-mode headerbar button.subtitle:link:selected,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:visited,
button:link:selected:visited,
button:selected:visited:link,
headerbar.selection-mode button.subtitle:selected:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:visited:link,
button:selected:visited,
headerbar.selection-mode .subtitle:link:selected,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode button.subtitle:selected:visited,
headerbar.selection-mode headerbar .subtitle:link:selected,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:visited,
headerbar.selection-mode *.subtitle:selected:link,
headerbar.selection-mode button:selected:link,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode button:selected:visited,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode button:selected:link,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode button:selected:visited,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode button:selected:link,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode button:selected:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode button.subtitle:selected:link:visited,
headerbar.selection-mode button:selected:visited:link,
headerbar.selection-mode button.subtitle:selected:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:visited:link,
headerbar.selection-mode button:selected:visited,
headerbar.selection-mode .subtitle:selected:link,
headerbar.selection-mode button:selected:link,
headerbar.selection-mode button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode button:selected:visited,
headerbar.selection-mode headerbar .subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar *.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link:visited,
headerbar.selection-mode headerbar button:selected:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:visited:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar .subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode headerbar .subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button.subtitle:selected:link,
headerbar.selection-mode headerbar button:selected:visited,
headerbar.selection-mode *.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link:visited,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar headerbar .subtitle:link,
headerbar.selection-mode headerbar headerbar button.subtitle:link,
headerbar.selection-mode headerbar headerbar button.subtitle:link,
headerbar.selection-mode headerbar headerbar button.subtitle:link,
headerbar.selection-mode headerbar headerbar button.subtitle:visited,
headerbar.selection-mode headerbar *.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar headerbar .subtitle:link,
headerbar.selection-mode headerbar headerbar button.subtitle:link,
headerbar.selection-mode headerbar headerbar button.subtitle:link,
headerbar.selection-mode headerbar headerbar button.subtitle:link,
headerbar.selection-mode headerbar headerbar button.subtitle:visited, *:selected *:link, *:selected button:link,
*:selected headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode *:selected button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
*:selected button:visited, button:selected:link *:link, button:selected:link *:link,
headerbar.selection-mode button.subtitle:selected:link *:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link,
button:selected:visited *:link, button:selected:link button:link, button:selected:link button:link,
headerbar.selection-mode button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
button:selected:visited button:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
button:selected:link button:visited,
button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
button:selected:visited button:visited,
headerbar.selection-mode button.subtitle:selected:link *:link,
headerbar.selection-mode button:selected:link *:link,
headerbar.selection-mode button.subtitle:selected:link *:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link,
headerbar.selection-mode button:selected:visited *:link,
headerbar.selection-mode button.subtitle:selected:link button:link,
headerbar.selection-mode button:selected:link button:link,
headerbar.selection-mode button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode button:selected:visited button:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link,
headerbar.selection-mode headerbar button:selected:link *:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link,
headerbar.selection-mode headerbar button:selected:visited *:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button:selected:visited button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
button:selected:visited *:link,
button:selected:visited button:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
button:selected:visited button:visited, *:selected button:link, *:selected button:link,
*:selected headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode *:selected button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
*:selected button:visited, button:selected:link button:link, button:selected:link button:link,
headerbar.selection-mode button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
button:selected:visited button:link, button:selected:link button:link, button:selected:link button:link,
headerbar.selection-mode button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
button:selected:visited button:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
button:selected:link button:visited,
button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
button:selected:visited button:visited,
headerbar.selection-mode button.subtitle:selected:link button:link,
headerbar.selection-mode button:selected:link button:link,
headerbar.selection-mode button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode button:selected:visited button:link,
headerbar.selection-mode button.subtitle:selected:link button:link,
headerbar.selection-mode button:selected:link button:link,
headerbar.selection-mode button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode button:selected:visited button:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button:selected:visited button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button:selected:visited button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
button:selected:visited button:link,
button:selected:visited button:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
button:selected:visited button:visited,
*:selected headerbar.selection-mode button.subtitle:link,
*:selected headerbar.selection-mode button.subtitle:link,
*:selected headerbar.selection-mode button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode *:selected button.subtitle:link,
headerbar.selection-mode *:selected button.subtitle:link,
headerbar.selection-mode *:selected button.subtitle:link,
headerbar.selection-mode *:selected headerbar button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode *:selected button.subtitle:visited,
button:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:visited,
button:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
*:selected button:link:visited,
*:selected button:visited:link,
*:selected headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode *:selected button.subtitle:visited:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited:link,
*:selected button:visited,
button:selected:link button:link:visited,
button:selected:link button:link:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
button:selected:visited button:link:visited,
button:selected:link button:visited:link,
button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
button:selected:visited button:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
button:selected:link headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
button:selected:link button:visited,
button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
button:selected:visited button:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:visited,
headerbar.selection-mode button:selected:link button:link:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode button:selected:visited button:link:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button:selected:visited button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
button:selected:visited button:link:visited,
button:selected:visited button:visited:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link *:link,
headerbar.selection-mode button:selected:link *:link,
headerbar.selection-mode button.subtitle:selected:link *:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link,
headerbar.selection-mode button:selected:visited *:link,
headerbar.selection-mode .subtitle:selected:link button:link,
headerbar.selection-mode button:selected:link button:link,
headerbar.selection-mode button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode button:selected:visited button:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link button:link,
headerbar.selection-mode button:selected:link button:link,
headerbar.selection-mode button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode button:selected:visited button:link,
headerbar.selection-mode .subtitle:selected:link button:link,
headerbar.selection-mode button:selected:link button:link,
headerbar.selection-mode button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode button:selected:visited button:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:selected:link button:link:visited,
headerbar.selection-mode button:selected:link button:link:visited,
headerbar.selection-mode button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode button:selected:visited button:link:visited,
headerbar.selection-mode .subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:link button:visited:link,
headerbar.selection-mode button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode button:selected:visited button:visited:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:link button:visited,
headerbar.selection-mode button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link *:link,
headerbar.selection-mode headerbar button:selected:link *:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link,
headerbar.selection-mode headerbar button.subtitle:selected:link *:link,
headerbar.selection-mode headerbar button:selected:visited *:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:link,
headerbar.selection-mode headerbar button:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button:selected:visited button:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:link,
headerbar.selection-mode headerbar button:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button:selected:visited button:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:link,
headerbar.selection-mode headerbar button:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link,
headerbar.selection-mode headerbar button:selected:visited button:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:link:visited,
headerbar.selection-mode headerbar button:selected:visited button:link:visited,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited:link,
headerbar.selection-mode headerbar button:selected:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button:visited,
headerbar.selection-mode headerbar button:selected:visited button:visited,
headerbar.selection-mode .subtitle:link *:link,
headerbar.selection-mode button.subtitle:link *:link,
headerbar.selection-mode button.subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:link *:link,
headerbar.selection-mode button.subtitle:visited *:link,
headerbar.selection-mode .subtitle:link button:link,
headerbar.selection-mode button.subtitle:link button:link,
headerbar.selection-mode button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode button.subtitle:visited button:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link button:link,
headerbar.selection-mode button.subtitle:link button:link,
headerbar.selection-mode button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode button.subtitle:visited button:link,
headerbar.selection-mode .subtitle:link button:link,
headerbar.selection-mode button.subtitle:link button:link,
headerbar.selection-mode button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode button.subtitle:visited button:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:visited button:link:visited,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link *:link,
headerbar.selection-mode button.subtitle:link *:link,
headerbar.selection-mode button.subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:link *:link,
headerbar.selection-mode button.subtitle:visited *:link,
headerbar.selection-mode .subtitle:link button:link,
headerbar.selection-mode button.subtitle:link button:link,
headerbar.selection-mode button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode button.subtitle:visited button:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link button:link,
headerbar.selection-mode button.subtitle:link button:link,
headerbar.selection-mode button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode button.subtitle:visited button:link,
headerbar.selection-mode .subtitle:link button:link,
headerbar.selection-mode button.subtitle:link button:link,
headerbar.selection-mode button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode button.subtitle:visited button:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode button.subtitle:visited button:link:visited,
headerbar.selection-mode .subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode button.subtitle:visited button:visited:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode .subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:visited *:link,
headerbar.selection-mode headerbar .subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:visited button:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:visited button:link,
headerbar.selection-mode headerbar .subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:visited button:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:visited *:link,
headerbar.selection-mode headerbar .subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:visited button:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:visited button:link,
headerbar.selection-mode headerbar .subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:visited button:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:visited *:link,
headerbar.selection-mode headerbar .subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:visited button:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:visited button:link,
headerbar.selection-mode headerbar .subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:visited button:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:link *:link,
headerbar.selection-mode headerbar button.subtitle:visited *:link,
headerbar.selection-mode headerbar .subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:visited button:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:visited button:link,
headerbar.selection-mode headerbar .subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:link button:link,
headerbar.selection-mode headerbar button.subtitle:visited button:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:link button:link:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:link:visited,
headerbar.selection-mode headerbar .subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited:link,
headerbar.selection-mode headerbar .subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:link button:visited,
headerbar.selection-mode headerbar button.subtitle:visited button:visited,
*:selected headerbar.selection-mode .subtitle:link,
*:selected headerbar.selection-mode button.subtitle:link,
*:selected headerbar.selection-mode button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode button.subtitle:visited,
button:selected:link headerbar.selection-mode .subtitle:link,
button:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
button:selected:visited headerbar.selection-mode .subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:visited,
button:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:visited,
button:selected:visited headerbar.selection-mode .subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode *:selected .subtitle:link,
headerbar.selection-mode *:selected button.subtitle:link,
headerbar.selection-mode *:selected button.subtitle:link,
headerbar.selection-mode *:selected headerbar button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode *:selected button.subtitle:visited,
headerbar.selection-mode button:selected:link .subtitle:link,
headerbar.selection-mode button:selected:link .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode button:selected:visited .subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode button:selected:link .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode button:selected:visited .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode button:selected:visited .subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:selected:link .subtitle:link,
headerbar.selection-mode button:selected:link .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode button:selected:visited .subtitle:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:visited .subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:visited .subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
*:selected headerbar.selection-mode headerbar .subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:link,
button:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar *:selected .subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:link,
headerbar.selection-mode button:selected:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:link,
headerbar.selection-mode button:selected:visited headerbar .subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
*:selected headerbar.selection-mode .subtitle:link,
*:selected headerbar.selection-mode button.subtitle:link,
*:selected headerbar.selection-mode button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode button.subtitle:visited,
button:selected:link headerbar.selection-mode .subtitle:link,
button:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
button:selected:visited headerbar.selection-mode .subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:visited,
button:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:visited,
button:selected:visited headerbar.selection-mode .subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode *:selected .subtitle:link,
headerbar.selection-mode *:selected button.subtitle:link,
headerbar.selection-mode *:selected button.subtitle:link,
headerbar.selection-mode *:selected headerbar button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode *:selected button.subtitle:visited,
headerbar.selection-mode button:selected:link .subtitle:link,
headerbar.selection-mode button:selected:link .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode button:selected:visited .subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode button:selected:link .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode button:selected:visited .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode button:selected:visited .subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:selected:link .subtitle:link,
headerbar.selection-mode button:selected:link .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode button:selected:visited .subtitle:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:visited .subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:visited .subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
*:selected headerbar.selection-mode .subtitle:link,
*:selected headerbar.selection-mode button.subtitle:link,
*:selected headerbar.selection-mode button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode button.subtitle:visited,
button:selected:link headerbar.selection-mode .subtitle:link,
button:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
button:selected:visited headerbar.selection-mode .subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode button.subtitle:visited,
button:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar.selection-mode button:selected:visited headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode button.subtitle:visited,
button:selected:visited headerbar.selection-mode .subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode *:selected .subtitle:link,
headerbar.selection-mode *:selected button.subtitle:link,
headerbar.selection-mode *:selected button.subtitle:link,
headerbar.selection-mode *:selected headerbar button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode *:selected button.subtitle:visited,
headerbar.selection-mode button:selected:link .subtitle:link,
headerbar.selection-mode button:selected:link .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode button:selected:visited .subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode button:selected:link .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode button:selected:visited .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode button:selected:visited .subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:selected:link .subtitle:link,
headerbar.selection-mode button:selected:link .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode button:selected:visited .subtitle:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:visited .subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode button.subtitle:visited .subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode .subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
*:selected headerbar.selection-mode headerbar .subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:link,
button:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar *:selected .subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:link,
headerbar.selection-mode button:selected:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:link,
headerbar.selection-mode button:selected:visited headerbar .subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
*:selected headerbar.selection-mode headerbar .subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:link,
button:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar *:selected .subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:link,
headerbar.selection-mode button:selected:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:link,
headerbar.selection-mode button:selected:visited headerbar .subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
*:selected headerbar.selection-mode headerbar .subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:link,
button:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar *:selected .subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:link,
headerbar.selection-mode button:selected:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:link,
headerbar.selection-mode button:selected:visited headerbar .subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
*:selected headerbar.selection-mode headerbar .subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:link,
*:selected headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar .subtitle:link,
button:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
button:selected:visited headerbar.selection-mode headerbar .subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:link,
button:selected:visited headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar *:selected .subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:link,
headerbar.selection-mode headerbar *:selected button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:selected:link headerbar .subtitle:link,
headerbar.selection-mode button:selected:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar .subtitle:link,
headerbar.selection-mode button:selected:visited headerbar .subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:link,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link headerbar button.subtitle:visited,
headerbar.selection-mode button:selected:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link .subtitle:link,
headerbar.selection-mode headerbar button:selected:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:link,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:selected:link button.subtitle:visited,
headerbar.selection-mode headerbar button:selected:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode .subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar .subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar .subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:link,
headerbar.selection-mode .subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link headerbar button.subtitle:visited,
headerbar.selection-mode button.subtitle:visited headerbar button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited,
headerbar.selection-mode headerbar .subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link .subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited .subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:link,
headerbar.selection-mode headerbar .subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:visited button.subtitle:visited {
color: mix(@theme_selected_fg_color_breeze,@theme_selected_bg_color_breeze,0.8); }
button:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar button.subtitle:visited,
button:visited {
text-shadow: none; }
button:link:hover,
headerbar.selection-mode button.subtitle:hover:link,
headerbar.selection-mode button.subtitle:hover:visited, button:link:active,
headerbar.selection-mode button.subtitle:active:link,
headerbar.selection-mode button.subtitle:active:visited, button:link:checked,
headerbar.selection-mode button.subtitle:checked:link,
headerbar.selection-mode button.subtitle:checked:visited,
button:visited:hover,
button:visited:active,
button:visited:checked {
text-shadow: none; }
button:link > label,
headerbar.selection-mode button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode button.subtitle:link > label,
headerbar.selection-mode headerbar button.subtitle:link > label,
headerbar.selection-mode button.subtitle:visited > label,
headerbar.selection-mode headerbar button.subtitle:visited > label,
button:visited > label {
text-decoration-line: underline; }
/*********
* Lists *
*********/
list {
background-color: @theme_bg_color_breeze;
color: @theme_fg_color_breeze;
border-width: 0px; }
list:backdrop {
background-color: @theme_unfocused_bg_color_breeze;
color: @theme_unfocused_fg_color_breeze; }
list row {
padding: 2px; }
row {
transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
row:hover {
transition: none; }
row.activatable.has-open-popup, row.activatable:hover {
background-color: @theme_selected_bg_color_breeze; }
row.activatable:active {
box-shadow: none;
background-color: @theme_selected_bg_color_breeze; }
row.activatable:selected:active,
headerbar.selection-mode .activatable.subtitle:active:link,
headerbar.selection-mode button.activatable.subtitle:active:visited {
box-shadow: none;
background-color: @theme_selected_bg_color_breeze; }
row.activatable.has-open-popup:selected,
headerbar.selection-mode .activatable.has-open-popup.subtitle:link,
headerbar.selection-mode button.activatable.has-open-popup.subtitle:visited, row.activatable:selected:hover,
headerbar.selection-mode .activatable.subtitle:hover:link,
headerbar.selection-mode button.activatable.subtitle:hover:visited {
background-color: @theme_selected_bg_color_breeze; }
row.activatable:selected:backdrop {
background-color: @theme_unfocused_selected_bg_color_alt_breeze; }
/*********
* Menus *
*********/
menubar,
.menubar {
-GtkWidget-window-dragging: true;
padding: 0px;
box-shadow: none;
border-style: none;
background-color: @theme_bg_color_breeze; }
menubar:backdrop,
.menubar:backdrop,
label:backdrop selction.menubar {
background-color: @theme_unfocused_bg_color_breeze; }
menubar > menuitem,
.menubar > menuitem {
min-height: 16px;
padding: 4px 6px; }
menubar > menuitem:hover,
.menubar > menuitem:hover {
background-color: @theme_button_decoration_focus_breeze;
color: @theme_button_foreground_active_breeze; }
menubar > menuitem:disabled,
.menubar > menuitem:disabled {
color: @insensitive_fg_color_breeze;
box-shadow: none; }
menubar > menuitem:disabled:backdrop,
.menubar > menuitem:disabled:backdrop {
background-color: @theme_unfocused_bg_color_breeze;
color: @insensitive_unfocused_fg_color_breeze; }
menubar > menuitem:backdrop,
.menubar > menuitem:backdrop {
background-color: @theme_unfocused_bg_color_breeze;
color: @theme_unfocused_fg_color_breeze; }
menu,
.menu {
padding: 0px;
background-color: @theme_bg_color_breeze;
border: 0px solid transparent;
box-shadow: inset 0px 0px 0px 1px @borders_breeze;
border-radius: 3px; }
.csd menu, .csd .menu {
border: 0px solid;
border-radius: 3px; }
menu separator,
.menu separator {
color: @borders_breeze; }
menu menuitem,
.menu menuitem {
text-shadow: none;
min-height: 16px;
min-width: 40px;
padding: 4px 4px; }
menu menuitem:hover,
.menu menuitem:hover {
background-color: @theme_button_decoration_focus_breeze;
color: @theme_button_foreground_active_breeze; }
menu menuitem:disabled,
.menu menuitem:disabled {
color: @insensitive_fg_color_breeze; }
menu menuitem:disabled:backdrop,
.menu menuitem:disabled:backdrop {
color: @insensitive_unfocused_fg_color_breeze; }
menu menuitem:backdrop, menu menuitem:backdrop:hover,
.menu menuitem:backdrop,
.menu menuitem:backdrop:hover {
color: @theme_unfocused_fg_color_breeze;
background-color: @theme_unfocused_bg_color_breeze; }
menu menuitem arrow,
.menu menuitem arrow {
min-height: 16px;
min-width: 16px; }
menu menuitem arrow:dir(ltr),
.menu menuitem arrow:dir(ltr) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
margin-left: 10px; }
menu menuitem arrow:dir(rtl),
.menu menuitem arrow:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
margin-right: 10px; }
menu > arrow,
.menu > arrow {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
color: @theme_button_foreground_normal_breeze;
text-shadow: none;
-gtk-icon-shadow: none;
min-height: 16px;
min-width: 16px;
padding: 4px;
background-color: transparent;
border-radius: 0; }
menu > arrow.top,
.menu > arrow.top {
margin-top: -6px;
border: none;
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
menu > arrow.bottom,
.menu > arrow.bottom {
margin-bottom: -6px;
border: none;
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
menu > arrow:hover,
.menu > arrow:hover {
color: @theme_button_decoration_hover_breeze; }
menu > arrow:active,
.menu > arrow:active {
color: @theme_button_decoration_focus_breeze; }
menu > arrow:backdrop,
.menu > arrow:backdrop {
background-color: @theme_unfocused_bg_color_breeze; }
menu > arrow:disabled,
.menu > arrow:disabled {
color: transparent;
background-color: transparent;
border-color: transparent; }
menuitem accelerator {
color: alpha(currentColor,0.55); }
menuitem check,
menuitem radio {
min-height: 18px;
min-width: 18px; }
menuitem check:dir(ltr),
menuitem radio:dir(ltr) {
margin-right: 6px; }
menuitem check:dir(rtl),
menuitem radio:dir(rtl) {
margin-left: 6px; }
menuitem:active check, menuitem:active radio {
-gtk-icon-transform: translate(1px, 1px); }
/***************
* Popovers *
***************/
/* menu buttons */
modelbutton.flat, popover.background checkbutton.flat,
popover.background radiobutton.flat,
.menuitem.button.flat,
button.button.sidebar-button,
notebook > header > tabs > arrow.button,
popover.background checkbutton.button,
popover.background radiobutton.button {
min-height: 16px;
padding: 4px 8px;
color: @theme_fg_color_breeze; }
modelbutton.flat:hover, popover.background checkbutton.flat:hover,
popover.background radiobutton.flat:hover,
.menuitem.button.flat:hover,
button.button.sidebar-button:hover,
notebook > header > tabs > arrow.button:hover,
popover.background checkbutton.button:hover,
popover.background radiobutton.button:hover {
background-color: @theme_button_decoration_focus_breeze;
color: @theme_button_foreground_active_breeze; }
modelbutton.flat:selected, popover.background checkbutton.flat:selected,
popover.background radiobutton.flat:selected,
headerbar.selection-mode .flat.subtitle:link,
headerbar.selection-mode button.subtitle.sidebar-button:link,
headerbar.selection-mode notebook > header > tabs > arrow.subtitle:link,
headerbar.selection-mode popover.background checkbutton.subtitle:link,
popover.background headerbar.selection-mode checkbutton.subtitle:link,
headerbar.selection-mode popover.background radiobutton.subtitle:link,
popover.background headerbar.selection-mode radiobutton.subtitle:link,
headerbar.selection-mode button.flat.subtitle:visited,
headerbar.selection-mode button.subtitle.sidebar-button:visited,
.menuitem.button.flat:selected,
button.button.sidebar-button:selected,
notebook > header > tabs > arrow.button:selected,
popover.background checkbutton.button:selected,
popover.background radiobutton.button:selected {
background-color: @theme_button_decoration_focus_breeze;
color: @theme_button_foreground_active_breeze; }
modelbutton.flat:backdrop, popover.background checkbutton.flat:backdrop,
popover.background radiobutton.flat:backdrop, modelbutton.flat:backdrop:hover,
.menuitem.button.flat:backdrop,
button.button.sidebar-button:backdrop,
notebook > header > tabs > arrow.button:backdrop,
popover.background checkbutton.button:backdrop,
popover.background radiobutton.button:backdrop,
label:backdrop selction.flat,
.menuitem.button.flat:backdrop:hover,
notebook > header > tabs > arrow.button:backdrop:hover {
color: @theme_unfocused_fg_color_breeze; }
modelbutton.flat check, popover.background checkbutton.flat check,
popover.background radiobutton.flat check, modelbutton.flat radio, popover.background checkbutton.flat radio,
popover.background radiobutton.flat radio,
.menuitem.button.flat check,
button.button.sidebar-button check,
notebook > header > tabs > arrow.button check,
popover.background checkbutton.button check,
popover.background radiobutton.button check,
.menuitem.button.flat radio,
button.button.sidebar-button radio,
notebook > header > tabs > arrow.button radio,
popover.background checkbutton.button radio,
popover.background radiobutton.button radio {
-gtk-icon-palette: error @theme_button_decoration_focus_breeze, success @borders_breeze, warning @theme_button_background_normal_breeze;
-gtk-icon-shadow: 1px 1px rgba(35, 38, 41, 0.2); }
modelbutton.flat check:hover, popover.background checkbutton.flat check:hover,
popover.background radiobutton.flat check:hover, modelbutton.flat radio:hover, popover.background checkbutton.flat radio:hover,
popover.background radiobutton.flat radio:hover,
.menuitem.button.flat check:hover,
button.button.sidebar-button check:hover,
notebook > header > tabs > arrow.button check:hover,
popover.background checkbutton.button check:hover,
popover.background radiobutton.button check:hover,
.menuitem.button.flat radio:hover,
button.button.sidebar-button radio:hover,
notebook > header > tabs > arrow.button radio:hover,
popover.background checkbutton.button radio:hover,
popover.background radiobutton.button radio:hover {
-gtk-icon-palette: error @theme_button_decoration_focus_breeze, success @theme_button_decoration_focus_breeze, warning @theme_button_background_normal_breeze; }
modelbutton.flat check:disabled, popover.background checkbutton.flat check:disabled,
popover.background radiobutton.flat check:disabled, modelbutton.flat radio:disabled, popover.background checkbutton.flat radio:disabled,
popover.background radiobutton.flat radio:disabled,
.menuitem.button.flat check:disabled,
button.button.sidebar-button check:disabled,
notebook > header > tabs > arrow.button check:disabled,
popover.background checkbutton.button check:disabled,
popover.background radiobutton.button check:disabled,
.menuitem.button.flat radio:disabled,
button.button.sidebar-button radio:disabled,
notebook > header > tabs > arrow.button radio:disabled,
popover.background checkbutton.button radio:disabled,
popover.background radiobutton.button radio:disabled {
-gtk-icon-palette: error @theme_button_decoration_focus_insensitive_breeze, success @insensitive_borders_breeze, warning @theme_button_background_insensitive_breeze; }
modelbutton.flat check, popover.background checkbutton.flat check,
popover.background radiobutton.flat check,
.menuitem.button.flat check,
button.button.sidebar-button check,
notebook > header > tabs > arrow.button check,
popover.background checkbutton.button check,
popover.background radiobutton.button check {
-gtk-icon-source: -gtk-recolor(url("../assets/breeze-check-unchecked-symbolic.svg")); }
modelbutton.flat check:checked, popover.background checkbutton.flat check:checked,
popover.background radiobutton.flat check:checked,
.menuitem.button.flat check:checked,
button.button.sidebar-button check:checked,
notebook > header > tabs > arrow.button check:checked,
popover.background checkbutton.button check:checked,
popover.background radiobutton.button check:checked {
-gtk-icon-source: -gtk-recolor(url("../assets/breeze-check-checked-symbolic.svg")); }
modelbutton.flat check:indeterminate, popover.background checkbutton.flat check:indeterminate,
popover.background radiobutton.flat check:indeterminate,
.menuitem.button.flat check:indeterminate,
button.button.sidebar-button check:indeterminate,
notebook > header > tabs > arrow.button check:indeterminate,
popover.background checkbutton.button check:indeterminate,
popover.background radiobutton.button check:indeterminate {
-gtk-icon-source: -gtk-recolor(url("../assets/breeze-check-indeterminate-symbolic.svg")); }
modelbutton.flat radio, popover.background checkbutton.flat radio,
popover.background radiobutton.flat radio,
.menuitem.button.flat radio,
button.button.sidebar-button radio,
notebook > header > tabs > arrow.button radio,
popover.background checkbutton.button radio,
popover.background radiobutton.button radio {
-gtk-icon-source: -gtk-recolor(url("../assets/breeze-radio-unchecked-symbolic.svg")); }
modelbutton.flat radio:checked, popover.background checkbutton.flat radio:checked,
popover.background radiobutton.flat radio:checked,
.menuitem.button.flat radio:checked,
button.button.sidebar-button radio:checked,
notebook > header > tabs > arrow.button radio:checked,
popover.background checkbutton.button radio:checked,
popover.background radiobutton.button radio:checked {
-gtk-icon-source: -gtk-recolor(url("../assets/breeze-radio-checked-symbolic.svg")); }
modelbutton.flat radio:indeterminate, popover.background checkbutton.flat radio:indeterminate,
popover.background radiobutton.flat radio:indeterminate,
.menuitem.button.flat radio:indeterminate,
button.button.sidebar-button radio:indeterminate,
notebook > header > tabs > arrow.button radio:indeterminate,
popover.background checkbutton.button radio:indeterminate,
popover.background radiobutton.button radio:indeterminate {
-gtk-icon-source: -gtk-recolor(url("../assets/breeze-radio-indeterminate-symbolic.svg")); }
modelbutton.flat check:last-child, popover.background checkbutton.flat check:last-child,
popover.background radiobutton.flat check:last-child,
modelbutton.flat radio:last-child,
popover.background checkbutton.flat radio:last-child,
popover.background radiobutton.flat radio:last-child,
.menuitem.button.flat check:last-child,
button.button.sidebar-button check:last-child,
notebook > header > tabs > arrow.button check:last-child,
popover.background checkbutton.button check:last-child,
popover.background radiobutton.button check:last-child,
.menuitem.button.flat radio:last-child,
button.button.sidebar-button radio:last-child,
notebook > header > tabs > arrow.button radio:last-child,
popover.background checkbutton.button radio:last-child,
popover.background radiobutton.button radio:last-child {
margin-right: 0px; }
modelbutton.flat check:first-child, popover.background checkbutton.flat check:first-child,
popover.background radiobutton.flat check:first-child,
modelbutton.flat radio:first-child,
popover.background checkbutton.flat radio:first-child,
popover.background radiobutton.flat radio:first-child,
.menuitem.button.flat check:first-child,
button.button.sidebar-button check:first-child,
notebook > header > tabs > arrow.button check:first-child,
popover.background checkbutton.button check:first-child,
popover.background radiobutton.button check:first-child,
.menuitem.button.flat radio:first-child,
button.button.sidebar-button radio:first-child,
notebook > header > tabs > arrow.button radio:first-child,
popover.background checkbutton.button radio:first-child,
popover.background radiobutton.button radio:first-child {
margin-left: 0px; }
modelbutton.flat:active check, popover.background checkbutton.flat:active check,
popover.background radiobutton.flat:active check, modelbutton.flat:active radio, popover.background checkbutton.flat:active radio,
popover.background radiobutton.flat:active radio,
.menuitem.button.flat:active check,
button.button.sidebar-button:active check,
notebook > header > tabs > arrow.button:active check,
popover.background checkbutton.button:active check,
popover.background radiobutton.button:active check,
.menuitem.button.flat:active radio,
button.button.sidebar-button:active radio,
notebook > header > tabs > arrow.button:active radio,
popover.background checkbutton.button:active radio,
popover.background radiobutton.button:active radio {
-gtk-icon-transform: translate(1px, 1px); }
modelbutton.flat arrow, popover.background checkbutton.flat arrow,
popover.background radiobutton.flat arrow {
background: none; }
modelbutton.flat arrow:hover, popover.background checkbutton.flat arrow:hover,
popover.background radiobutton.flat arrow:hover {
background: none; }
modelbutton.flat arrow.left, popover.background checkbutton.flat arrow.left,
popover.background radiobutton.flat arrow.left {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
modelbutton.flat arrow.right, popover.background checkbutton.flat arrow.right,
popover.background radiobutton.flat arrow.right {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
popover.background {
padding: 0px;
border: 1px solid @borders_breeze;
border-radius: 3px;
background-color: @theme_bg_color_breeze;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25), 0px 1px 4px rgba(0, 0, 0, 0.15); }
popover.background:backdrop, label:backdrop selction.background {
box-shadow: none; }
popover.background > list,
popover.background > .view,
popover.background > toolbar {
border-style: none;
background-color: transparent; }
.csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier {
border: 1px solid @borders_breeze; }
popover.background separator {
margin: 3px; }
popover.background list separator {
margin: 0px; }
GtkVolumeButton.button {
padding: 5px; }
/********
* Misc *
********/
/****************
* Print dialog *
*****************/
printdialog paper {
color: @theme_fg_color_breeze;
border: 1px solid @borders_breeze;
background: white;
padding: 0; }
printdialog paper:backdrop {
color: @theme_unfocused_fg_color_breeze;
border-color: @unfocused_borders_breeze;
background: @print_paper_backdrop_breeze; }
printdialog .dialog-action-box {
margin: 12px; }
/**********
* Frames *
**********/
frame > border,
.frame {
box-shadow: none;
margin: 0;
padding: 0;
border-radius: 0;
border: 1px solid @borders_breeze; }
frame > border.flat,
.frame.flat,
button.frame.sidebar-button,
notebook > header > tabs > arrow.frame,
popover.background checkbutton.frame,
popover.background radiobutton.frame {
border-style: none; }
frame > border:backdrop,
.frame:backdrop,
label:backdrop selction.frame {
border-color: @unfocused_borders_breeze; }
actionbar > revealer > box {
padding: 6px;
border-top: 1px solid @borders_breeze; }
actionbar > revealer > box:backdrop {
border-color: @unfocused_borders_breeze; }
scrolledwindow viewport.frame {
border-style: none; }
scrolledwindow junction {
border-color: transparent;
background-color: transparent;
background-image: none; }
separator {
background: @borders_breeze;
min-width: 1px;
min-height: 1px; }
/*************
* Expanders *
*************/
expander arrow {
min-width: 16px;
min-height: 16px;
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
expander arrow:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
expander arrow:hover {
color: shade(@theme_fg_color_breeze_breeze,1.3); }
expander arrow:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
/*********
* Paned *
*********/
paned > separator {
min-width: 1px;
min-height: 1px;
-gtk-icon-source: none;
border-style: none;
background-color: transparent;
background-image: image(@borders_breeze);
background-size: 1px 1px; }
paned > separator:backdrop {
background-image: image(@unfocused_borders_breeze); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
background-color: @theme_bg_color_breeze;
background-image: image(@borders_breeze), image(@borders_breeze);
background-size: 1px 1px, 1px 1px; }
paned > separator.wide:backdrop, label:backdrop paned > selction.wide {
background-color: @theme_unfocused_bg_color_breeze;
background-image: image(@unfocused_borders_breeze), image(@unfocused_borders_breeze); }
paned.horizontal > separator {
background-repeat: repeat-y; }
paned.horizontal > separator:dir(ltr) {
margin: 0 -8px 0 0;
padding: 0 8px 0 0;
background-position: left; }
paned.horizontal > separator:dir(rtl) {
margin: 0 0 0 -8px;
padding: 0 0 0 8px;
background-position: right; }
paned.horizontal > separator.wide {
margin: 0;
padding: 0;
background-repeat: repeat-y, repeat-y;
background-position: left, right; }
paned.vertical > separator {
margin: 0 0 -8px 0;
padding: 0 0 8px 0;
background-repeat: repeat-x;
background-position: top; }
paned.vertical > separator.wide {
margin: 0;
padding: 0;
background-repeat: repeat-x, repeat-x;
background-position: bottom, top; }
/*********************
* Spinner Animation *
*********************/
@keyframes spin {
to {
-gtk-icon-transform: rotate(1turn); } }
spinner {
background-image: none;
opacity: 0;
-gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
spinner:checked {
opacity: 1;
animation: spin 1s linear infinite; }
spinner:checked:disabled, label:disabled selection:checked {
opacity: 0.5; }
/*****************
* Notebooks and *
* Tabs *
*****************/
/*************
* Notebooks *
*************/
notebook.frame {
border: none;
padding: 0px;
box-shadow: inset 0px 0px 0px 1px @borders_breeze; }
notebook > header {
padding: 0px;
border: none;
background-color: @theme_bg_color_breeze; }
notebook > header.top {
box-shadow: inset 0 -1px @borders_breeze; }
notebook > header.top:backdrop, label:backdrop notebook > selction.top {
box-shadow: inset 0 -1px @unfocused_borders_breeze; }
notebook > header.bottom {
box-shadow: inset 0 1px @borders_breeze; }
notebook > header.bottom:backdrop, label:backdrop notebook > selction.bottom {
box-shadow: inset 0 1px @unfocused_borders_breeze; }
notebook > header.right {
box-shadow: inset 1px 0 @borders_breeze; }
notebook > header.right:backdrop, label:backdrop notebook > selction.right {
box-shadow: inset 1px 0 @unfocused_borders_breeze; }
notebook > header.left {
box-shadow: inset -1px 0 @borders_breeze; }
notebook > header.left:backdrop, label:backdrop notebook > selction.left {
box-shadow: inset -1px 0 @unfocused_borders_breeze; }
notebook > header:backdrop {
background-color: @theme_unfocused_bg_color_breeze; }
notebook > header tabs {
margin: 0px; }
notebook > header.top > tabs > tab {
padding: 4px 6px;
border: 1px solid alpha(@theme_fg_color_breeze,0.2);
background-color: alpha(@theme_fg_color_breeze,0.2);
border-radius: 3px 3px 0px 0px;
border-bottom-color: transparent; }
notebook > header.top > tabs > tab:hover, notebook > header.top > tabs > tab.prelight-page {
background-color: alpha(@theme_selected_bg_color_breeze,0.2);
border-color: alpha(@theme_selected_bg_color_breeze,0.2); }
notebook > header.top > tabs > tab:checked {
border-color: @borders_breeze;
border-bottom-color: @theme_bg_color_breeze;
background-color: @theme_bg_color_breeze; }
notebook > header.top > tabs > tab:checked:backdrop, label:backdrop notebook > header.top > tabs > selction:checked {
border-color: @unfocused_borders_breeze;
border-bottom-color: @theme_unfocused_bg_color_breeze;
background-color: @theme_unfocused_bg_color_breeze; }
notebook > header.bottom > tabs > tab {
padding: 4px 6px;
border: 1px solid alpha(@theme_fg_color_breeze,0.2);
background-color: alpha(@theme_fg_color_breeze,0.2);
border-radius: 0px 0px 3px 3px;
border-top-color: transparent; }
notebook > header.bottom > tabs > tab:hover, notebook > header.bottom > tabs > tab.prelight-page {
background-color: alpha(@theme_selected_bg_color_breeze,0.2);
border-color: alpha(@theme_selected_bg_color_breeze,0.2); }
notebook > header.bottom > tabs > tab:checked {
border-color: @borders_breeze;
border-top-color: @theme_bg_color_breeze;
background-color: @theme_bg_color_breeze; }
notebook > header.bottom > tabs > tab:checked:backdrop, label:backdrop notebook > header.bottom > tabs > selction:checked {
border-color: @unfocused_borders_breeze;
border-top-color: @theme_unfocused_bg_color_breeze;
background-color: @theme_unfocused_bg_color_breeze; }
notebook > header.left > tabs > tab {
padding: 4px 6px;
border: 1px solid alpha(@theme_fg_color_breeze,0.2);
background-color: alpha(@theme_fg_color_breeze,0.2);
border-radius: 3px 0px 0px 3px;
border-right-color: transparent; }
notebook > header.left > tabs > tab:hover, notebook > header.left > tabs > tab.prelight-page {
background-color: alpha(@theme_selected_bg_color_breeze,0.2);
border-color: alpha(@theme_selected_bg_color_breeze,0.2); }
notebook > header.left > tabs > tab:checked {
border-color: @borders_breeze;
border-right-color: @theme_bg_color_breeze;
background-color: @theme_bg_color_breeze; }
notebook > header.left > tabs > tab:checked:backdrop, label:backdrop notebook > header.left > tabs > selction:checked {
border-color: @unfocused_borders_breeze;
border-right-color: @theme_unfocused_bg_color_breeze;
background-color: @theme_unfocused_bg_color_breeze; }
notebook > header.right > tabs > tab {
padding: 4px 6px;
border: 1px solid alpha(@theme_fg_color_breeze,0.2);
background-color: alpha(@theme_fg_color_breeze,0.2);
border-radius: 0px 3px 3px 0px;
border-left-color: transparent; }
notebook > header.right > tabs > tab:hover, notebook > header.right > tabs > tab.prelight-page {
background-color: alpha(@theme_selected_bg_color_breeze,0.2);
border-color: alpha(@theme_selected_bg_color_breeze,0.2); }
notebook > header.right > tabs > tab:checked {
border-color: @borders_breeze;
border-left-color: @theme_bg_color_breeze;
background-color: @theme_bg_color_breeze; }
notebook > header.right > tabs > tab:checked:backdrop, label:backdrop notebook > header.right > tabs > selction:checked {
border-color: @unfocused_borders_breeze;
border-left-color: @theme_unfocused_bg_color_breeze;
background-color: @theme_unfocused_bg_color_breeze; }
notebook > header.top > tabs > tab.reorderable-page {
border-width: 3px;
border-style: solid;
border-color: transparent;
background-color: @theme_bg_color_breeze;
background-clip: padding-box;
border-right-width: 1px;
border-right-color: @borders_breeze;
box-shadow: inset -3px 0px 0px 0px @theme_bg_color_breeze; }
notebook > header.top > tabs > tab.reorderable-page:hover, notebook > header.top > tabs > tab.reorderable-page.prelight-page {
box-shadow: inset 0px -3px 0px 0px alpha(@theme_selected_bg_color_breeze,0.2), inset -3px 0px 0px 0px @theme_bg_color_breeze; }
notebook > header.top > tabs > tab.reorderable-page:checked {
box-shadow: inset 0px -3px 0px 0px @theme_selected_bg_color_breeze, inset -3px 0px 0px 0px @theme_bg_color_breeze; }
notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, label:backdrop notebook > header.top > tabs > selction:checked {
background-color: @theme_unfocused_bg_color_breeze;
border-color: transparent;
border-right-color: @unfocused_borders_breeze;
box-shadow: none; }
notebook > header.top > tabs > tab.reorderable-page:backdrop, label:backdrop notebook > header.top > tabs > selction.reorderable-page {
background-color: @theme_unfocused_bg_color_breeze;
border-right-color: @unfocused_borders_breeze;
box-shadow: none; }
notebook > header.bottom > tabs > tab.reorderable-page {
border-width: 3px;
border-style: solid;
border-color: transparent;
background-color: @theme_bg_color_breeze;
background-clip: padding-box;
border-right-width: 1px;
border-right-color: @borders_breeze;
box-shadow: inset -3px 0px 0px 0px @theme_bg_color_breeze; }
notebook > header.bottom > tabs > tab.reorderable-page:hover, notebook > header.bottom > tabs > tab.reorderable-page.prelight-page {
box-shadow: inset 0px -3px 0px 0px alpha(@theme_selected_bg_color_breeze,0.2), inset -3px 0px 0px 0px @theme_bg_color_breeze; }
notebook > header.bottom > tabs > tab.reorderable-page:checked {
box-shadow: inset 0px -3px 0px 0px @theme_selected_bg_color_breeze, inset -3px 0px 0px 0px @theme_bg_color_breeze; }
notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, label:backdrop notebook > header.bottom > tabs > selction:checked {
background-color: @theme_unfocused_bg_color_breeze;
border-color: transparent;
border-right-color: @unfocused_borders_breeze;
box-shadow: none; }
notebook > header.bottom > tabs > tab.reorderable-page:backdrop, label:backdrop notebook > header.bottom > tabs > selction.reorderable-page {
background-color: @theme_unfocused_bg_color_breeze;
border-right-color: @unfocused_borders_breeze;
box-shadow: none; }
notebook > header.left > tabs > tab.reorderable-page {
border-width: 3px;
border-style: solid;
border-color: transparent;
background-color: @theme_bg_color_breeze;
background-clip: padding-box;
border-bottom-width: 1px;
border-bottom-color: @borders_breeze;
box-shadow: inset 0px -3px 0px 0px @theme_bg_color_breeze; }
notebook > header.left > tabs > tab.reorderable-page:hover, notebook > header.left > tabs > tab.reorderable-page.prelight-page {
box-shadow: inset 0px -3px 0px 0px alpha(@theme_selected_bg_color_breeze,0.2), inset 0px -3px 0px 0px @theme_bg_color_breeze; }
notebook > header.left > tabs > tab.reorderable-page:checked {
box-shadow: inset 0px -3px 0px 0px @theme_selected_bg_color_breeze, inset 0px -3px 0px 0px @theme_bg_color_breeze; }
notebook > header.left > tabs > tab.reorderable-page:checked:backdrop, label:backdrop notebook > header.left > tabs > selction:checked {
background-color: @theme_unfocused_bg_color_breeze;
border-color: transparent;
border-bottom-color: @unfocused_borders_breeze;
box-shadow: none; }
notebook > header.left > tabs > tab.reorderable-page:backdrop, label:backdrop notebook > header.left > tabs > selction.reorderable-page {
background-color: @theme_unfocused_bg_color_breeze;
border-bottom-color: @unfocused_borders_breeze;
box-shadow: none; }
notebook > header.right > tabs > tab.reorderable-page {
border-width: 3px;
border-style: solid;
border-color: transparent;
background-color: @theme_bg_color_breeze;
background-clip: padding-box;
border-bottom-width: 1px;
border-bottom-color: @borders_breeze;
box-shadow: inset 0px -3px 0px 0px @theme_bg_color_breeze; }
notebook > header.right > tabs > tab.reorderable-page:hover, notebook > header.right > tabs > tab.reorderable-page.prelight-page {
box-shadow: inset 0px -3px 0px 0px alpha(@theme_selected_bg_color_breeze,0.2), inset 0px -3px 0px 0px @theme_bg_color_breeze; }
notebook > header.right > tabs > tab.reorderable-page:checked {
box-shadow: inset 0px -3px 0px 0px @theme_selected_bg_color_breeze, inset 0px -3px 0px 0px @theme_bg_color_breeze; }
notebook > header.right > tabs > tab.reorderable-page:checked:backdrop, label:backdrop notebook > header.right > tabs > selction:checked {
background-color: @theme_unfocused_bg_color_breeze;
border-color: transparent;
border-bottom-color: @unfocused_borders_breeze;
box-shadow: none; }
notebook > header.right > tabs > tab.reorderable-page:backdrop, label:backdrop notebook > header.right > tabs > selction.reorderable-page {
background-color: @theme_unfocused_bg_color_breeze;
border-bottom-color: @unfocused_borders_breeze;
box-shadow: none; }
notebook > header.top > tabs > arrow {
border-top-style: none; }
notebook > header.bottom > tabs > arrow {
border-bottom-style: none; }
notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow {
margin-left: -5px;
margin-right: -5px;
padding-left: 4px;
padding-right: 4px; }
notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
notebook > header.left > tabs > arrow {
border-left-style: none; }
notebook > header.right > tabs > arrow {
border-right-style: none; }
notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow {
margin-top: -5px;
margin-bottom: -5px;
padding-top: 4px;
padding-bottom: 4px; }
notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down {
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
notebook > header > tabs > arrow {
min-height: 16px;
min-width: 16px;
border-radius: 0; }
notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) {
background-clip: padding-box;
background-image: none;
background-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
box-shadow: none; }
notebook > header > tabs > arrow:disabled {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
color: @theme_button_foreground_normal_breeze;
text-shadow: none;
-gtk-icon-shadow: none; }
notebook > header button.flat, notebook > header button.sidebar-button {
padding: 0;
margin: 4px;
min-width: 12px;
min-height: 12px;
border: 0px solid;
border-radius: 50%;
color: @theme_bg_color_breeze;
background-color: @borders_breeze;
background-image: none; }
notebook > header button.flat:hover, notebook > header button.sidebar-button:hover {
background-color: #da4453; }
notebook > header button.flat:active, notebook > header button.sidebar-button:active {
background-color: #da4453; }
notebook > header button.flat:backdrop, notebook > header button.sidebar-button:backdrop {
background-color: @unfocused_borders_breeze;
color: @theme_unfocused_bg_color_breeze; }
notebook > stack:not(:only-child) {
background-color: transparent;
border-style: solid;
border-color: @borders_breeze;
border-width: 0px; }
scrolledwindow overshoot.top {
background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(shade(@borders_breeze,0.9)), to(alpha(shade(@borders_breeze,0.9),0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(alpha(@theme_fg_color_breeze,0.07)), to(alpha(@theme_fg_color_breeze,0)));
background-size: 100% 5%, 100% 100%;
background-repeat: no-repeat;
background-position: center top;
background-color: transparent;
border: none;
box-shadow: none; }
scrolledwindow overshoot.top:backdrop, scrolledwindow label:backdrop selction.top, label:backdrop scrolledwindow selction.top {
background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(@unfocused_borders_breeze), to(alpha(@unfocused_borders_breeze,0)));
background-size: 100% 5%;
background-repeat: no-repeat;
background-position: center top;
background-color: transparent;
border: none;
box-shadow: none; }
scrolledwindow overshoot.bottom {
background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(shade(@borders_breeze,0.9)), to(alpha(shade(@borders_breeze,0.9),0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(alpha(@theme_fg_color_breeze,0.07)), to(alpha(@theme_fg_color_breeze,0)));
background-size: 100% 5%, 100% 100%;
background-repeat: no-repeat;
background-position: center bottom;
background-color: transparent;
border: none;
box-shadow: none; }
scrolledwindow overshoot.bottom:backdrop, scrolledwindow label:backdrop selction.bottom, label:backdrop scrolledwindow selction.bottom {
background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(@unfocused_borders_breeze), to(alpha(@unfocused_borders_breeze,0)));
background-size: 100% 5%;
background-repeat: no-repeat;
background-position: center bottom;
background-color: transparent;
border: none;
box-shadow: none; }
scrolledwindow overshoot.left {
background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(shade(@borders_breeze,0.9)), to(alpha(shade(@borders_breeze,0.9),0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(alpha(@theme_fg_color_breeze,0.07)), to(alpha(@theme_fg_color_breeze,0)));
background-size: 5% 100%, 100% 100%;
background-repeat: no-repeat;
background-position: left center;
background-color: transparent;
border: none;
box-shadow: none; }
scrolledwindow overshoot.left:backdrop, scrolledwindow label:backdrop selction.left, label:backdrop scrolledwindow selction.left {
background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(@unfocused_borders_breeze), to(alpha(@unfocused_borders_breeze,0)));
background-size: 5% 100%;
background-repeat: no-repeat;
background-position: left center;
background-color: transparent;
border: none;
box-shadow: none; }
scrolledwindow overshoot.right {
background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(shade(@borders_breeze,0.9)), to(alpha(shade(@borders_breeze,0.9),0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(alpha(@theme_fg_color_breeze,0.07)), to(alpha(@theme_fg_color_breeze,0)));
background-size: 5% 100%, 100% 100%;
background-repeat: no-repeat;
background-position: right center;
background-color: transparent;
border: none;
box-shadow: none; }
scrolledwindow overshoot.right:backdrop, scrolledwindow label:backdrop selction.right, label:backdrop scrolledwindow selction.right {
background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(@unfocused_borders_breeze), to(alpha(@unfocused_borders_breeze,0)));
background-size: 5% 100%;
background-repeat: no-repeat;
background-position: right center;
background-color: transparent;
border: none;
box-shadow: none; }
scrolledwindow undershoot {
background-image: none;
border: none; }
/************
* Pathbars *
************/
.path-bar {
background-color: @theme_bg_color_breeze;
border-bottom: 1px solid @borders_breeze; }
.path-bar button {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
color: @theme_button_foreground_normal_breeze;
text-shadow: none;
-gtk-icon-shadow: none;
padding: 4px 8px;
color: @theme_fg_color_breeze; }
.path-bar button:hover {
border-color: @theme_button_decoration_hover_breeze; }
.path-bar button:active, .path-bar button:checked {
background-color: @borders_breeze;
font-weight: normal; }
.path-bar button.text-button, .path-bar button.image-button, .path-bar button {
padding-left: 4px;
padding-right: 4px; }
.path-bar button.text-button.image-button label {
padding-left: 0;
padding-right: 0; }
.path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child {
padding-right: 8px; }
.path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child {
padding-left: 8px; }
.path-bar button image {
padding-left: 4px;
padding-right: 4px; }
.path-bar button.slider-button {
padding-left: 0;
padding-right: 0; }
/*****************
* Progress bars *
*****************/
progressbar {
font-size: smaller;
color: alpha(@theme_button_foreground_normal_breeze,0.3); }
progressbar.horizontal trough,
progressbar.horizontal progress {
min-height: 6px; }
progressbar.vertical trough,
progressbar.vertical progress {
min-width: 6px; }
progressbar trough {
border: 0px solid transparent;
border-radius: 3px;
background-color: alpha(@theme_button_foreground_normal_breeze,0.3); }
progressbar:backdrop trough {
background-color: alpha(@theme_button_foreground_backdrop_breeze,0.3); }
progressbar progress {
background-color: @theme_selected_bg_color_breeze;
border: 0px solid transparent;
border-radius: 3px;
box-shadow: none; }
progressbar:backdrop progress {
background-color: @theme_unfocused_selected_bg_color_alt_breeze; }
progressbar.osd {
background-color: transparent; }
treeview.view.progressbar {
border: 0px solid transparent;
border-radius: 3px;
background-color: @theme_selected_bg_color_breeze;
color: @theme_selected_fg_color_breeze;
background-image: none; }
treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected,
headerbar.selection-mode .progressbar.subtitle:link,
headerbar.selection-mode button.progressbar.subtitle:visited {
background-color: alpha(@theme_selected_bg_color_breeze,0.25); }
treeview.view.trough {
background-color: mix(@theme_bg_color_breeze,@theme_fg_color_breeze,0.7); }
treeview.view.trough:selected:focus, treeview.view.trough:selected,
headerbar.selection-mode .trough.subtitle:link,
headerbar.selection-mode button.trough.subtitle:visited {
background-color: alpha(@theme_selected_fg_color_breeze,0.3); }
/*************
* Level Bar *
*************/
levelbar block {
min-width: 32px;
min-height: 6px; }
levelbar.vertical block {
min-width: 6px;
min-height: 32px; }
levelbar trough {
border: 1px solid;
padding: 2px;
border-radius: 3px;
color: @theme_text_color_breeze;
border-color: @borders_breeze;
background-color: @theme_base_color_breeze;
box-shadow: none; }
levelbar trough:backdrop {
color: @theme_unfocused_text_color_breeze;
border-color: @unfocused_borders_breeze;
background-color: @theme_unfocused_base_color_breeze; }
levelbar.horizontal.discrete block {
margin: 0 1px; }
levelbar.vertical.discrete block {
margin: 1px 0; }
levelbar block:not(.empty) {
border: 1px solid @theme_selected_bg_color_breeze;
background-color: @theme_selected_bg_color_breeze;
box-shadow: none;
border-radius: 1px; }
levelbar block:not(.empty):backdrop, levelbar label:backdrop selction:not(.empty), label:backdrop levelbar selction:not(.empty) {
border-color: @theme_unfocused_selected_bg_color_alt_breeze;
background-color: @theme_unfocused_selected_bg_color_alt_breeze; }
levelbar block.low {
border-color: @warning_color_breeze;
background-color: @warning_color_breeze; }
levelbar block.low:backdrop, levelbar label:backdrop selction.low, label:backdrop levelbar selction.low {
background-color: @warning_color_backdrop_breeze;
border-color: @warning_color_backdrop_breeze; }
levelbar block.high {
border-color: @success_color_breeze;
background-color: @success_color_breeze; }
levelbar block.high:backdrop, levelbar label:backdrop selction.high, label:backdrop levelbar selction.high {
background-color: @success_color_backdrop_breeze;
border-color: @success_color_backdrop_breeze; }
levelbar block.full {
border-color: @success_color_breeze;
background-color: @success_color_breeze; }
levelbar block.full:backdrop, levelbar label:backdrop selction.full, label:backdrop levelbar selction.full {
background-color: @success_color_backdrop_breeze;
border-color: @success_color_backdrop_breeze; }
levelbar block.empty {
background-color: alpha(@theme_button_foreground_normal_breeze,0.3);
border-color: transparent;
box-shadow: none; }
levelbar block.empty:backdrop, levelbar label:backdrop selction.empty, label:backdrop levelbar selction.empty {
background-color: alpha(@theme_button_foreground_insensitive_breeze,0.3); }
/************
* GtkScale *
************/
scale.fine-tune.trough {
margin: 8px;
border-radius: 3px; }
scale slider {
min-width: 18px;
min-height: 18px;
background-color: @theme_button_background_normal_breeze;
border: 1px solid @borders_breeze;
border-radius: 50%;
box-shadow: none;
margin: -9px; }
scale slider:hover {
border-style: solid;
border-width: 2px;
border-color: @theme_button_decoration_hover_breeze;
border-radius: 50%; }
scale slider:hover:backdrop, scale label:backdrop selction:hover, label:backdrop scale selction:hover {
background-color: @theme_button_background_backdrop_breeze;
border-color: @theme_button_decoration_hover_insensitive_breeze; }
scale slider:disabled {
border-style: solid;
border-radius: 50%;
background-color: alpha(@theme_button_background_insensitive_breeze,100);
opacity: 1.0;
border-color: @insensitive_borders_breeze; }
scale slider:disabled:backdrop {
background-color: alpha(@theme_button_background_backdrop_insensitive_breeze,100);
border-color: @unfocused_insensitive_borders_breeze; }
scale slider:active {
border: 2px solid @theme_button_decoration_focus_breeze; }
scale slider:active:backdrop, scale label:backdrop selction:active, label:backdrop scale selction:active {
background-color: @theme_button_background_normal_breeze;
border-color: @theme_button_decoration_focus_backdrop_breeze; }
scale slider:backdrop {
background-color: @theme_button_background_backdrop_breeze;
border-color: @unfocused_borders_breeze; }
scale trough {
min-width: 6px;
min-height: 6px;
margin: 9px;
border: 0px solid;
border-radius: 3px;
background-color: mix(@theme_bg_color_breeze,@theme_fg_color_breeze,0.7);
box-shadow: none; }
scale trough:disabled, scale trough.vertical:disabled, scale label:disabled selection.vertical, label:disabled scale selection.vertical {
border-color: mix(@insensitive_bg_color_breeze,@insensitive_fg_color_breeze,0.7);
background-color: mix(@insensitive_bg_color_breeze,@insensitive_fg_color_breeze,0.7);
box-shadow: none; }
scale trough:disabled:backdrop, scale trough.vertical:disabled:backdrop {
background-color: mix(@insensitive_unfocused_bg_color_breeze,@insensitive_unfocused_fg_color_breeze,0.7);
border-color: mix(@insensitive_unfocused_bg_color_breeze,@insensitive_unfocused_fg_color_breeze,0.7); }
scale trough:backdrop {
background-color: mix(@theme_unfocused_bg_color_breeze,@theme_unfocused_fg_color_breeze,0.7);
border-color: mix(@theme_unfocused_bg_color_breeze,@theme_unfocused_fg_color_breeze,0.7); }
scale highlight {
border: 0px solid;
border-radius: 3px;
background-color: @theme_selected_bg_color_breeze;
border-color: @theme_selected_bg_color_breeze; }
scale highlight.vertical {
background-color: @theme_selected_bg_color_breeze;
border-color: @theme_selected_bg_color_breeze; }
scale highlight:disabled {
background-color: @insensitive_selected_bg_color_breeze; }
scale highlight:backdrop {
background-color: @theme_unfocused_selected_bg_color_breeze;
border-color: @theme_unfocused_selected_bg_color_breeze; }
scale highlight:backdrop:disabled {
background-color: @insensitive_unfocused_selected_bg_color_breeze; }
/**************
* Scrollbars *
**************/
scrollbar {
-GtkScrollbar-has-backward-stepper: false;
-GtkScrollbar-has-forward-stepper: false;
background-color: @theme_bg_color_breeze;
border-width: 0px 0px;
border-color: @theme_bg_color_breeze;
margin: 5px; }
scrollbar button {
min-width: 14px;
min-height: 14px;
margin: 0px;
padding: 0px 0px;
border: none;
border-radius: 0px;
background-image: none;
background-color: transparent;
color: transparent;
box-shadow: none; }
scrollbar button:hover {
border: none;
background-image: none;
background-color: @theme_bg_color_breeze;
color: transparent; }
scrollbar button:active, scrollbar button:active:hover {
border: none;
background-image: none;
background-color: @theme_bg_color_breeze;
color: transparent; }
scrollbar button:disabled {
border: none;
background-color: @theme_bg_color_breeze;
background-image: none;
color: transparent; }
scrollbar.dragging, scrollbar.hovering {
opacity: 0.9910; }
scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
opacity: 0.999; }
scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
-GtkScrollbar-has-backward-stepper: false;
-GtkScrollbar-has-forward-stepper: false; }
scrollbar.overlay-indicator {
background: none; }
scrollbar trough {
transition-duration: 0.1s;
min-width: 6px;
min-height: 14px;
border-radius: 8px;
background-color: transparent; }
scrollbar:hover trough {
background-color: mix(@theme_unfocused_bg_color_breeze,@theme_unfocused_fg_color_breeze,0.7);
min-width: 6px; }
scrollbar:hover slider {
min-width: 6px;
background-color: @theme_button_decoration_hover_breeze; }
scrollbar.horizontal trough {
transition-duration: 0.1s;
min-width: 14px;
min-height: 6px;
border-radius: 8px;
background-color: transparent; }
scrollbar.horizontal.horizontal:hover trough {
background-color: mix(@theme_unfocused_bg_color_breeze,@theme_unfocused_fg_color_breeze,0.7);
min-height: 6px; }
scrollbar.horizontal.horizontal:hover slider {
min-height: 6px;
background-color: @theme_button_decoration_hover_breeze; }
scrollbar slider {
transition-duration: 0.1s;
min-width: 6px;
min-height: 30px;
border-radius: 8px;
background-clip: padding-box;
background-color: alpha(@theme_fg_color_breeze,0.5); }
scrollbar slider:hover {
min-width: 6px;
background-color: @theme_button_decoration_hover_breeze; }
scrollbar.horizontal slider {
transition-duration: 0.1s;
min-width: 30px;
min-height: 3px;
border-radius: 8px;
background-clip: padding-box;
background-color: alpha(@theme_fg_color_breeze,0.5); }
scrollbar.horizontal slider:hover {
min-height: 6px;
background-color: @theme_button_decoration_hover_breeze; }
/***********
* Sidebar *
***********/
.sidebar {
border: none;
background-color: @theme_bg_color_breeze; }
.sidebar:backdrop, label:backdrop selction.sidebar {
background-color: @theme_unfocused_bg_color_breeze; }
.sidebar row {
transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.sidebar row:hover {
transition: none; }
.sidebar row.activatable {
border: 0; }
.sidebar row.activatable:dir(ltr) {
border-right: 3px solid transparent; }
.sidebar row.activatable:dir(rtl) {
border-left: 3px solid transparent; }
.sidebar row.activatable:selected:backdrop {
background-color: @theme_unfocused_selected_bg_color_alt_breeze; }
placessidebar > viewport.frame {
border-style: none; }
placessidebar row {
min-height: 36px;
padding: 0px; }
placessidebar row > revealer {
padding: 0 14px; }
placessidebar row:selected {
color: @theme_selected_fg_color_breeze; }
placessidebar row:disabled {
color: @insensitive_fg_color_breeze; }
placessidebar row:backdrop {
color: @theme_unfocused_fg_color_breeze; }
placessidebar row:backdrop:selected {
color: @theme_unfocused_selected_bg_color_alt_breeze; }
placessidebar row:backdrop:disabled {
color: @insensitive_unfocused_fg_color_breeze; }
placessidebar row image.sidebar-icon:dir(ltr) {
padding-right: 8px; }
placessidebar row image.sidebar-icon:dir(rtl) {
padding-left: 8px; }
placessidebar row label.sidebar-label:dir(ltr) {
padding-right: 2px; }
placessidebar row label.sidebar-label:dir(rtl) {
padding-left: 2px; }
button.sidebar-button {
min-height: 26px;
min-width: 26px;
margin-top: 3px;
margin-bottom: 3px;
padding: 0; }
placessidebar row:selected:active {
box-shadow: none; }
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
background-image: none;
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: @theme_selected_bg_color_breeze; }
placesview .server-list-button > image {
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
-gtk-icon-transform: rotate(0turn); }
placesview .server-list-button:checked > image {
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
-gtk-icon-transform: rotate(-0.5turn); }
placesview row.activatable:hover {
background-color: transparent; }
placesview > actionbar > revealer > box > label {
padding-left: 8px;
padding-right: 8px; }
stacksidebar.sidebar row {
padding: 10px 4px; }
stacksidebar.sidebar row > label {
padding-left: 6px;
padding-right: 6px; }
stacksidebar.sidebar row.needs-attention > .label {
background-size: 6px 6px, 0 0; }
/*****************
* GtkSpinButton *
*****************/
spinbutton:not(.vertical) {
padding: 0; }
spinbutton:not(.vertical) entry {
min-width: 28px;
margin: 0;
background: none;
background-color: transparent;
border: none;
border-radius: 0;
box-shadow: none; }
spinbutton:not(.vertical) entry:backdrop:disabled {
background-color: transparent; }
spinbutton:not(.vertical) button {
min-height: 16px;
margin: 0;
padding-bottom: 0;
padding-top: 0;
color: @theme_text_color_breeze;
background-image: none;
background-color: transparent;
border-style: none;
box-shadow: none; }
spinbutton:not(.vertical) button:hover {
color: @theme_view_hover_decoration_color_breeze; }
spinbutton:not(.vertical) button:disabled {
color: @insensitive_base_fg_color_breeze; }
spinbutton:not(.vertical) button:active {
color: @theme_view_active_decoration_color_breeze;
box-shadow: none; }
spinbutton:not(.vertical) button:backdrop {
color: @theme_unfocused_text_color_breeze;
background-color: transparent; }
spinbutton:not(.vertical) button:backdrop:disabled {
color: @theme_unfocused_view_text_color_breeze;
background-color: transparent;
border-style: none; }
spinbutton:not(.vertical) button:dir(ltr):last-child, spinbutton:not(.vertical) combobox.linked button:dir(ltr):nth-child(2), combobox.linked spinbutton:not(.vertical) button:dir(ltr):nth-child(2), spinbutton:not(.vertical) .linked:not(.vertical) > combobox:last-child > box > button.combo:dir(ltr), spinbutton:not(.vertical) .linked.vertical > combobox:last-child > box > button.combo:dir(ltr) {
border-radius: 0 3px 3px 0; }
spinbutton:not(.vertical) button:dir(rtl):first-child, spinbutton:not(.vertical) combobox.linked button:dir(rtl):nth-child(2), combobox.linked spinbutton:not(.vertical) button:dir(rtl):nth-child(2), spinbutton:not(.vertical) .linked:not(.vertical) > combobox:first-child > box > button.combo:dir(rtl), spinbutton:not(.vertical) .linked.vertical > combobox:first-child > box > button.combo:dir(rtl) {
border-radius: 3px 0 0 3px; }
spinbutton.vertical:disabled, label:disabled selection.vertical {
color: @insensitive_base_fg_color_breeze; }
spinbutton.vertical:backdrop:disabled {
color: @theme_unfocused_view_text_color_breeze; }
spinbutton.vertical:drop(active) {
border-color: transparent;
box-shadow: none; }
spinbutton.vertical entry {
margin: 0px;
min-height: 26px;
min-width: 26px;
border-style: none solid none solid;
border-color: @borders_breeze;
padding: 0;
border-radius: 0; }
spinbutton.vertical entry:disabled {
color: @insensitive_base_fg_color_breeze;
background-color: @insensitive_base_color_breeze;
border-color: @insensitive_borders_breeze; }
spinbutton.vertical entry:backdrop:disabled {
color: @theme_unfocused_view_text_color_breeze;
background-color: @theme_unfocused_view_bg_color_breeze;
border-color: @unfocused_insensitive_borders_breeze; }
spinbutton.vertical button {
min-height: 26px;
min-width: 26px;
padding: 0;
box-shadow: none;
background-image: none;
background-color: @theme_base_color_breeze;
color: @theme_base_fg_color_breeze;
border-color: @borders_breeze; }
spinbutton.vertical button:hover {
color: @theme_view_hover_decoration_color_breeze; }
spinbutton.vertical button:active {
color: @theme_view_active_decoration_color_breeze; }
spinbutton.vertical button:disabled {
color: @insensitive_base_fg_color_breeze;
background-color: @insensitive_base_color_breeze;
border-color: @insensitive_borders_breeze; }
spinbutton.vertical button:backdrop:disabled {
color: @theme_unfocused_view_text_color_breeze;
background-color: @theme_unfocused_view_bg_color_breeze;
border-color: @unfocused_insensitive_borders_breeze; }
spinbutton.vertical button.up {
border-radius: 3px 3px 0 0;
border-style: solid solid none solid; }
spinbutton.vertical button.down {
border-radius: 0 0 3px 3px;
border-style: none solid solid solid; }
treeview spinbutton:not(.vertical) {
min-height: 0;
border-style: none;
border-radius: 0; }
treeview spinbutton:not(.vertical) entry {
min-height: 0;
padding: 1px 2px; }
/**********
* Switch *
**********/
switch {
margin: 2px;
font-weight: bold;
font-size: smaller;
min-width: 48px;
min-height: 24px;
border: 0px solid;
border-radius: 12px;
color: transparent;
background-color: alpha(@theme_button_foreground_normal_breeze,0.3);
text-shadow: none; }
switch:checked {
background-color: @theme_selected_bg_color_breeze; }
switch:backdrop {
background-color: alpha(@theme_button_foreground_backdrop_breeze,0.3);
text-shadow: none; }
switch:backdrop:checked {
background-color: @theme_unfocused_selected_bg_color_alt_breeze; }
switch slider {
min-width: 22px;
min-height: 22px;
border: 1px solid;
border-radius: 11px;
background-color: @theme_bg_color_breeze;
border-color: @borders_breeze; }
switch:hover slider {
border-color: @theme_button_decoration_hover_breeze; }
switch:disabled slider {
background-color: @insensitive_bg_color_breeze; }
switch:backdrop slider {
background-color: @theme_unfocused_bg_color_breeze; }
switch:backdrop:disabled slider {
background-color: @insensitive_unfocused_bg_color_breeze; }
/************
* Toolbars *
************/
searchbar,
.location-bar, .inline-toolbar, toolbar {
-GtkWidget-window-dragging: true;
padding: 4px;
background-color: @theme_bg_color_breeze; }
toolbar {
padding: 4px 3px 3px 4px; }
toolbar:backdrop {
background-color: @theme_unfocused_bg_color_breeze;
box-shadow: none; }
toolbar button {
margin: 2px;
padding: 3px; }
toolbar button.image-button, toolbar button.text-button.image-button {
padding: 3px; }
toolbar separator {
margin-left: 3px;
margin-right: 3px; }
toolbar entry {
margin: 3px; }
.osd toolbar {
background-color: transparent; }
toolbar.osd {
padding: 13px;
border: none;
border-radius: 3px;
background-color: @theme_bg_color_breeze; }
toolbar.osd:backdrop, label:backdrop selction.osd {
border-color: @unfocused_borders_breeze;
background-color: @theme_unfocused_bg_color_breeze;
box-shadow: none; }
toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom {
border-radius: 0; }
.inline-toolbar {
border-width: 0px 0px 1px 0px;
padding: 3px;
border-radius: 0; }
searchbar,
.location-bar {
border-width: 0px 0px 1px 0px;
padding: 3px; }
.inline-toolbar, searchbar,
.location-bar {
border-style: solid;
border-color: @borders_breeze;
text-shadow: none;
background-color: @theme_bg_color_breeze; }
/************
* Tooltips *
************/
tooltip {
color: @tooltip_text_breeze;
padding: 4px;
/* not working */
border-radius: 3px;
box-shadow: none;
text-shadow: none;
border: 1px solid @tooltip_border_breeze; }
tooltip.background {
background-color: @tooltip_background_breeze;
background-clip: padding-box; }
tooltip.window-frame.csd {
background-color: transparent;
box-shadow: none; }
tooltip decoration {
background-color: transparent; }
tooltip *,
tooltip headerbar.selection-mode .subtitle:link,
headerbar.selection-mode tooltip .subtitle:link,
tooltip headerbar.selection-mode headerbar .subtitle:link,
headerbar.selection-mode headerbar tooltip .subtitle:link, tooltip button:link,
tooltip headerbar.selection-mode button.subtitle:link,
headerbar.selection-mode tooltip button.subtitle:link,
tooltip headerbar.selection-mode headerbar button.subtitle:link,
headerbar.selection-mode headerbar tooltip button.subtitle:link,
tooltip button:visited,
tooltip headerbar.selection-mode button.subtitle:visited,
headerbar.selection-mode tooltip button.subtitle:visited,
tooltip headerbar.selection-mode headerbar button.subtitle:visited,
headerbar.selection-mode headerbar tooltip button.subtitle:visited {
padding: 0px;
background-color: transparent;
color: @tooltip_text_breeze; }
/**************
* Tree Views *
**************/
treeview.view {
-GtkTreeView-grid-line-width: 0;
-GtkTreeView-grid-line-pattern: '';
-GtkTreeView-tree-line-width: 1;
-GtkTreeView-tree-line-pattern: '';
-GtkTreeView-expander-size: 16;
border-left-color: @borders_breeze;
border-top-color: transparent; }
treeview.view:selected,
headerbar.selection-mode .view.subtitle:link,
headerbar.selection-mode button.view.subtitle:visited {
border-radius: 0; }
treeview.view:hover {
background-color: alpha(@theme_selected_bg_color_breeze,0.3);
border-left-color: @theme_fg_color_breeze;
border-top-color: @theme_fg_color_breeze; }
treeview.view:selected,
headerbar.selection-mode .view.subtitle:link,
headerbar.selection-mode button.view.subtitle:visited {
background-color: @theme_selected_bg_color_breeze;
border-left-color: @theme_selected_fg_color_breeze;
border-top-color: @theme_selected_fg_color_breeze; }
treeview.view:backdrop:selected {
background-color: @theme_unfocused_selected_bg_color_breeze;
border-left-color: @theme_unfocused_selected_fg_color_breeze;
border-top-color: @theme_unfocused_selected_fg_color_breeze; }
treeview.view:disabled, label:disabled selection.view {
color: @insensitive_borders_breeze; }
treeview.view:disabled:selected {
color: @insensitive_selected_fg_color_breeze; }
treeview.view:disabled:selected:backdrop {
color: @insensitive_unfocused_selected_fg_color_breeze; }
treeview.view:disabled:backdrop {
color: @unfocused_insensitive_borders_breeze; }
treeview.view.separator {
min-height: 2px;
color: @borders_breeze; }
treeview.view.separator:backdrop, label:backdrop selction.separator {
color: @unfocused_borders_breeze; }
treeview.view:backdrop, label:backdrop selction.view {
border-left-color: @unfocused_borders_breeze; }
treeview.view:drop(active) {
border-style: solid none;
border-width: 1px;
border-color: @theme_button_decoration_hover_breeze; }
treeview.view.expander {
min-width: 16px;
min-height: 16px;
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
color: @theme_fg_color_breeze; }
treeview.view.expander:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
treeview.view.expander:hover {
color: @theme_button_decoration_hover_breeze; }
treeview.view.expander:selected,
headerbar.selection-mode .expander.subtitle:link,
headerbar.selection-mode button.expander.subtitle:visited {
color: @theme_selected_fg_color_breeze; }
treeview.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
treeview.view.expander:checked:selected,
headerbar.selection-mode .subtitle:checked:link,
headerbar.selection-mode button.subtitle:checked:visited {
color: @theme_selected_fg_color_breeze; }
treeview.view.expander:checked:backdrop, label:backdrop selction:checked {
color: @theme_unfocused_base_color_breeze; }
treeview.view.expander:backdrop, label:backdrop selction.expander {
color: @theme_unfocused_base_color_breeze; }
treeview.view header button {
color: @theme_button_foreground_normal_breeze;
background-color: @theme_button_background_normal_breeze;
text-shadow: none;
box-shadow: none; }
treeview.view header button:hover {
color: @theme_button_foreground_normal_breeze;
background-color: alpha(@theme_button_decoration_hover_breeze,0.5);
box-shadow: none;
transition: none; }
treeview.view header button:active {
color: @theme_button_foreground_normal_breeze;
background-color: alpha(@theme_button_decoration_hover_breeze,0.5);
transition: none; }
treeview.view header button:last-child:backdrop, treeview.view header button:last-child, treeview.view header combobox.linked button:nth-child(2):dir(ltr), combobox.linked treeview.view header button:nth-child(2):dir(ltr), treeview.view header .linked:not(.vertical) > combobox:last-child > box > button.combo, treeview.view header .linked.vertical > combobox:last-child > box > button.combo {
border-right-style: none; }
treeview.view button.dnd:active, treeview.view button.dnd:selected,
treeview.view headerbar.selection-mode .dnd.subtitle:link,
headerbar.selection-mode treeview.view .dnd.subtitle:link,
treeview.view headerbar.selection-mode button.dnd.subtitle:visited,
headerbar.selection-mode treeview.view button.dnd.subtitle:visited, treeview.view button.dnd:hover, treeview.view button.dnd,
treeview.view header.button.dnd:active,
treeview.view header.button.dnd:selected,
treeview.view header.button.dnd:hover,
treeview.view header.button.dnd {
padding: 0 6px;
color: @theme_selected_fg_color_breeze;
background-image: none;
background-color: @theme_selected_bg_color_breeze;
border-style: none;
border-radius: 0;
box-shadow: none;
text-shadow: none;
transition: none; }
treeview.view header button, treeview.view header button:hover, treeview.view header button:active {
padding: 6px;
border-style: none solid solid none;
border-radius: 0;
background-image: none;
border-color: @borders_breeze;
text-shadow: none; }
/**********************
* Window Decorations *
*********************/
decoration {
border-radius: 3px 3px 0 0;
border-width: 0px;
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5), 0px 2px 8px rgba(0, 0, 0, 0.3);
/* this is used for the resize cursor area */
margin: 10px; }
.maximized decoration, .fullscreen decoration, .tiled decoration {
border-radius: 0; }
.popup decoration {
border-radius: 3px;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); }
.ssd decoration {
box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); }
.csd decoration {
border-radius: 3px; }
.csd decoration.popup {
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); }
.csd decoration.tooltip {
box-shadow: none; }
.csd decoration.message-dialog {
box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); }
.solid-csd decoration {
border-radius: 0;
margin: 0;
padding: 0px;
border: 5px solid @theme_titlebar_background_breeze;
background-color: @theme_titlebar_background_light_breeze;
box-shadow: none; }
window.solid-csd headerbar.titlebar, window.solid-csd paned.titlebar, window.solid-csd .titlebar, window.solid-csd paned.titlebar headerbar {
border-radius: 0; }
headerbar.default-decoration button.titlebutton,
.titlebar.default-decoration button.titlebutton {
padding: 1px;
min-height: 18px;
min-width: 18px;
margin: 0; }
headerbar button.titlebutton,
.titlebar button.titlebutton {
padding: 1px; }
headerbar button.titlebutton:hover, headerbar button.titlebutton:active, headerbar button.titlebutton:checked, headerbar button.titlebutton:backdrop, headerbar label:backdrop selction.titlebutton, label:backdrop headerbar selction.titlebutton, headerbar button.titlebutton:active:hover,
.titlebar button.titlebutton:hover,
.titlebar button.titlebutton:active,
.titlebar button.titlebutton:checked,
.titlebar button.titlebutton:backdrop,
.titlebar label:backdrop selction.titlebutton,
label:backdrop .titlebar selction.titlebutton,
.titlebar button.titlebutton:active:hover {
transition: none; }
headerbar button.titlebutton.close,
.titlebar button.titlebutton.close {
padding: 1px;
border-image: none;
box-shadow: none;
background-position: center;
background-repeat: no-repeat;
background-size: 18px 18px;
background-image: -gtk-recolor(url("../assets/breeze-close-symbolic.svg"), color @theme_text_color_breeze);
-gtk-icon-source: none; }
headerbar button.titlebutton.close image,
.titlebar button.titlebutton.close image {
color: transparent; }
headerbar button.titlebutton.close:hover,
.titlebar button.titlebutton.close:hover {
border-color: transparent;
background-color: transparent;
background-image: -gtk-recolor(url("../assets/breeze-close-hover-symbolic.svg")); }
headerbar button.titlebutton.close:active,
.titlebar button.titlebutton.close:active {
border-color: transparent;
background-color: transparent;
background-image: -gtk-recolor(url("../assets/breeze-close-active-symbolic.svg")); }
headerbar button.titlebutton.close:backdrop, headerbar label:backdrop selction.close, label:backdrop headerbar selction.close,
.titlebar button.titlebutton.close:backdrop,
.titlebar label:backdrop selction.close,
label:backdrop .titlebar selction.close {
border-color: transparent;
background-color: transparent;
background-image: -gtk-recolor(url("../assets/breeze-close-symbolic.svg")); }
headerbar button.titlebutton.maximize,
.titlebar button.titlebutton.maximize {
padding: 1px;
border-image: none;
box-shadow: none;
background-position: center;
background-repeat: no-repeat;
background-size: 18px 18px;
background-image: -gtk-recolor(url("../assets/breeze-maximize-symbolic.svg")); }
headerbar button.titlebutton.maximize image,
.titlebar button.titlebutton.maximize image {
color: transparent; }
headerbar button.titlebutton.maximize:hover,
.titlebar button.titlebutton.maximize:hover {
border-color: transparent;
background-color: transparent;
background-size: contain;
background-image: -gtk-recolor(url("../assets/breeze-maximize-hover-symbolic.svg")); }
headerbar button.titlebutton.maximize:active,
.titlebar button.titlebutton.maximize:active {
border-color: transparent;
background-color: transparent;
background-image: -gtk-recolor(url("../assets/breeze-maximize-active-symbolic.svg")); }
headerbar button.titlebutton.maximize:backdrop, headerbar label:backdrop selction.maximize, label:backdrop headerbar selction.maximize,
.titlebar button.titlebutton.maximize:backdrop,
.titlebar label:backdrop selction.maximize,
label:backdrop .titlebar selction.maximize {
border-color: transparent;
background-color: transparent;
background-image: -gtk-recolor(url("../assets/breeze-maximize-symbolic.svg")); }
headerbar button.titlebutton.minimize,
.titlebar button.titlebutton.minimize {
padding: 1px;
border-image: none;
box-shadow: none;
background-position: center;
background-repeat: no-repeat;
background-size: 18px 18px;
background-image: -gtk-recolor(url("../assets/breeze-minimize-symbolic.svg")); }
headerbar button.titlebutton.minimize image,
.titlebar button.titlebutton.minimize image {
color: transparent; }
headerbar button.titlebutton.minimize:hover,
.titlebar button.titlebutton.minimize:hover {
border-color: transparent;
background-color: transparent;
background-image: -gtk-recolor(url("../assets/breeze-minimize-hover-symbolic.svg")); }
headerbar button.titlebutton.minimize:active,
.titlebar button.titlebutton.minimize:active {
border-color: transparent;
background-color: transparent;
background-image: -gtk-recolor(url("../assets/breeze-minimize-active-symbolic.svg")); }
headerbar button.titlebutton.minimize:backdrop, headerbar label:backdrop selction.minimize, label:backdrop headerbar selction.minimize,
.titlebar button.titlebutton.minimize:backdrop,
.titlebar label:backdrop selction.minimize,
label:backdrop .titlebar selction.minimize {
border-color: transparent;
background-color: transparent;
background-image: -gtk-recolor(url("../assets/breeze-minimize-symbolic.svg")); }
.maximized headerbar button.titlebutton.maximize, .maximized .titlebar button.titlebutton.maximize {
padding: 1px;
border-image: none;
box-shadow: none;
background-position: center;
background-size: 18px 18px;
background-repeat: no-repeat;
background-image: -gtk-recolor(url("../assets/breeze-maximized-symbolic.svg")); }
.maximized headerbar button.titlebutton.maximize image, .maximized .titlebar button.titlebutton.maximize image {
color: transparent; }
.maximized headerbar button.titlebutton.maximize:hover, .maximized .titlebar button.titlebutton.maximize:hover {
border-color: transparent;
background-color: transparent;
background-image: -gtk-recolor(url("../assets/breeze-maximized-hover-symbolic.svg")); }
.maximized headerbar button.titlebutton.maximize:active, .maximized .titlebar button.titlebutton.maximize:active {
border-color: transparent;
background-color: transparent;
background-image: -gtk-recolor(url("../assets/breeze-maximized-active-symbolic.svg")); }
.maximized headerbar button.titlebutton.maximize:backdrop, .maximized headerbar label:backdrop selction.maximize, label:backdrop .maximized headerbar selction.maximize, .maximized .titlebar button.titlebutton.maximize:backdrop, .maximized .titlebar label:backdrop selction.maximize, label:backdrop .maximized .titlebar selction.maximize {
border-color: transparent;
background-color: transparent;
background-image: -gtk-recolor(url("../assets/breeze-maximized-symbolic.svg")); }
headerbar.selection-mode button.titlebutton,
.titlebar.selection-mode button.titlebutton {
text-shadow: none; }
headerbar.selection-mode button.titlebutton:backdrop, headerbar.selection-mode label:backdrop selction.titlebutton, label:backdrop headerbar.selection-mode selction.titlebutton,
.titlebar.selection-mode button.titlebutton:backdrop,
.titlebar.selection-mode label:backdrop selction.titlebutton,
label:backdrop .titlebar.selection-mode selction.titlebutton {
-gtk-icon-shadow: none; }
hdydialer button {
font-weight: lighter;
background-color: transparent;
border: 0;
box-shadow: none; }
hdydialer button:backdrop {
background-color: transparent; }
hdydialer button:focus {
background-color: transparent;
border: none; }
hdyviewswitcher > button {
border: 0;
background-color: transparent; }
hdyviewswitcher > button:backdrop:hover, hdyviewswitcher > button:hover, hdyviewswitcher > button:active, hdyviewswitcher > button:hover:focus, hdyviewswitcher > button:active:focus, hdyviewswitcher > button:checked, hdyviewswitcher > button:checked:hover {
background-color: transparent; }
hdyviewswitcher > button:checked, hdyviewswitcher > button:checked:backdrop, label:backdrop hdyviewswitcher > selction:checked {
border-top: 0;
border-left: 0;
border-right: 0;
background-color: transparent; }
hdyviewswitcher > button:checked > stack, hdyviewswitcher > button:checked:backdrop > stack, label:backdrop hdyviewswitcher > selction:checked > stack {
border-bottom: 3px solid transparent;
border-top: 3px solid @theme_button_decoration_focus_breeze; }
hdyviewswitcher > button.needs-attention > stack > box label {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_button_decoration_focus_breeze), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 0px, right 1px; }
headerbar hdyviewswitcher > button:checked > stack {
border-top: 3px solid transparent;
border-bottom: 3px solid @theme_button_decoration_focus_breeze; }
headerbar hdyviewswitcher > button:checked > stack:backdrop {
border-top: 3px solid transparent;
border-bottom: 3px solid @theme_button_decoration_focus_breeze; }
assistant .sidebar {
background-color: @theme_base_color_breeze;
color: @theme_text_color_breeze;
border-top: 1px solid @borders_breeze;
border-right: 1px solid @borders_breeze; }
assistant .sidebar:backdrop, assistant label:backdrop selction.sidebar, label:backdrop assistant selction.sidebar {
background-color: @theme_unfocused_base_color_breeze;
color: @theme_unfocused_text_color_breeze;
border-color: @unfocused_borders_breeze; }
assistant.csd .sidebar {
border-top-style: none; }
assistant .sidebar label {
padding: 6px 12px; }
assistant .sidebar label.highlight {
background-color: @theme_selected_bg_color_breeze;
color: @theme_fg_color_breeze; }
.floating-bar {
background-color: @tooltip_background_breeze;
color: @tooltip_text_breeze;
border: 1px solid @tooltip_border_breeze;
border-radius: 3px;
margin: 3px; }
window.background.chromium {
background-color: @theme_base_color_breeze;
border-color: @borders_breeze; }
window.background.chromium menubar, window.background.chromium .menubar {
color: @theme_fg_color_breeze;
background-color: @theme_bg_color_breeze; }
window.background.chromium menubar:backdrop, window.background.chromium .menubar:backdrop, window.background.chromium label:backdrop selction.menubar, label:backdrop window.background.chromium selction.menubar {
background-color: @theme_unfocused_bg_color_breeze;
color: @theme_unfocused_fg_color_breeze; }
window.background.chromium entry {
background-color: @theme_base_color_breeze; }
window.background.chromium.csd menubar, window.background.chromium.csd .menubar {
color: @theme_titlebar_foreground_breeze;
background-color: @theme_titlebar_background_breeze; }
window.background.chromium.csd menubar:backdrop, window.background.chromium.csd .menubar:backdrop, window.background.chromium.csd label:backdrop selction.menubar, label:backdrop window.background.chromium.csd selction.menubar {
background-color: @theme_titlebar_background_backdrop_breeze;
color: @theme_titlebar_foreground_backdrop_breeze; }
window.background.chromium headerbar button.titlebutton.close,
window.background.chromium .titlebar button.titlebutton.close {
color: transparent;
background-image: -gtk-scaled(url("../assets/titlebutton-close.png"), url("../assets/titlebutton-close@2.png")); }
window.background.chromium headerbar button.titlebutton.close:hover,
window.background.chromium .titlebar button.titlebutton.close:hover {
background-image: -gtk-scaled(url("../assets/titlebutton-close-hover.png"), url("../assets/titlebutton-close-hover@2.png")); }
window.background.chromium headerbar button.titlebutton.close:active,
window.background.chromium .titlebar button.titlebutton.close:active {
background-image: -gtk-scaled(url("../assets/titlebutton-close-active.png"), url("../assets/titlebutton-close-active@2.png")); }
window.background.chromium headerbar button.titlebutton.close:backdrop, window.background.chromium headerbar label:backdrop selction.close, label:backdrop window.background.chromium headerbar selction.close,
window.background.chromium .titlebar button.titlebutton.close:backdrop,
window.background.chromium .titlebar label:backdrop selction.close,
label:backdrop window.background.chromium .titlebar selction.close {
background-image: -gtk-scaled(url("../assets/titlebutton-close-backdrop.png"), url("../assets/titlebutton-close-backdrop@2.png")); }
window.background.chromium headerbar button.titlebutton.maximize,
window.background.chromium .titlebar button.titlebutton.maximize {
color: transparent;
background-image: -gtk-scaled(url("../assets/titlebutton-maximize.png"), url("../assets/titlebutton-maximize@2.png")); }
window.background.chromium headerbar button.titlebutton.maximize:hover,
window.background.chromium .titlebar button.titlebutton.maximize:hover {
background-image: -gtk-scaled(url("../assets/titlebutton-maximize-hover.png"), url("../assets/titlebutton-maximize-hover@2.png")); }
window.background.chromium headerbar button.titlebutton.maximize:active,
window.background.chromium .titlebar button.titlebutton.maximize:active {
background-image: -gtk-scaled(url("../assets/titlebutton-maximize-active.png"), url("../assets/titlebutton-maximize-active@2.png")); }
window.background.chromium headerbar button.titlebutton.maximize:backdrop, window.background.chromium headerbar label:backdrop selction.maximize, label:backdrop window.background.chromium headerbar selction.maximize,
window.background.chromium .titlebar button.titlebutton.maximize:backdrop,
window.background.chromium .titlebar label:backdrop selction.maximize,
label:backdrop window.background.chromium .titlebar selction.maximize {
background-image: -gtk-scaled(url("../assets/titlebutton-maximize-backdrop.png"), url("../assets/titlebutton-maximize-backdrop@2.png")); }
window.background.chromium headerbar button.titlebutton.minimize,
window.background.chromium .titlebar button.titlebutton.minimize {
color: transparent;
background-image: -gtk-scaled(url("../assets/titlebutton-minimize.png"), url("../assets/titlebutton-minimize@2.png")); }
window.background.chromium headerbar button.titlebutton.minimize:hover,
window.background.chromium .titlebar button.titlebutton.minimize:hover {
background-image: -gtk-scaled(url("../assets/titlebutton-minimize-hover.png"), url("../assets/titlebutton-minimize-hover@2.png")); }
window.background.chromium headerbar button.titlebutton.minimize:active,
window.background.chromium .titlebar button.titlebutton.minimize:active {
background-image: -gtk-scaled(url("../assets/titlebutton-minimize-active.png"), url("../assets/titlebutton-minimize-active@2.png")); }
window.background.chromium headerbar button.titlebutton.minimize:backdrop, window.background.chromium headerbar label:backdrop selction.minimize, label:backdrop window.background.chromium headerbar selction.minimize,
window.background.chromium .titlebar button.titlebutton.minimize:backdrop,
window.background.chromium .titlebar label:backdrop selction.minimize,
label:backdrop window.background.chromium .titlebar selction.minimize {
background-image: -gtk-scaled(url("../assets/titlebutton-minimize-backdrop.png"), url("../assets/titlebutton-minimize-backdrop@2.png")); }
window.background.chromium.maximized headerbar button.titlebutton.maximize, .maximized .titlebar button.titlebutton.maximize {
color: transparent;
background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized.png"), url("../assets/titlebutton-maximize-maximized@2.png")); }
window.background.chromium.maximized headerbar button.titlebutton.maximize:hover, .maximized .titlebar button.titlebutton.maximize:hover {
background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-hover.png"), url("../assets/titlebutton-maximize-maximized-hover@2.png")); }
window.background.chromium.maximized headerbar button.titlebutton.maximize:active, .maximized .titlebar button.titlebutton.maximize:active {
background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-active.png"), url("../assets/titlebutton-maximize-maximized-active@2.png")); }
window.background.chromium.maximized headerbar button.titlebutton.maximize:backdrop, window.background.chromium.maximized headerbar label:backdrop selction.maximize, label:backdrop window.background.chromium.maximized headerbar selction.maximize, .maximized .titlebar button.titlebutton.maximize:backdrop, .maximized .titlebar label:backdrop selction.maximize, label:backdrop .maximized .titlebar selction.maximize {
background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-backdrop.png"), url("../assets/titlebutton-maximize-maximized-backdrop@2.png")); }
#MozillaGtkWidget scrollbar {
margin: 0px; }
#MozillaGtkWidget scrollbar slider {
border: 5px solid transparent; }