* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    font-family: Arial;
}

div.news {
    position: absolute;
    background: url('../images/news-back.png');
    width: 100%;
    height: 28px;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

div.news-container {
    position: absolute;
    height: 28px;
    left: 0px;
    top: 0px;
}

div.new {
    position: absolute;
    height: 28px;
    vertical-align: middle;
    left: 0px;
    top: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #e6e6e6;
    padding: 0px 12px;
    white-space: nowrap;
}

div.new img {
    vertical-align: middle;
}

span.text {
    line-height: 28px;
}

span.red {
    color: #fb484c;
}

span.green {
    color: #00ff00;
}

span.orange {
    color: #ff8d2a;
}

span.big {
    font-size: 14px;
}
