body {
    padding-top: 70px;
}
#mc-poweredby { height: 20px; margin: 8px auto 0; width: 160px; }

#mc-poweredby a#mc-logo {
    background: url('http://www.mac7.ru/co/mac7copyrightlogo.png') no-repeat center top;
    display: block;
    height: 20px;
    text-indent: -999em;
    width: 160px;
}

#mc-poweredby a#mc-logo:hover,
#mc-poweredby a#mc-logo:focus,
#mc-poweredby a#mc-logo:active {
    background-position: center bottom;
    text-decoration: none !important;
}

.question-summary {
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    padding: 10px 0px;
    width: 100%;

}
.summary {
    padding-right: 10px;
    padding-left: 10px;
}
.question {
    clear: both;
    width: 100%;
}

#questions {
    clear: both;

    float: left;
    margin-top: -10px;
}
.stats {
    background: #eee;
    margin: 0 0 0 7px;
    padding: 4px 7px 6px 7px;
    width: 58px;
}
.statscontainer {
    width: 86px;
    float: left;
    margin-right: 8px;
}
.narrow .stats {
    background: none;
    margin: 0 0 0 7px;
    padding: 0;
    width: auto;
    height: 48px;
    float: left;
}
.votes {
    color: #555555;
    padding: 0 0 7px 0;
    text-align: center;
}
.narrow .votes {
    background: transparent;
    float: left;
    margin: 0 3px 0 0;
    padding: 5px;
    width: 38px;
    height: 38px;
}
.vote-count-post {
    display: block;
    font-size: 24px;
}
.vote-count-post strong {
    font-weight: normal;
}
.question-page .vote-count-post, .review-task-page .vote-count-post {
    padding-top: 2px;
    color: #555;
}
.question-page .high-scored-post, .review-task-page .high-scored-post {
    font-size: 20px;
}
.vote-up, .vote-down {
    display: block;
    margin: 0 auto;
}
.vote-count-separator {
    border-top: 1px solid silver;
    width: 30px;
    margin-left: 15px;
}
.views {
    padding-top: 4px;
    color: #999;
    text-align: center;
}
.cool {
    color: #999 !important;
}
.warm {
    color: #9b764f !important;
}
.hot {
    color: #cf7721 !important;
}
.hotbg {
    color: #fff !important;
    background-color: #cf7721 !important;
}
.supernova {
    color: #fe7a15 !important;
}
.supernovabg {
    color: #fff !important;
    background-color: #fe7a15 !important;
}
.narrow .views {
    float: left;
    margin: 0 20px 0 0;
    padding: 5px 0px 5px 4px;
    width: 50px;
    height: 38px;
}
.views strong {
    display: block;
}
.status {
    margin-top: -3px;
    padding: 4px 0 4px;
    text-align: center;
}
.narrow .status {
    float: left;
    margin: 0 3px 0 0;
    padding: 5px;
    width: 58px;
    height: auto;
}
.status strong {
    color: #ffffff;
    display: block;
    font-size: 140%;
}
.answered {
    background: #89bd5a;
    color: #ffffff;
    font-weight: normal;
}
.answered strong {
    font-weight: normal;
}
.answered-accepted {
    background: #75845C;

    color: #e1e818;
}
.answered-accepted strong {
    color: #E1E818;
    background: #75845C;
}
.unanswered {
    background: transparent;
    color: #9a4444;
}

.excerpt .started {
    float: right;
    width: 185px;
    height: 55px;
    margin-top: 5px;
}
.excerpt .tags {
    width: 410px;
    margin-top: 5px;
}


.excerpt {
    line-height: 1.2;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}
.excerpt p {
    margin-bottom: 3px;
}

.tags {
    float: left;
    margin-left: 70px;
    margin-top: -5px;
}
.question-info {
    padding: 0 20px;
}
.question-info .tags {
    margin: 0 !important;
}
.tags a:hover, .view_tags a:hover {
    text-decoration: none;
}
.started-link, .started-link:visited {
    color: #999;
}
.started {
    width: 185px;
    color: #999;
    float: right;
    line-height: 18px;
}
.narrow .started {
    width: auto;
    line-height: inherit;
    padding-top: 4px;
    white-space: nowrap;
}
.started img {
    vertical-align: baseline;
}
.started .reputation-score {
    margin-left: 1px;
    font-size: 100%!important;
    font-weight: normal!important;
}
.mini-counts {
    height: 25px;
    font-size: 160%;
    font-weight: normal;
}
.notifications {
    padding-left:20px !important;
}
.question-content {
    padding:20px;
}
.answers {
    padding: 20px;
}
.one_answer {
    font-size:24px;
    margin:6px 0px 12px 0px ;
}
.answers .progress {
    height:5px;
}
.answer-item {
    padding:10px 0;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
.answer-item:last-of-type {
    border-bottom:1px solid #eee;
}
.answer-item .glyphicon {
    font-size:24px;
}
.vote-yes, .vote-no {
    cursor:pointer;
}
.centered {
    margin: 0 auto;
}
.notpayed {
    background-color:#ffffd1;
}
.pay-buttons {
    margin-bottom: 15px;
}
.center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.add-balance-form .pay-button {
    margin-top: 70px;
}

.contact-phone {
    font-size: 34px;
}
.contact-region {
    font-style: italic;
    font-size: 12px;
    margin-left: 10px;
}
.copyright {
    margin-top: 15px;
}
footer .nav-pills {
    margin-top: 4px;
}
@media (min-width: 992px){

}
@media (min-width: 768px) and (max-width: 992px){
    .user_balance {
        display: none !important;
    }
    .user_register {
        display: none !important;
    }
    .add-balance-form .pay-button {
        margin-top: 0 !important;
        width: 100%;
    }
}
@media (max-width: 768px){
    .cp {
        display: none;
    }
    .tags {
        margin-left: 0;
    }
    .tags span {
        margin-top: 5px;
    }
    #askQuestionLink{
        width:100%;
        padding: 10px;
    }
    .profile-nav li:last-child {
        display: none;
    }
    .add-balance-form .centered {
        width: 100% !important;

    }
    .add-balance-form h5 {
        text-align: center;
    }
    .add-balance-form .pay-button {
        margin-top: 0 !important;
        width: 100%;
    }
}