#trip_item_container{
	background: #EFEFEF;
	margin-bottom: 20px;
}
.trip_item_container_width{
	max-width: 790px;
}
.trip_info_flag_container{
	height: 60px;
	width: 100px;
}
#trip_info_flag{
	height: 50px;
	width: 90px;
	margin: 5px;
}
#trip_photos{
	text-align: center;
	border-bottom: 1px solid #dddddd;
}
.trip_photo_item{
	max-width: 100%;
}
.comments_caption{
	padding-left: 32px;
	height: auto;
	line-height: 50px;
	color: #999999;
	font-size: 20px;
	border-bottom: 1px solid #dddddd;
	background: none repeat scroll 0 0 #FFFFFF;
}
#comments_phrase{
	display: none;
}
#outer_comment ul,
#outer_comment li{
	list-style-type: none;
	padding: revert;
}
.comment_author{
	padding: 10px 20px;
}
.comment_author_avatar,
.comment_author_avatar_reply{
	height: 50px;
	width: 50px;
	background-color: #DD3B38;
	float: left;
}
.comment_author_avatar_reply{
	width: 30px;
	background-color: #25801A;
}
.comment_author_info{
	padding-left: 15px;
	float: left;
}
.comment_author_info_name{
	color: #003366;
	font-weight: bold;
}
.comment_author_info_date{
	display: block;
	color: #777777;
	padding-top: 10px;
}
.comment_body{
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}
.comment_body p{
	width: 100%;
	float: left;
}
.reply_btn{
	float: right;
	font-size: 0.8em;
	font-weight: 600;
	color: #003366;
	cursor: pointer;
}
li > ul > li > ul > li > ul > li > .comment_reply_content > .trip_description_text > .reply_btn{
	display: none;
}
#comment_add{
	padding: 0 0 130px 32px;
}
textarea{
	border: 1px solid #AAAAAA;
	height: 200px;
	width: 92%;
	overflow: hidden;
	padding: 10px 10px 0;
	resize: none;
}
#loader_image{
	display: none;
	height: 25px;
	width: 25px;
	position: relative;
	top: 7px;
	left: 20px;
}
#add_comment{
	padding: 5px;
	width: 200px;
	font-weight: 600;
	border: 1px solid #B3B3B3;
	background: none;
	transition: 0.4s;
	color: #0072C6;
}
#add_comment:hover{
	background: #0072C6;
	color: #DDDDDD;
}
#add_comment:active{
	background: #000000;
	color: #DDDDDD;
}
#comment_text_alert{
	height: 30px;
	color: #EC0B0B;
	line-height: 30px;
}
#comment_text_alert p{
	display: none;
}
#edit_post{
	position: fixed;
	top: 100px;
	right: 30px;
	background-color: #000000;
	color: rgb(158, 164, 165);
}
#edit_post:hover{
	background-color: #444444;
	color: #FFFFFF;
}