﻿.mst-Article-Body {
    height: 100%;
    padding: 15px 50px 5px;
    margin-top: 2px;
}

.mst-date {
    font-size: 14px;
    white-space: nowrap;
    line-height: 20px;
}

    .mst-Article-Body img {
        max-width: 100%;
        height: auto;
    }

#articleBody > div {
    margin-bottom: 10px;
}

div#articleBody * {
    scroll-margin-top: 60px;
}

.mst-MainBody.mst-hasHeader div#articleBody * {
    scroll-margin-top: 117px;
}


.mst-ButtonRow {
    padding: 15px 0px 10px 0px;
}

    .mst-ButtonRow .ms-Button {
        margin: 5px 0px;
    }

#articleInformation {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mst-checkRateControl {
    display: inline-flex;
    flex-wrap: wrap;
    flex-flow: wrap-reverse;
}

.mst-rateControl {
    min-width: 115px;
    margin-right: 10px;
    margin-left: 5px;
}

.ratingControl {
    position: relative;
    width: 100px;
    height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 auto;
    vertical-align: middle;
}

.rating_stars {
    margin-top: 5px;
    display: inline-block;
    font-size: 20px;
    font-weight: 200;
    position: relative;
    margin-right: 40px;
}

div.mst-Article-Body pre code {
    white-space-collapse: inherit;
    font-family: inherit;
    padding: 10px;
    border-radius: 4px;
    display: block;
    border-style: solid;
    border-width: 1px;
}

    div.mst-Article-Body pre code.language-knw {
        white-space-collapse: collapse;
        font-family: 'Segoe UI';
        padding: 0;
        border-radius: 0px;
        border-style: none;
        border-width: 0;
        word-break: normal;
    }

        div.mst-Article-Body pre code.language-knw input[type="radio"] {
            height: 21px;
        }

.mst-Article-Body pre {
    padding: 0px;
    /*color: #333;     
     background-color: #f5f5f5; */
    border: 0px none transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
}

@media all and (max-width:640px) {
    .mst-Article-Body {
        padding: 5px 20px;
    }

    .rating_stars {
        margin-right: 0px;
    }
}

.rating_stars span .fa, .rating_stars span.active-low .fa-star-o, .rating_stars span.active-high .fa-star-o {
    display: none;
}

.rating_stars span .fa-star-o {
    display: inline-block;
}

.rating_stars span.s.active-high .fa-star {
    display: inline-block;
}

.rating_stars span.s.active-low .fa-star-half-o {
    display: inline-block;
}

.mst-errorArtContainer {
    text-align: center;
}

.rating_stars span.s, .rating_stars span.r {
    cursor: pointer;
}

.rating_stars span.r {
    position: absolute;
    top: 0;
    height: 20px;
    width: 10px;
    left: 0;
}

.rating_stars span.r.r0_5 {
    left: 0px;
}

.rating_stars span.r.r1 {
    left: 10px;
    width: 11px;
}

.rating_stars span.r.r1_5 {
    left: 21px;
    width: 13px;
}

.rating_stars span.r.r2 {
    left: 34px;
    width: 12px;
}

.rating_stars span.r.r2_5 {
    left: 46px;
    width: 12px;
}

.rating_stars span.r.r3 {
    left: 58px;
    width: 11px;
}

.rating_stars span.r.r3_5 {
    left: 69px;
    width: 12px;
}

.rating_stars span.r.r4 {
    left: 81px;
    width: 12px;
}

.rating_stars span.r.r4_5 {
    left: 93px;
    width: 12px;
}

.rating_stars span.r.r5 {
    left: 105px;
    width: 12px;
}