.table-standard { border-collapse:collapse; border:color:#005934; solid 3px; 	border-spacing: 2px; background-color: #fff; vertical-align:top;}
	
		
/* thead and th */	
.table-standard thead th{ border:#005934 solid 1px; background-color:#00c9a4; color:#000;  padding: 4px; border-bottom:2px solid color:#005934;}
.table-standard th:nth-last-of-type(1){   border-right: 1px #005934 solid; }
.table-standard thead td { border:#005934 solid 1px; background-color:#DEEAF6; color:#000; padding: 3px; border-bottom:1px dashed color:#005934;}	
.table-standard thead td div{ border:#ff0000 solid 1px; background-color:#ddf; color:#000; padding: 2px;}


/* tbody */
.table-standard tbody th{ border:#005934 solid 1px; background-color:#DEEAF6; color:#000; vertical-align:top; padding: 4px; border-bottom:2px dotted color:#005934;}
.table-standard tbody td{ border:#005934 solid 1px; padding: 4px; vertical-align:top;}
.table-standard tbody td:nth-child(odd) { background-color: #FFFFFF;}

td.lightemphasis{background-color:#DEEAF6;}
td.neutralemphasis{background-color:#f7f7f7;}
	
/* tfoot */
.table-standard tfoot td { background-color: #dfefff; color:#000; text-align:center; font-size:x-small;}
/*.table-standard tfoot tr:nth-last-of-type(2) td { background-color: #efefef; color:#000; text-align:left; padding:4px; font-size:medium; }
.table-standard tfoot tr:nth-last-of-type(1) td { background-color: #dfefff; color:#000; text-align:center;} */
.table-standard tfoot tr:nth-last-child(2) td { background-color: #efefef; color:#000; text-align:left; padding:4px; font-size:medium; }
.table-standard tfoot tr:nth-last-child(1) td { background-color: #dfefff; color:#000; text-align:center;}
/* one-offs */
.table-standard tbody td.nobottomborder{ border-bottom: 1px solid #fff;}

/* caption */
.table-standard caption{ caption-side:top; visibility:hidden; display:none;}