@media (
	min-width: 1200px ) {

	#uiFooter #uiFooterText {
		font-size: 12px;
	}
	
	.scroll-300 {
		max-height: 300px;
		overflow: auto;
	}
}