html {
    margin-right: auto !important;
    margin-left: auto !important;
}

#disqus_thread {
    width: 100%;
}

.page-wrapper {
    min-height: 100%;
}

.active .publisher-nav-color::after {
    background: #3C3C3C;
}

#main_article > #social_share {
    position: relative;
    display: block;
    width: 180px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.st_googleplus_custom {
    background: url(/static/img/social/social_g+.png) no-repeat scroll left top transparent;
    padding: 1px 25px 15px 20px;
}

.st_facebook_custom {
    background: url(/static/img/social/social_f.png) no-repeat scroll left top transparent;
    padding: 1px 25px 15px 20px;
}

.st_twitter_custom {
    background: url(/static/img/social/social_twitter.png) no-repeat scroll left top transparent;
    padding: 1px 25px 15px 20px;
}

.st_vkontakte_custom {
    background: url(/static/img/social/social_vk.png) no-repeat scroll left top transparent;
    padding: 1px 25px 15px 20px;
}

.st_cursor:hover {
    cursor: pointer;
}