@media screen and (max-width: 480px) {
	#module,#module tbody,#module tr,#module td{display:block}
	#module{border:0}
	#module th,#module td{padding:5px 0;border-top:none}
	#module th.right,#module td.right{text-align:left !important}
	#module thead{display:none}
	#module tr{margin-bottom:30px}
	#module th,#module td{border:none;position:relative}
	#module tbody>tr:nth-child(odd)>td,#module tbody>tr:nth-child(odd)>th{background-color:#fff}
}
