/*==============================================================
    GSM Extension Overrides
==============================================================*/

/* Extension-specific selectors live here, not in the core theme files. */

/* Flags extension */
.forabg#flags {
	background-color: var(--gsm-panel-background);
	box-shadow: var(--gsm-panel-shadow);
}

/* recenttopics extension */
#recenttopicstop {
	background-color: var(--gsm-panel-background);
	box-shadow: var(--gsm-panel-shadow);
}

#recenttopicstop .action-bar {
margin-top: 1px;
margin-bottom: 1px;
}

a#recent-topics {
display: none;
}
