:host #main_body{
	position: fixed;
	width: calc(100% - 0px);
	height: calc(100% - 74px);
	top: 74px;
	left: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	color: black;
	background: rgba(255, 255, 255, 0.5);
}
.cover_image{
	position: relative;
	width: 100%;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.cover_gradient{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 31%, rgba(0,0,0,0.03) 96%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.45) 31%,rgba(0,0,0,0.03) 96%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.45) 31%,rgba(0,0,0,0.03) 96%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
.white_bar{
	position: relative;
	width: 160px;
	height: 8px;
	background: white;
	margin-top: 75px;
	margin-left: 40px;
	display: inline-block;
}
.cover_name{
	font-size: 50px;
	color: white;
	position: relative;
	margin-left: 40px;
	width: 50%;
	height: 50px;
	line-height: 50px;
	padding: 20px 0px;
	text-align: left;
	font-weight: bolder;
	text-transform: capitalize;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cover_info{
	position: relative;
	width: 50%;
	color: white;
	margin-left: 40px;
	margin-top: 20px;
}
.cover_info .views{
	position: relative;
	width: 100%;
}
.cover_info .icons{
	width: 30px;
	height: 30px;
	margin: 3px 0px;
	background-size: cover;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	clear: both;
}
.cover_info span{
	float: left;
	font-size: 20px;
	padding: 5px 15px;
	font-weight: 500;
}
.qrcode_header{
	 position: absolute;
	 color: white;
	 font-size: 16px;
	 font-weight: 600;
	 width: 250px;
	 right: 50px;
	 bottom: 40px;
	 text-align: center;
	 display: inline-block;
}
#qrcode{
	position: absolute;
	display: inline-block;
	right: 50px;
	top: 20%;
}
#qrcode img{
	 padding: 10px;
	 background: white;
}
#follow_butt{
  float: left;
  position: absolute;
  padding: 5px 20px;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  bottom: 40px;
  left: 60px;
}
.highlight{
	background: #fff !important;
	color: #000 !important;
}

.message_box{
	position: relative;
	width: 420px;
	height: auto;
	margin: 20px 0px;
	left: 50%;
	margin-left: -210px;
}
.sender_info{
	position: relative;
	width: 100%;
	height: 60px;
	background: white;
}
#prof_pic{
	position: absolute;
	width: 40px;
	height: 40px;
	left: 15px;
	top: 10px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.prof_name{
	position: absolute;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: black;
	left: 70px;
	width: 250px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}
.created_at{
	position: absolute;
	height: 60px;
	right: 10px;
	line-height: 60px;
	font-size: 14px;
	color: grey;
	text-transform: capitalize;
}

.content{
	position: relative;
	width: 100%;
	background: white;
	padding-bottom: 20px;
}
#description, #text{
	position: relative;
	width: calc(100% - 20px);
	height: auto;
	font-size: 16px;
	color: black;
	padding: 10px 10px;
	text-align: left;
	display: none;
}
#image{
	position: relative;
	width: calc(100% + 50px);
	margin-left: -25px;
	margin-top: 10px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
	height: auto;
	background: grey;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
	image-orientation: from-image;
	-webkit-image-orientation: from-image;
}
#emoji{
	position: relative;
	width: 160px;
	height: 160px;
	margin: 0px auto;
	background: white;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: none;
}
#my_video{
	display: none;
	position: relative;
	width: calc(100% + 60px);
	margin-left: -30px;
	height: auto;
}