.guest-content {
    padding: 10px;
}

.media {
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(214, 223, 228);
}

    .media .media-left {
        width: 20%;
        /*border-radius: 50%;*/
    }

        .media .media-left .media-object {
            /* border-radius: 50%;*/
            max-height: 200px;
        }

.media-heading {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    padding: 5px 0;
}

.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;
    margin-right: 1%;
    padding-right: 5%;
    cursor: pointer;
}

.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;
    }
