/* styles for desktop */
.tinynav { display: none; }

@media only screen and (min-width: 768px) {
	.container { width:1024px; } /*width:1024px; }*/
	.list { font-size: 16px; }
	.list_group {font-size: 16px; }
}

@media only screen and (max-width: 767px) {
	body {-webkit-text-size-adjust:100%;}
	.container { width:600px; } /*width:748px; }*/
	.list { font-size: 12px; }
	.list_group {font-size: 12px; }
	.list_column_30 { width: 23px; }
	.list_column_40 { width: 30px; }
	.list_column_60 { width: 45px; }
	.list_column_65 { width: 49px; }
	.list_column_70 { width: 53px; }
	.list_column_75 { width: 56px; }
	.list_column_100 { width: 75px; }
	.list_column_105 { width: 79px; }
	.list_column_140 { width: 105px; }
	.list_column_160 { width: 120px; }
	.list_column_240 { width: 180px; }
}

@media only screen and (max-width: 479px) {
	.container { width:300px; }
	.list { font-size: 8px; }
	.list_group {font-size: 8px; }
}




    