/* CSS for website */


/* summmary style */
.book-summary ul.summary li.header {
	font-weight: bolder;
}

.book-summary ul.summary li a{
	text-indent: 1em;
}

.book-summary ul.summary li a:hover{
	color: #008cff;
}


/* video.js style*/
.video-js {
	width:100%;
	height: 100%;
}
