.guest-content{
	padding: 10px;
}
.media{
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(214, 223, 228);
}
.media .media-left{
	width: 25%;
	border-radius: 50%;
}
.media .media-left .media-object{
	border-radius: 50%;
}
.media-heading{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding-top: 5px;
}
.special-guest{
	font-size: 16px;
	color:#0a8c89;
	font-weight: bold;
	border-left: 3px solid #0a8c89;
	padding-left: 5px;
	margin-top: 15px;
}
.theme{
	margin-top: 3vh;
}
.didi_button {
    text-align: right;
    font-size: 1.1rem;
    color: #038ba7;
    /* float: right; */
    margin-right: 1%;
    padding-right: 5%;
    cursor: pointer;
    /* margin-bottom: 20px; */
}
.media-body, .media-left, .media-right {
    display: inline-block;
    vertical-align: top;
}
.media-body{
	overflow: hidden;
	width: 70%;
	text-align: justify;
}
.media-body p{
	font-size: 12px;
	line-height: 1.8;
	text-align: justify;
}
