@import url("shared.videos.css");
@import url('shared.bookmarks.css');
div#container {
	background-color: white;
	padding: 10px;
}
div.video-description {
	width: 680px;
}
div.box p {
	font-size: 0.8em;
	line-height: 1.4em;
}

div.bookmarks {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
