html,
body {
	margin: 0px;
}

.clip_title {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.single_clip,
.single_clip_preview {
	font-family: Arial;
	font-size: 10px;
/*	margin-bottom: 20px; */
}
.single_thumb_preview {
	font-family: Arial;
	font-size: 10px;
	margin-bottom: 20px;
	width:260px;
}

.single_clip a,
.single_clip_preview a ,
.single_thumb_preview a{
	color: #73BD18;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.single_thumb_preview,
.single_clip_preview {
	margin-bottom: 40px;
}
.single_thumb_preview img,
.single_clip_preview img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


.js_link {
	cursor: pointer;
}

img.js_link {
	width: 160px;
	height: 115px;
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid black;
}

.video_close {
	float: right;
}

.clip_description {
	float: left;
}

.single_clip_preview .clip_description {
	width: 300px;
}
.single_thumb_preview .clip_description {
	width: 260px;
}

.single_clip_admin {
	width: 220px;
	min-height: 185px;
	float: left;
}
