.bubble {
    position:relative;
    top: -23px;
    right:2px;
    padding:1px 2px 1px 2px;
    background-color:red;
    color:white;
    font-size: 9px;
    font-weight:bold;
    border-radius:30px;
    box-shadow:1px 1px 1px gray;
    width:20px;
    text-align: center;
}

#header-right {
    overflow:visible !important;
}

.message-item {
    height:58px;
    border-bottom: 1px solid #e5e5e5;
    padding-left:10px !important;
}

.message-item a{
    border: none !important;
}

.message-item a:hover{
    text-decoration: none;
}

.message-item:hover {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}

.blockUI.blockMsg.blockPage {
    color:#444 !important;
    border: 1px solid #888888;
    border-radius: 8px;
}