/* Your custom css code goes here */table.table01 {	width:100%;	border-right:#3EB1C6 solid 1px;	border-collapse: collapse;}table.table01 thead th {	background:#22eaaa;	color:#FFF;	padding:10px 15px;	border-right:#FFF solid 1px;	border-bottom:#FFF solid 1px;}table.table01 thead th:last-child {	border-right:#22eaaa solid 1px;}table.table01 tbody th {	background:#22eaaa;	color:#FFF;	padding:10px 15px;	border-bottom:#FFF solid 1px;	vertical-align:top;}table.table01 tbody tr:last-child th {	border-bottom:#22eaaa solid 1px;}table.table01 tbody td {	background:#FFF;	padding:10px 15px;	border-left:#22eaaa solid 1px;	border-bottom:#22eaaa solid 1px;	vertical-align:top;} @media screen and (max-width: 640px) {table.table01 thead {	display:none;}table.table01 tbody th {	display:block;}table.table01 tbody td {	display:block;}table.table01 tbody td::before {	content: attr(label);	float: left;	clear:both;	font-weight:bold;}table.table01 tbody td p {	padding-left:6em;}}