#ez-toc-container {
    background:#F9F9F9;

    -webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
    box-shadow:0 1px 1px rgba(0,0,0,.05);
    display:none;
    margin-bottom:1em;
    padding:20px;
    position:fixed;
	right: 0;
	top: 0;
	max-width: 300px;
	max-height: 90%;
	z-index: 10;
}

#ez-toc-container .ez-toc-icon-toggle:before{
    content:"\f0ca";
	font-family: "FontAwesome";
	font-style: normal;
}

#ez-toc-container .ez-toc-title-container {
	width: 100%;
	color: #244796;
	height: 30px;
	cursor: pointer;
}

#ez-toc-container .ez-toc-title-container .ez-toc-title {
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
	line-height: 30px;
}

#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
	float: right;
	cursor: pointer;
	line-height: 30px;
}

@media (max-width: 1439px) {
	#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
	font-size: 40px;
	line-height: 40px;
}

	#ez-toc-container .ez-toc-title-container .ez-toc-title {
		display: none;
	}

}

@media (max-width: 460px) {
	#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
	font-size: 30px;
	line-height: 30px;
}

	#ez-toc-container {
		max-width: 100%;
	}
}

#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a {
	color: #244796;
}

#ez-toc-container .ez-toc-list  {
	clear: both;
	overflow: auto;
}

#ez-toc-container .ez-toc-list > li {
	margin-top: 5px;
}

#ez-toc-container.counter-hierarchy ul {
	list-style: none;
	padding-left: 0;
	font-size: 14px;
}

#ez-toc-container.counter-hierarchy ul li ul {
	list-style: none;
	padding-left: 20px;
}