

/* one event + right events list */



.page-toc {
	position:static;
	float:right;
	width:220px;
	/* height:500px; */
	/* max-height:500px; */
	margin:0; margin-top:-26px; margin-left: 12px;
	padding:8px; padding-right:2px; padding-bottom:2px;
	/* border: 1px solid black; */
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	overflow: hidden;
	background-color: #c0e0ff;
	background-color: #c6e0ff;
	background-color: #d0e0f0;
	box-shadow: 4px 4px 4px 0 #C0C0C0;
	border-radius: 5px;
	position:absolute;
	float: none;
	right: 12px;
}

.page-toc-inside {
		max-height: 300px;
		padding: 0;
		margin: 0;
		overflow:hidden;
		/* border-top:1px solid #bbc; */
	}

.page-toc-title {
		padding: 0 8px;
		font-weight: bold;
	}

.page-toc-close {
		float:right;
		cursor:pointer;
		font-weight: bold;
	}
.page-toc-close:hover {
		background-color:#a8c8e8;
	}
.page-toc-scroll {
		text-align: center;
		cursor: default;
		color:#a8c8e8;
	}
.page-toc-scroll:hover {
		color:#98b8d8;
	}

.page-toc .list-item,
.page-toc .list-item-first {
		width:auto; height:auto;
		float: none;
		margin:0;
		padding:4px;
		border:0;
		letter-spacing:0;
		line-height:1;
		background-color: transparent;
	}

.page-toc .list-item:hover,
.page-toc .list-item-first:hover {
		background-color: #b8d8f8;
	}

.page-toc .list-item-title {
		padding: 8px 0 4px 0;
		font-size:12px;
		font-weight: normal;
	}
.page-toc .list-item-content {
		font-size:11px;
	}

.page-toc .list-item-content IMG {
		display:none;
	}


@media only screen and (max-width: 768px) {  /* smaller than Xpx */
	.page-toc {
		display: none;
	}
}
