<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/************************************************************************************
smaller than 981
*************************************************************************************/

@media screen and (min-width: 1251px) {
#container {
  width: 15%;
}
	}

	
@media screen and (max-width: 1090px) {
#container {
  width: 45%;
}
}
</pre></body></html>