div.card-tabs-bar{
	border-bottom: 1px solid #eaecef;
}

div.card-tabs-bar a{
	padding: 5px;
	padding-bottom: 1px;
	border: 1px solid transparant;
	color: #575b66;
	text-decoration: none;
	margin-left: 5px;
	outline: none;
}

div.card-tabs-bar a:first-child{
	margin-left: 10px;
}

div.card-tabs-bar a:hover{
	text-decoration: underline;
}

div.card-tabs-bar a.active{
	border: 1px solid #eaecef;
	border-bottom: none;
	display: inline-block;
	color: black;
	font-weight: bold;
	border-radius: 4px 4px 0px 0px;
	padding-top: 6px;
	margin-bottom: -10px;
	background: #fff;
}

div.card-tabs-bar a.active:hover{
	text-decoration: none;
}

div.card-tabs-bar.titles{
	margin-top: -10px;
}

div.card-tabs-bar.titles a{
	font-size: 17px;
}

div.card-tabs-stack div[data-tab]{
	display: none;
	border-top: none;
}

div.card-tabs-stack div[data-tab]:first-child{
	display: block;
}


/*  Blank slate */ 
div.card-tabs-bar.inset{
	border-bottom: 1px solid #e5e5e5;
		border-radius: 3px;
}

div.card-tabs-bar.inset a{
}

div.card-tabs-bar.inset a.active{
	background-color: #fafafa;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}

div.card-tabs-stack.inset div[data-tab]{
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	border-top: none;
	border-radius: 3px;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}

/*  Green gray slate */ 
div.card-tabs-bar.graygreen{
	text-align:center;
}

div.card-tabs-bar.graygreen a{
	border-radius: 0px;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: -2px;
	font-size: 14px;
	padding-left:20px;
	padding-right:20px;
	margin-left:6px;
	margin-right:6px;
}

div.card-tabs-bar.graygreen a.active{
	border-top: 4px solid #0190d4;
	color:#0190d4
}

div.card-tabs-stack.graygreen div[data-tab]{
	border-top: none;
}