.comments_wrap {
	background-color: #fff;
	color: #2a3235;
	padding:20px;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.comments_wrap .msg_row {
	padding:4px 0;
	color: #f6822b;
	font-weight: bold;
}

.comments_wrap h2 {
	margin-right:50px;
}
ul.comments {
	margin:0;
	padding:0;
}
ul.comments li {
	margin:0;
	padding: 0 0 0 65px;
	position: relative;
	clear:both;
}
ul.comments li.level_2 {
	padding-left: 115px;
}
ul.comments.highlighting_single_comment > li {
	opacity: 0.3;
}
ul.comments.highlighting_single_comment > li.highlit_comment {
	opacity: 1;
}

.comments .comment_reply, .comments .comment_edit, .comments .comment_delete {
	font-size: 12px;
	margin-right: 15px;
}
.comment_container a.new_post {
	font-size: 12px;
	display: block;
	padding: 10px;
}
.comment_sep {
	clear:both;
	margin:0 6px;
	padding-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eceff1;
}
.comment_left {
	width:65px;
	position: absolute;
	left: 0;
	top: 0;
}
.level_2 .comment_left {
	left: 50px;
}
.comment_right {
	max-width: 500px;
	line-height: 1.3;
	float:left;
}
.comment_head {
	line-height:30px;
}
.comment_left img {
	display:block;
	margin:8px 6px 0;
	width:40px;
	height:40px;
}
.comment_head .display_name {
	color: #E9801B;
	font-size:16px;
	font-weight:bold;
	
}
.comment_head .display_date {
	font-size:12px;
	margin:0 13px;
	color:#777;
}
.comment_head .is_employee {
	font-style:italic;
}

.display_comment {	
	word-wrap:break-word;
	overflow:hidden;
	padding: 5px 0;
}

.comment_caption {
	font-size: 12px;
	background-color: #ff0000;
}
.cap_ref_container {
	background-color:#eceff1;
	border-radius: 2px;
	font-size: 14px;
	line-height: 1.5;
	margin: 2px 0 5px;
	padding: 6px 42px 6px 6px;
	position: relative;
}
.level_2 .cap_ref_container {
	display: none;
}
.cap_ref_container i.play {
	border-radius: 20px;
	border: 2px solid;
	color: rgba(34, 74, 154, 0.8);
	cursor: pointer;
	font-size: 12px;
	margin-top: -14px;
	padding: 6px 5.5px 6px 9px;
	position: absolute;
	right: 8px;
	top: 50%;
}
.cap_ref_container i.play:hover {
	color: #999;
}
.caption_reference {
	color: #777;
}
.cap_translation {
	color: #518ab6;
	font-style: italic;
}
.the_caption {
	color: #2d3538;
	font-style: italic;
}

#comment_form {
	padding:1em;
}
#comment_form.replying {
	margin-left: 50px;
}
#comment_form textarea {
	width:100%;
	max-width: 600px;
	padding: 7px;
	height:100px;
	border:1px solid #ccc;
	margin-bottom: 4px;
	border-radius: 3px;
}

#comment_form .button_row {
	position: relative;
	width: 100%;
}

#comment_form .cancel {
	position: absolute;
	right: 0;
	top: 0;
}
#comment_form .cancel:hover {
	color: white;
}
#comment_form:not(.replying) form:invalid .cancel {
	display: none;
}
#comment_form button.dict_button {
	display: none;
}

#comment_deletion_confirmation {
	background: white;
	border-radius: 0.5em;
	display: none;
	padding: 1em;
}
#comment_deletion_confirmation p {
	margin-bottom: 1em;
}
#comment_deletion_confirmation .button_row {
	text-align: center;
}
#comment_deletion_confirmation .cancel:hover {
	color: white;
}

.videos #comment_deletion_confirmation {
	box-shadow: 1px 1px 4px;
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	z-index: 30001;
}
#comment_deletion_confirmation button.dict_button,
.d_game #comment_deletion_confirmation button.btn {
	display: none;
}
.d_game #comment_deletion_confirmation button.dict_button {
	display: inline-block;
}

