.news-bar {
    padding: 0;
}

.inner-newsbar {
    padding: 0;
}

.news-bar .head_news {
    float: right;
    padding: 8px;
    background: #8b949c;
    border-radius: 0 5px 5px 0;
}

.news-bar .head_news h3 {
    font-size: 17px;
    color: #fff;
    height: 30px;
    line-height: 29px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.14);
}

.textItem {
    display: inline-block;
    vertical-align: top;
}

.mWrap {
    opacity: 0;
}

.mMove {
    opacity: 0;
    white-space: nowrap;
    transform: translateZ(0);
}

.mWrap.mIni,
.mWrap.mIni .mMove {
    opacity: 1
}

.mWrap,
.mWrap * {
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.grab {
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}

.grabbing {
    cursor: -moz-grabbing !important;
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
}

.strTools *,
.strTools *:after,
.strTools *:before {
    box-sizing: border-box !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.mWrap img {
    max-width: none !important;
}

.str_move {
    cursor: move;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}


/* === Appearance Marquee === */