table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5%;
	padding-bottom: 0px;
	margin-top: 3px;
	font-family: Verdana;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	border-radius: 4px;
	margin-right: 0px;
	}
/* Zebra striping */
	tr:nth-of-type(odd) {
	background-color: #FFFFFF;
	}
	th {
	border: 1px solid #ccc;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: rgba(0,0,0,0.40);
	}
td {
	border: 1px solid #ccc;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: 400;
	color: #000000;
	text-align: center;
}
td a{
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 13px;
}
td p {
	font-size: 12px;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
td a:hover {
	color: #003277;
	text-decoration: underline;
}
	.chart-number-title {
	text-align: center;
	}
	.chart-number {
	font-family: Verdana;
	font-size: 11px;
	font-weight: 400;
	color: #000000;
	text-align: center;
	}
	/* 
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

	.chart-number {
	font-family: Verdana;
	font-size: 11px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	background-color: #999;
	}
		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
		}
		
		tr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
}
		
		td {
	position: relative;
	padding-left: 50%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E4E4E4;
	color: #000;
		}
		
		td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 3px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
		}
		td.chart-number2 {
	position: relative;
	padding-left: 50%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF;
		}
		
		td.chart-number2:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
		}
		
		/*
		Label the data
		*/
		td:nth-of-type(1):before {
		content: "SIZE";
}
		td:nth-of-type(2):before {
		content: "BUST";
}
		td:nth-of-type(3):before { 
		content: "WAIST"; }
		
		td:nth-of-type(4):before { 
		content: "HIPS"; }
		
		td.chart-number2:nth-of-type(1):before { content: "SIZE"; }
		td.chart-number2:nth-of-type(2):before { content: "BUST"; }
		td.chart-number2:nth-of-type(3):before { content: "WAIST"; }
		td.chart-number2:nth-of-type(4):before { content: "HIPS"; }
	}
	
	/* Smartphones (portrait and landscape) ----------- */
	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		#chart-container {
	padding: 0;
	margin: 0;
	width: auto;
	font-family: Verdana;
		}
		.chart-number {
	font-family: Verdana;
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-align: center;
	}
	td {
	font-size: 12px;
	font-weight: 400;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	}
	td a{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	td p {
	font-size: 12px;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	.chart-number2 td{
	font-size: 12px;
	font-weight: 400;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	}
	.chart-number2 td a{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	.chart-number2 td p {
	font-size: 12px;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

		}
	
	/* iPads (portrait and landscape) ----------- */
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		#chart-container {
	width: 100%;
	font-family: Verdana;
		}
	}
