/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/



/*-------------------------------------------------------------------------*/
/*	12.	TinyMCE table style - SHANE
/*-------------------------------------------------------------------------*/


#zaposphere-table-fusion { background: transparent; color:#fbfbfb; text-align:center; border-collapse:separate; border-spacing:0; margin:20px 0; border-color:#e4e4e4; border-width:1px 1px 0; border-style:solid; }
#zaposphere-table-fusion caption { text-transform:none; text-align:center; padding:18px 0px 18px 0px; }
#zaposphere-table-fusion tr:nth-child(odd) { background:#fff; }
#zaposphere-table-fusion tr:nth-child(even) { background:#fbfbfb; }
#zaposphere-table-fusion thead td { background:#009bd7 !important; font: 12px; color:#fff; text-transform:none; letter-spacing:1.5; padding:10px 0px 10px 0px; border-bottom:1px solid #e4e4e4; text-align:center; vertical-align:top; }
#zaposphere-table-fusion td { text-align:center; vertical-align:top; padding:10px 25px; color:#666; border-bottom:1px solid #e4e4e4; border-left:1px solid #e4e4e4;}
#zaposphere-table-fusion td:first-child { border-right:0px solid #bbb; border-left:0 none;}
#zaposphere-table-fusion thead td p { color:#666; }
#zaposphere-table-fusion td p { color:#666; }
#zaposphere-table-fusion td:first-child p { font-weight:; }



@media screen and (max-width: 640px) {
	table {
		overflow-x: auto;
		display: block;
	}
}


