/* This stylesheet is used to style the public view of the plugin. */
h3 {
	text-align: center;
}
.workplace-behaviors div {
	text-align: center;
}

.tfb-triangle {
	text-align: center;
}
.clearfix
{	clear: both;
}
.show-only-id>img,
.show-only-id>a,
.show-only-id>strong,
.show-only-id>span,
.show-only-id>h4,
.show-only-id>h3,
.show-only-id>h2,
.show-only-id>h1,
.show-only-id>p
{	display: none;
}
.show-without-id #diff-box
{	display: none;
}
.scroll-player-shadow
{	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
	padding: 5px 15px 5px 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.scroll-player
{	height: 465px;
	overflow: auto;
	overflow-y: scroll;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 10px 0px 15px;
}
.famous-quotes {
	border: 2px solid #ddd;
	padding: 15px;
	margin: 15px 0;
}

.famous-quotes h4{
  line-height: normal;
  margin: 0;
  font-weight: bold;
}
.landing {
	text-align: center;
}

.real-stories {
	clear: both;
}

.real-stories .real-story {
	margin-top: 30px;
	border-top: 1px solid black;
	padding-top: 10px;
}

img.enneagram-number {
	width: 35px;
  background: none;
}
p.vs {
	text-align: center;
}

/* New Tabs CSS */
.style-tab{display: none;}
.style-tab.active{display: block;}
.nav-tabs.secondary{display: none;}
.entry #enneagramStyles li{
	border-left: 1px solid #DDDDDD;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.entry #enneagramStyles li:first-child{border: none;}

@media only screen and (min-width: 768px) and (max-width: 999px){
	#enneagramStyles li a{padding-left: 0px !important;padding-right: 0px !important;}
}
@media only screen and (max-width: 767px){
	#enneagramStyles li a{padding-left: 5px !important;padding-right: 5px !important;}
}
/* End New Tabs CSS */