body .messagebar {
    position: relative;
    z-index:10000;
    min-height:40px;
}

body .messagebar strong {
    font-weight:900;
}

body .messagebar .content {
    text-align: center;
    margin-right: 40px;
    padding: 0.30em;
    font-size: 14px;
    line-height:20px;
}

body .messagebar .close {
    position:absolute;
    right:0;
    top:0;
    padding:0.25em;
    margin: 0.25em;
    font-size: 20px;
    color: black;
    text-decoration: none;
}

