.tab_content_wrapper > .tab_content:nth-child(n+2){
	/* display:none; */
	width:100%;
	overflow:hidden;
	height:0;
}

.tab_title_wrapper{
	margin:0;
	padding:0;
}

.tab_title{
	display:inline-block;
	padding:5px 10px;
}

.tab_title.is-active{
	background-color: #332f2a;
	color: #fff;
	border-color:#332f2a;
}

.tab_title:hover{
	/* background-color:#eee; */
	cursor:pointer;
	
}

