.customholder{
	margin:0px 20px;
}

.customholder thead th , .flashCardHeader , .customholder th{
	padding:5px 20px;
	background-color:#e4eeff;
	border:thin solid black;
	font-size:1em;
	color:white;
	text-shadow:1px 1px 0px black;
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	font-family:arial;
}
.customholder thead th:first-child{
	border-radius:10px 0px 0px 0px;
}
.customholder thead th:last-child{
	border-radius:0px 10px 0px 0px;
}
.customholder thead th:only-child{
	border-radius:10px 10px 0px 0px;
}

.NW{
	white-space:nowrap;
}


.example{
	margin:auto;
	margin-top:50px;
	padding:0px;
	border-spacing: 0px;
}
.example thead th{
	padding:5px 20px;
	background-color:#DAF0BD;
	border:thin solid black;
	background:linear-gradient(#ffffff,#DAF0BD);
}
.example thead th:only-child{
	border-radius:10px 10px 0px 0px;
}
.example #results{
	border-radius:0px 0px 10px 10px;
	border:thin solid black;
	padding:20px;
}





customizeOptionsShowHide{
	float:right;
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
	background:-moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	cursor:pointer;
	color:white;
	font-family:Arial;
	font-size:11.5px;
	font-weight:bold;
	padding:1px 9px;
	text-decoration:none;
	text-shadow:1px 1px 0px black;
}

customizeOptions{
	display:none;
}



.MC{
	text-align:center;
	vertical-align:middle;
}

.tdcontent{
	padding:5px;
	border:thin solid black;	
}
.tdcreate{
	padding:5px;
	text-align:center;
	vertical-align:middle;
}
.tdexamples{
	padding:5px;
	text-align:center;
	vertical-align:middle;
}




.customexample{
	cursor:pointer;
	border:thin solid rgba(0,0,0,0);
}
.customexample:hover{
	background:yellow;
	border:thin solid blue;
}
.customexample .customwindow {
	position:relative;
	display: none;
}
.customexample .customwindow .custompreview { 
	position: absolute;
	padding:5px;
	border-radius:5px;
	display: block; 
	background-color:white;
	border:thin solid gray;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	width:100px;
	max-width:300px;
}

.customexample:hover .customwindow {
	display: inline;
}

.custompreview{
	padding:10px;
	left:0px;
	top:0px;
}

.customholder{
	padding:0px;
	border-spacing: 0px;	
}

#results{
	border:thin solid black;
	border-radius:20px;
	text-align:left;
}
