div#comments {
	padding: 0;
	height: 100%;
}

div#comments span.title
{
	padding: 5px 0;
	display: block;
}

div.comment
{
	border-top: 1px solid #DDDDDD;
	padding: 10px 0;
	min-height: 50px;
}

div.comment .comment_content
{
	font-size: 1.1em;
}

div.comment p.comment_deleted
{
	color: #999;
	margin:0 0 10px 0;
}

div.comment_info
{
	font-size: 0.8em;
	margin-top: 10px;
}

div.comment_info a
{
	padding:0 5px 0 0;
}

div.save_cancel
{
	display: none;
}

div.comment_info span
{
	display: block;
	text-align: right;
	margin-right: 5px;
}

div.comment_replies
{
	margin: 20px 20px 5px;
	padding: 10px;
	background: #FBFBFB;
}

div.child_comment
{
	padding: 10px 0;
}

a.show_comment_reply
{
	//margin-left: 30px;
	cursor: pointer;
	font-size: 0.8em;
}

div.comment_reply
{
	margin-left: 40px;
	margin-top: 10px;
	display: none;
}

form.child_comment_form textarea
{
	margin-bottom: 10px;
	font-family: arial;
	padding: 2px;
}

div#newComment {
	padding-top: 10px;
	border-top: 1px solid #DDDDDD;
	position: relative;
    height: 18%;
    overflow-y: auto; 
}

form.parent_comment_form textarea
{
	margin-bottom: 10px;
	font-family: arial;
	padding: 2px;
}

div#comment-area-container{
	width: 97%;
}
textarea.comment-area{
	width: 100%;
	min-height: 30px;
}
input.comment-submit{
	float: right;
	margin-right: 4px;
}

div.lightbox-description {
	border-bottom: 1px solid #DDDDDD;
	height: 19%;
    overflow-y: auto;
}

div#left-col {
	float: left;
	width: 42%;
	position: absolute;
	max-height: 100%;
	border-right: 1px solid;
	background: #1C1C1C;
	text-align: center;
	padding-bottom: 20px;
	overflow-y: auto;
}

.lightbox-image{
	overflow-y: hidden;
}
div.lightbox-image img{
	vertical-align: middle;
	width: 100%;
}


div#right-col {
	width: 55%;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    right: 0;
}

div#right-col>.lightbox-comment>iframe {
    height: 810px;
}

div#mimeVideo {
    max-height: 400px;
}

div#mimeVideo>video {
    width: 100%;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

#lightboxdiv {
	overflow: hidden;
	padding-left: 20px;
	padding-bottom: 29px;
	padding-right: 20px;
	padding-top: 10px;
	margin: 10px;
    padding: 0;
}
#lightboxdiv:focus{
	outline: 0;
}

div#currentComments {
	overflow-y: auto;
	height: 67%;
}

.prevnex {
	line-height: 10px;
	padding: 10px;
}
a#prev {
	color: white;
	font-size: medium;
	font-weight: bold;
	//float: left;
	cursor: pointer;
	position: absolute;
	left: 2px;
	top: 1px;
}

a#next {
	color: white;
	font-size: medium;
	font-weight: bold;
	float: right;
	cursor: pointer;
	position: absolute;
	right: -7px;
	top: 1px;
}
.lightbox-comment {
	height: 80%;
    width: 100%;
    overflow: hidden;
}
textarea.comment-area {
	width: 75%;
}