body
{
    padding-top: 90px;
    padding-bottom: 90px;
}
.navbar-inverse
{
    background-color: #1663a3;
}
.navbar-inverse .navbar-brand 
{
    color : #ffffff;
    text-shadow: 1px 1px #080808;
}
.navbar-inverse .navbar-nav>li>a
{
    color: #ffffff;

}
.navbar-brand>img
{
    display: inline;
    
}
.navbar-brand
{
    padding: 7px 15px;
}
.confession
{
    font-size: 16px;
}
.poster
{
	padding-bottom: 30px;
}
.fb-like
{
	display: inline-block;
	padding-top: 5px;
}
.fb-comments
{
	display: 	block;
	padding-top: 5px
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    margin-top: 20px;
    padding-top: 15px;
    background-color: #f5f5f5;

}
html {
    position: relative;
    min-height: 100%;
}
article
{
    padding-bottom: 30px;
}
.media-body
{
    padding-top: 2px;
    margin-bottom: 100px;
}
.media-heading
{
    color :#3b5998;
}
.highlight
{
    color: #3b5998;
    word-wrap: break-word;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;

    height: 60px;
    background-color: #f5f5f5;
}
.padding-top{
    padding-top: 200px;
}
.videoWrapper {
	position: relative;
	padding-bottom:  60%;/* 16:9 */
	padding-top: 25px;
	margin-right: 3px;
	margin-left: 3px; 
	margin-bottom: 7px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.action
{
    text-align: right;
    margin-top: 30px;
    margin-right: 20px;
}
.right {
  float: none;
  display: table-cell;
    vertical-align: bottom;

}
.vote{
    margin: 00px 0px 0px;
    text-align: right;

}
.vote form{
    display: inline-block;
}
.vote_bar
{
    display: inline-block;
    height: 3px;
    width: 230px;
    background-color: #d83535;

}

.vote_progress
{
    background-color: #47b54f;
    height: 3px;
    transition: width 0.3s;
}
.vote_btns{
    text-align: right;
    margin-top: 10px;
}
.vote_btn{
    transition: color 0.3s;
}
.vote_like:hover
{
    color: #47b54f;
}
.vote_dislike:hover
{
    color: #d83535;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}