


/*  Focus Class
    Used for Comments
*/
.focus {
    border-color: #CCC !important;
    border-color: rgba(82, 168, 236, 0.8) !important;
    outline: 0 !important;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82,168,236,.6) !important;;
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;;
}


div.user_info.pull-right {
    margin: 10px 0;
}

/*Thumbnail Positioning*/

div.thumbnail_wrapper {
    position: relative;  overflow: hidden;  width: 100%;
}

a.thumbnail-block.center-block {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    padding-bottom: 56.25%;
    background: #000 no-repeat center;
    background-size: 100% auto;
}

/*End thumbnail positioning*/

div.tab-content {
    padding: 20px 0px;
}

/*Social Touch up*/

.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    line-height: 43px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
