/* ------- Message counter ----------------------------------------------- */
#ASYL_newsCounter {
    background-color: Maroon;
    color: white;
    text-shadow: none;
    position: relative;
    top: -9px;
    font-size: small;
    min-width: 15px;
    border-radius: 25%;
    padding: 1px 2px 0px 2px;
    display:inline-block;
    text-align:center;
    line-height: 1.0;
}