/* context-specific rules */
.player #modal_comment {
	top: 0;
	transition: transform 0.3s;
	-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
			transform: translateX(-100%);
}
.player .mobile_750_350.mobile_portrait #modal_comment {
	width: 100% !important;
	transform: none;
}
.d_game .comments_wrap .comments_head,
.player .comments_wrap .comments_head {
	width: 100%;
	float: left;
	padding: 10px 20px 10px 20px;
}
.d_game .comments_wrap .comments_head .translation,
.d_game .comments_wrap .comments_head .transcript,
.player .comments_wrap .comments_head .translation,
.player .comments_wrap .comments_head .transcript {
	background: rgba(0,0,0,0.05);
	border-radius: 12px;
	padding: 5px 5px 5px 10px;
}
.d_game .comments_wrap .comments_head .translation,
.player .comments_wrap .comments_head .translation {
	font-size: 16px;
	margin-bottom: 3px;
}
.d_game .comments_wrap .comments_head .transcript,
.player .comments_wrap .comments_head .transcript {
	color: #777;
	font-size: 15px;
	margin-bottom: 5px;
}
.d_game .comments_wrap .comments_head #isCaptionCommentPrompt,
.player .comments_wrap .comments_head #isCaptionCommentPrompt {
	color: #374145;
	margin-bottom: 8px;
	font-size: 18px;
}
.player .comments_wrap .comments_head #isCaptionCommentPrompt .wrap.radio {
	display: inline-block;	
	padding: 0;
	padding-top: 5px;
	padding-left: 10px;
}
.player .comments_wrap .comments_head #isCaptionCommentPrompt input {
	width: 1.5em;
	height: 1.5em;	
}
.player .comments_wrap .comments_head #isCaptionCommentPrompt label {
}

.d_game .comments_head .modal_master_close i,
.player #comments_modal .modal_master_close i {
	display: none;
}

.videos .comments_wrap {
	border-radius: 5px;
}
.d_game .comments_wrap,
.player .comments_wrap {
	padding: 0;
	box-shadow: none;
}
.player.mobile_750_350.mobile_portrait .comments_wrap {
	max-width: 100% !important;
}

.d_game .comments_wrap .media_title,
.player .comments_wrap .media_title {
	margin-right:50px;
	margin-top: 0;
	margin-bottom: 10px;
}
.d_game .comments_wrap .media_title .comments_length,
.player .comments_wrap .media_title .comments_length {
	margin: 0 10px 0 8px;
	color: #374145;
	font-size: 14px;
}
.d_game .comments_title,
.player .comments_title {
	font-size: 14px;
	margin-top: 10px;
}
.d_game .comments_wrap .media_title i,
.player .comments_wrap .media_title i {
	color: #2A3235;
}

.d_game ul.comments li,
.player ul.comments li {
	list-style: none;
}

.d_game .comments .comment_reply, .d_game .comments .comment_edit, .d_game .comments .comment_delete,
.player .comments .comment_reply, .player .comments .comment_edit, .player .comments .comment_delete {
	text-decoration: none;
	color: #224a9a;
}
.d_game .comment_head .display_date, .player .comment_head .is_employee, .player .display_comment,
.player .comment_head .display_date, .player .comment_head .is_employee, .player .display_comment {
	font-size: 16px;
}

.videos #comment_form {
	background-color: #eceff1;
	border-radius: 5px;
	margin-bottom: 10px;
}
.d_game #comment_form,
.player #comment_form {
	border-bottom: 1px solid #ddd;
}
.d_game #comment_form::after,
.player #comment_form::after {
	display: inline-block;
	content: '';
	height: 22px;
}
.d_game #comment_form textarea,
.player #comment_form textarea {
	font-size: 14px;
	height: 100px;
}
.d_game #comment_form textarea::placeholder,
.player #comment_form textarea::placeholder {
	color: #B2B2B3;
	font-size: 12px;
}

#dictation_comment_pane #comment_form button.btn {
	display: none;
}
#dictation_comment_pane #comment_form button.dict_button {
	display: block;
}
#dictation_comment_pane #comment_form:not(.replying) form:invalid .cancel {
	display: none;
}
#dictation_comment_pane ul.comments {
	margin: 0 auto;
	max-width: 600px;
	text-align: left;
}
#dictation_comment_pane .cap_ref_container {
	display: none;
}

