@charset "utf-8";
/* CSS Document */


html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@media (max-width:767px){
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	td {
		width:100%;display:table-row;
	}
}