.announcement {
    height:25px;
    margin:0.5em;
    overflow: hidden;
    padding-left: 40px;
    background: url(../images/trump.png) no-repeat center left;
    background-size: 25px 25px;
    background-position: 5px center;
}
.announcement a {
    color:#333;
    text-decoration:none;
    display:block;
    line-height:2;
    height:25px;
    text-indent:0.5em;
    overflow:hidden;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}