.details {
    float: left;
    margin-left: 25px;
}

.social_media {
    position: absolute;
    bottom: 21px;
}
.social_media .facebook_btn,
.social_media .twitter_btn,
.social_media .googleplus_btn,
.social_media .tumblr_btn {
    display: inline-block;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
.social_media .facebook_btn:hover,
.social_media .twitter_btn:hover,
.social_media .googleplus_btn:hover,
.social_media .tumblr_btn:hover {
    cursor: pointer;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}
.social_media .facebook_btn img,
.social_media .twitter_btn img,
.social_media .googleplus_btn img,
.social_media .tumblr_btn img {
    width: 25px;
    height: 25px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.title {
    position: absolute;
    top: -13px;
    left: 11px;
    max-width: 611px;
    padding: 3px 7px;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: #FFF;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
}

.lvl_1_title {
    padding-top: 48px;
}
.lvl_2_title {
    padding-top: 66px;
}
.lvl_3_title {
    padding-top: 82px;
}

.picture {
    float: left;
    min-width: 400px;
    width: 400px;
    max-width: 400px;
    margin-bottom: 24px;
    background-color: black;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.picture img {
    width: 100%;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.picture .gif_loading_span {
    position: absolute;
    z-index: 1000;
    color: red;
}

.voting {
    float: left;
}
.voting .upvote img,
.voting .downvote img {
    clear: both;
    float: left;
    width: 27px;
    height: 23px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.voting .upvote span,
.voting .downvote span {
    float: left;
}
.voting .upvote,
.voting .downvote {
    float: left;
    padding: 10px 14px;
    border: 1px solid rgba(0, 0, 0, .3);
}
.voting .upvote:hover,
.voting .downvote:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
}
.voting .upvote {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.voting .downvote {
    border-left: 0;
    
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.source *,
.published * {
    font-size: 12px;
}

.source {
    clear: left;
    float: left;
    margin-top: 15px;
}
.source .source_btn {
    color: #000;
    text-decoration: underline;
}
.source .source_btn:hover {
    text-decoration: none;
}

.published {
    clear: left;
    float: left;
    margin-top: 10px;
}