.CSSTableGenerator {
	margin:auto;
	padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
	
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
	
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
	
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}
/* .CSSTableGenerator table{ */
/* 	width:100%; */
/* 	height:100%; */
/* 	margin:0px; */
/* 	padding:0px; */
/* } */
/* .CSSTableGenerator tr:last-child td:last-child { */
/* 	-moz-border-radius-bottomright:7px; */
/* 	-webkit-border-bottom-right-radius:7px; */
/* 	border-bottom-right-radius:7px; */
/* } */
/* .CSSTableGenerator table tr:first-child td:first-child { */
/* 	-moz-border-radius-topleft:7px; */
/* 	-webkit-border-top-left-radius:7px; */
/* 	border-top-left-radius:7px; */
/* } */
/* .CSSTableGenerator table tr:first-child td:last-child { */
/* 	-moz-border-radius-topright:7px; */
/* 	-webkit-border-top-right-radius:7px; */
/* 	border-top-right-radius:7px; */
/* } */
/* .CSSTableGenerator tr:last-child td:first-child{ */
/* 	-moz-border-radius-bottomleft:7px; */
/* 	-webkit-border-bottom-left-radius:7px; */
/* 	border-bottom-left-radius:7px; */
/* } */
/* .CSSTableGenerator tr:nth-child(odd){  */
/* 	background-color:#aad4ff;  */
/* } */
/* .CSSTableGenerator tr:nth-child(even)  { */
/* 	background-color:#ffffff;  */
/* } */

.CSSTableGenerator td{
	vertical-align:middle;
	border:1px solid grey;
/* 	border-width:0px 1px 1px 0px; */
	text-align:center;
	padding:2px;
 	font-size:7px; 
/* 	font-family:Arial; */
/* 	font-weight:bold; */
/* 	color:#000000; */
}
/* .CSSTableGenerator tr:last-child td{ */
/* 	border-width:0px 1px 0px 0px; */
/* } */
/* .CSSTableGenerator tr td:last-child{ */
/* 	border-width:0px 0px 1px 0px; */
/* } */
/* .CSSTableGenerator tr:last-child td:last-child{ */
/* 	border-width:0px 0px 0px 0px; */
/* } */
.CSSTableGenerator tr:first-child td{
/* 	background-color:#005fbf; */
/* 	border:0px solid #000000; */
	text-align:center;
/* 	border-width:0px 0px 1px 1px; */
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.CSSTableGeneratorSmallHeight {
	margin-top: 1%;
}

.CSSTableGenerator a{
	color:dimgrey;
}

.tableTD1 {
	border-width:0px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.tableTD3 {
	border-width:0px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.tableTD2 {
	border:1px solid;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;	
	font-size: 18px;
	font-weight: bold;
	padding: 1%;
}

/***********************************************************************/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/***********************************************************************/
@media only screen and (min-width: 481px) {
.CSSTableGeneratorSmallHeight {
	margin-top: 1%;
}
.CSSTableGenerator td{
		font-size:12px;
}
.CSSTableGenerator tr:first-child td{
		font-size:14px;
}
}

/*****************************************************************************************************/
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
/*****************************************************************************************************/
@media only screen and (min-width: 769px) {
.CSSTableGenerator {
}
.CSSTableGeneratorSmallHeight {
		margin-top: 20%;
}
.CSSTableGenerator td{
		font-size:14px;
}
.CSSTableGenerator tr:first-child td{
		font-size:16px;
}
