.page-wrapper {
    position: relative;
}

.standard-table {
    width: 100%;
    margin: 0 0 20px;
}

.standard-table thead {
    border-bottom: #f3f3f3 solid 1px;
    color: #606060;
    font-size: 18px;
    padding: 0 0 15px 0;
}

.standard-table th {
    font-weight: normal;
    padding: 0 30px 15px 30px;
    text-align: left;
}

.standard-table .row {
    border-bottom: 5px solid #f6f6f6;
}

.standard-table .row:last-child {
    border: 0;
}

.standard-table td {
    padding: 5px 30px;
    text-align: left;
    vertical-align: middle;
    color: #333;
}

.standard-table td.col-num {
    width: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0 17px 0 23px;
}

.standard-table td.col-user {
    width: 230px;
    max-width: 230px;
    overflow: hidden;
    font-size: 0;
    height: 80px;
}

.standard-table .userpic {
    display: table-cell;
    vertical-align: middle;
}

.standard-table .userpic .image {
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}

.standard-table .user_display_name {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    font-size: 22px;
    color: #333;
    max-width: 154px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.standard-table td.col-user a:hover .user_display_name {
    text-decoration: underline;
}

.standard-table td.col-lastact {
    font-size: 14px;
    padding-right: 80px;
    padding-bottom: 24px;
}

.standard-table td.col-lastact .points {
    color: #f69638;
    padding: 0;
}

.standard-table td.col-rpoints {
    width: 140px;
    font-size: 18px;
    color: #f69638;
}

.pe_profile_titles_b2 {
    width: 290px;
    float: left;
}

.pe_profile_titles_b3 {
    width: 290px;
    float: left;
    text-align: center;
}

.pp-auth-text {
    margin-left: 22px;
}

.pp-links tr td {
    background: #fffbe9;
}

.pp_subheader {
    padding: 0 0 15px 28px;
    display: block !important;
}

.partner-info p {
    margin-bottom: 5px;
}

.pp-in-block {
    margin-bottom: 40px;
}

#ya_share {
    height: 50px;
    margin: 0 0 20px 22px;
}

.share-propose-text {
    padding: 0 0 5px 28px;
    display: inline-block;
}

.b-share-icon {
    width: 40px;
    height: 40px;
    background: url(../../../../wp-content/plugins/pprogram/icons.png);
}

.b-share-icon_twitter {
    background-position: -42px 0;
}

.b-share-icon_vkontakte {
    background-position: -168px 0;
}

.b-share-icon_odnoklassniki {
    background-position: -126px 0;
}

.b-share-icon_moimir {
    background-position: -294px 0;
}

.preloader {
    background: url('/wp-content/themes/english/assets/images/preloader-18x18-grey.gif');
    width: 18px;
    height: 18px;
    position: absolute;
    top: -999em;
    right: 27px;
}

.preloader.active {
    top: 13px;
}

p.no-results {
    padding: 14px 0 0 28px;
    font-size: 18px;
    color: red;
}

.nav-pills_style_gray.nav-pills > li > a {
    color: #000;
    display: block;
    padding: 11px 20px 13px;
    line-height: 18px;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    border-radius: 0;
    margin: 0 !important;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
    background-color: #ececec !important;
    color: #000 !important;
}

body .puzzle-input_size_l {
    height: 50px;
    padding: 14px 13px 18px;
    font-size: 14px;
}

body .puzzle-input {
    background-color: #f6f6f6;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #414141;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

.pp-link__live {
    border: 1px dotted #ccc;
}

.pp-link__live-box {
    margin: 15px 0 15px;
}
.hrForPp{
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Small devices (tablets, 768px and up) */

@media only screen and (min-width: 768px) and (max-width: 992px) {

    .english-button_size_s {
        margin-bottom: 5px;
    }

}