<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************	General CSS classes	********************/
main {
	margin-left: auto;
	margin-right: auto;
}
.margin-top-bottom {
	margin-bottom: 10px;
	margin-top: 10px;
}
.box-with-shadow {
	border-radius: 12px;
	box-shadow: 0 3px 15px 0 rgba(217, 220, 224, 0.84);
	padding: 10px 20px;
  }
.btn-with-shadow {
	border-radius: 35px;
	box-shadow: 0 5px 15px 0 rgba(227, 226, 226, 0.84);
}
.no-margin {
	margin: 0px;
}
/*******************	End General CSS classes	********************/
/*******************	Single Pair Signal classes	********************/
#big-signals-dropdown2+div.dropdown-menu .disabled{
/* find item with id: big-signals-dropdown2 which is followed immediately after by div.dropdown-menu */
	background-color: gray;
	color: white;
}

#ScenarioTabs .nav-link.active {
	background-color: red;
	color: white;
	font-weight: bold;
	border-radius: 15px 15px 0px 0px;
}
/*******************	End Single Pair Signal classes	********************/</pre></body></html>