/*tabs*/
.tabbable {
	background-color: #fff;
}

.tab-content>.tab-pane {
	display: none;
	margin-top: 30px;
	padding: 1em;
}

.tab-content>.active {
	display: block;
}

.tab-content {
	line-height: 2.5em;
}

.tab-content img {
	max-width: 100%;
	display: inline-block;
	height: auto;
	margin: 1em;
}

/*navs*/
 .pills-li{
 box-shadow:  1px 1px 1px 1px #eaeaea;
 line-height: 2em;
 }
 .pills-li a:active{
 box-shadow:  none;
 }
/*list_contents*/
ol.ol-bold{
list-style-type:cjk-ideographic;
}
ol.ol-bold > li{
font-weight: bold;
}
ol.ol-bold img{
box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
