.ngtickerMessage > div p {    
    position:absolute;
}

#ngtickerMessage div
{
    position: relative;
}

#ngtickerMessage a
{
    color: #eeeeee;
}

#ngtickerMessage .list
{
    
    -webkit-transition: all .8s;
    transition: all .8s;
}

.ticker-warning {
    color: #8a6d3b;
    background-color: #f8ac59;
    border-color: #f8ac59;
}

.ticker {
    padding: 7px;
/*     margin-bottom: 20px; */
    border: 1px solid transparent;
    border-radius: 4px;
}
.ticker>p, .ticker>ul {
    margin-bottom: 0;
}