.thumbnail img {
    width: 100%;
}

.thumbnail {
    padding: 0;
}

.delete-form {
    display: inline;
}

.profileImg {
    border-radius: 50%;
}

.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.inline {
    display: inline;
}

.style-five {
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 1px black;
}
.style-five:after {  /* Not really supposed to work, but does */
    content: "\00a0";  /* Prevent margin collapse */
}

#comments {
    float: right;
}

#main-caption {
    padding: 13px;
}

.latest-episode {
    padding: 0px 20px 10px 20px;
}

.jumbotron-icon {
    max-width: 200px;
    max-height: 200px;
}

.index-hr {
    height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
    margin: 30px 0;
}