.fixed-mensage {
    min-height: 35px;
    padding-left: 5px;
    margin-top: 15px;
    font-size: 9pt;
    line-height: 34px;
    background: #9ADDEF;
}

.fixed-mensage > a {
    color: #1384C8;
    text-decoration: none;
}

    .fixed-mensage > a:hover {
        text-decoration: underline;
    }
        