

.ticker-wrapper.has-js,
.ticker-wrapper.has-js .ticker,
.ticker-wrapper.has-js .ticker-title,
.ticker-wrapper.has-js .ticker-content,
.ticker-wrapper.has-js .ticker-swipe,
.ticker-wrapper.has-js .ticker-swipe span
{
    background-color: #f8f0db;
}


@media screen and (max-width: 780px){

    .ticker-wrapper.has-js{
        width: 100%;
    }

    .ticker-wrapper.has-js .ticker{
        width: 90%;
    }
}

.ticker-wrapper.has-js{
    height: 45px;
}

.ticker,
.ticker-swipe{
    height: 32px;
}


.ticker-wrapper.has-js .ticker-title{
    color: #990000;
    padding-top: 10px;
}

.ticker-wrapper.has-js .ticker-content{
    padding-top: 13px;
}

.ticker-wrapper.has-js .ticker-content,
.ticker-wrapper.has-js .ticker-content a{

    color: #1f527b;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -1px 0 transparent;
    box-shadow: inset 0 -1px 0 transparent;

}



.ticker-wrapper.has-js .ticker-swipe span{
    border-bottom-color: #1f527b;
    height: 22px;
}
