/* CSS talk bubble */
.talk-bubble {
	/* margin: 40px;*/
	margin-bottom: 40px;
  	display: inline-block;
  	position: relative;
	/* width: 200px;*/
	height: auto;
	background-color: #e5f7b6;
}
.talk-bubble h2{padding-bottom: 0px;
}
.border{
  border: 8px solid #E3007E;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: auto;
	right: 30px;
	bottom: -40px;
	border: 20px solid;
	border-color: #E3007E #E3007E transparent transparent;
}
.tri-right.btm-right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: auto;
	right: 38px;
	bottom: -20px;
	border: 12px solid;
	border-color: #e5f7b6 #e5f7b6 transparent transparent;
}


/* talk bubble contents */
.talktext{
  padding: 1em;
	text-align: left;
  line-height: 1.5em;
}
.talktext p{
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.content-column h3 {text-transform: none;line-height: 30px;}

.cat-item-12 a {background-color:#E3007E; color:#ffffff}
.cat-item-10 a {background-color:#009fe3; color:#ffffff}
.cat-item-7 a {background-color:#ff9900; color:#ffffff}
.cat-item-9 a {background-color:#6600ff; color:#ffffff}
.cat-item-8 a {background-color:#ff00ff; color:#ffffff}
.cat-item-1 a {background-color:#9ec23e; color:#ffffff}

div.mlw_qmn_quiz .border {border:0px;}

.highlightbox {border:8px solid #000000; padding: 20px;}
.highlightbox p {font-size:18px;}
.highlightbox a {font-size:16px;}


.home .page .entry-title {display:none;}
span.sub-toggle {display:none;}

.tg-one-third-last {
float: right;
margin-right: 0;
border-left: dashed 1px #9ec23e;
border-right: dashed 1px #9ec23e;
padding: 0.5%;
text-align: center;
min-height: 260px;}

.tweet_content {padding-left:0px;}

.tg-one-third {margin: 0 1% 0 0;
width: 31%;}

.one_half {width: 48%;}
div.content-column.one_half.last_column {float: right}
#controllers {z-index: 1000;}