#ez-toc-container
{

	background: #F9F9F9;
	border: 1px solid #AAA;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	display: table;
	margin-bottom: 1em;
	padding: 10px;
	position: relative;
	webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	width: 100%;

}
#ez-toc-container > div,
#ez-toc-container > noindex > div { 
    display: table-cell;
    vertical-align: top;
    width: auto;
    box-sizing: border-box;  
}
#ez-toc-container > #left,
#ez-toc-container > noindex > #left {
    max-width: 300px; 
    width: 300px;
}
#ez-toc-container > #right,
#ez-toc-container > noindex > #right {
    max-width: 360px;
    min-width: 360px;
    width: 360px;
    overflow: inherit;
}

.adslot_link_table { display:block}

@media (max-width:500px) { .adslot_link_table { display:none; }
#ez-toc-container > #left, #ez-toc-container > noindex > #left { width:auto; } 
#ez-toc-container > #right, #ez-toc-container > noindex > #right {display:none;} 
}


.ez-toc-widget-container
{
	position: relative;
	white-space: nowrap;
}
#ez-toc-container.ez-toc-light-blue
{
	background: #EDF6FF;
}
#ez-toc-container.ez-toc-white
{
	background: #FFF;
}
#ez-toc-container.ez-toc-black
{
	background: #000;
}
#ez-toc-container.ez-toc-transparent
{
	background: none;
}
.ez-toc-widget-container ul.ez-toc-list
{
	padding: 0 10px;
}
#ez-toc-container ul ul,.ez-toc div.ez-toc-widget-container ul ul
{
	margin-left: 1.5em;
}
#ez-toc-container li,#ez-toc-container ul
{
	padding: 0;
}
#ez-toc-container li,#ez-toc-container ul,#ez-toc-container ul li,.ez-toc-widget-container,.ez-toc-widget-container li
{
	background: 0 0;
	line-height: 1.6;
	list-style: none;
	margin: 0;
	overflow: hidden;
	z-index: 1;
}
.btn.active,.ez-toc-btn,.ez-toc-btn-default.active,.ez-toc-btn-default:active,.ez-toc-btn:active
{
	background-image: none;
}
#ez-toc-container p.ez-toc-title
{
	line-height: 1.45;
	margin: 0;
	padding: 0;
	text-align: left;
}
.ez-toc-title-container
{
	display: table;
	width: 100%;
}
.ez-toc-title,.ez-toc-title-toggle
{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
#ez-toc-container.ez-toc-black p.ez-toc-title
{
	color: #FFF;
}
#ez-toc-container div.ez-toc-title-container+ul.ez-toc-list
{
	margin-top: 1em;
}
.ez-toc-wrap-left
{
	float: left;
	margin-right: 10px;
}
.ez-toc-wrap-right
{
	float: right;
	margin-left: 10px;
}
#ez-toc-container a
{
	color: #444;
	text-decoration: none;
	text-shadow: none;
}
#ez-toc-container a:visited
{
	color: #9f9f9f;
}
#ez-toc-container a:hover
{
	text-decoration: underline;
}
#ez-toc-container.ez-toc-black a,#ez-toc-container.ez-toc-black a:visited
{
	color: #FFF;
}
#ez-toc-container a.ez-toc-toggle
{
	color: #444;
}
#ez-toc-container.counter-flat ul,#ez-toc-container.counter-hierarchy ul,.ez-toc-widget-container.counter-flat ul,.ez-toc-widget-container.counter-hierarchy ul
{
	counter-reset: item;
}
#ez-toc-container.counter-numeric li,.ez-toc-widget-container.counter-numeric li
{
	list-style-position: inside;
	list-style-type: decimal;
}
#ez-toc-container.counter-decimal ul.ez-toc-list li a::before,.ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before
{
	content: counters(item,".") ". ";
	counter-increment: item;
}
#ez-toc-container.counter-roman li a::before,.ez-toc-widget-container.counter-roman ul.ez-toc-list li a::before
{
	content: counters(item,".",upper-roman) ". ";
	counter-increment: item;
}
.ez-toc-widget-container ul.ez-toc-list li::before
{
	content: ' ';
	height: 30px;
	left: 0;
	line-height: 30px;
	position: absolute;
	right: 0;
	z-index: -1;
}
.ez-toc-widget-container ul.ez-toc-list li.active::before
{
	background-color: #EDEDED;
}
.ez-toc-widget-container li.active>a
{
	font-weight: 900;
}
.ez-toc-btn
{
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428571429;
	margin-bottom: 0;
	moz-user-select: none;
	ms-user-select: none;
	o-user-select: none;
	padding: 6px 12px;
	text-align: center;
	user-select: none;
	vertical-align: middle;
	webkit-user-select: none;
	white-space: nowrap;
}
.ez-toc-btn:focus
{
	outline: #333 dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}
.ez-toc-btn:focus,.ez-toc-btn:hover
{
	color: #333;
	text-decoration: none;
}
.ez-toc-btn.active,.ez-toc-btn:active
{
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	outline: 0;
	webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.ez-toc-btn-default
{
	background-color: #fff;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	color: #333;
	webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}
.ez-toc-btn-default.active,.ez-toc-btn-default:active,.ez-toc-btn-default:focus,.ez-toc-btn-default:hover
{
	background-color: #ebebeb;
	border-color: #adadad;
	color: #333;
}
.ez-toc-btn-sm,.ez-toc-btn-xs
{
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}
.ez-toc-glyphicon,[class*=ez-toc-icon-]
{
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	moz-osx-font-smoothing: grayscale;
	webkit-font-smoothing: antialiased;
}
.ez-toc-btn-xs
{
	padding: 1px 5px;
}
.ez-toc-btn-default:active
{
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.ez-toc-btn-default
{
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	background-image: -moz-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));
	background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-repeat: repeat-x;
	border-color: #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	text-shadow: 0 1px 0 #fff;
}
.ez-toc-btn-default:focus,.ez-toc-btn-default:hover
{
	background-color: #e0e0e0;
	background-position: 0 -15px;
}
.ez-toc-btn-default.active,.ez-toc-btn-default:active
{
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}
.ez-toc-pull-right
{
	float: right!important;
	margin-left: 10px;
}
.ez-toc-glyphicon
{
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	position: relative;
	top: 1px;
}
.ez-toc-glyphicon:empty
{
	width: 1em;
}
.ez-toc-toggle i.ez-toc-glyphicon
{
	font-size: 16px;
	margin-left: 2px;
}
[class*=ez-toc-icon-]
{
	font-family: ez-toc-icomoon!important;
	font-variant: normal;
	speak: none;
	text-transform: none;
}
.ez-toc-icon-toggle:before
{
	content: "\e87a";
}




