@media screen and (max-width: 1199px) and (min-width: 991px) {
	body {
		font-size: 0.80em !important;
	}
}
@media screen and (max-width: 990px) and (min-width: 767px) {
	body {
		font-size: 0.75em !important;
	}
}
@media screen and (max-width: 766px) and (min-width: 575px) {
	body {
		font-size: 0.6em !important;
	}
}
@media screen and (max-width: 574px) and (min-width: 300px) {
	body {
		font-size: 0.51em !important;
	}

	#container {
		border-style: none !important;
	}
}
@media screen and (max-width: 300px) and (min-width: 200px) {
	body {
		font-size: 0.45em !important;
	}

	#container {
		border-style: none !important;
	}
}
@media screen and (min-width: 320px) and (max-width: 813px) and (orientation: landscape) {

}