#liveupdatebar {
    display: none;
    /*color: #D31141;*/
    color: #105289;
    /* width: 100%; */
    margin-top: 18px; 
    cursor: pointer;
    /* padding: 5px; */
    text-align: center;
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    padding: 8px 8px 8px 8px !important;
    /* font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica; */
    /* font-weight: bold; */
    margin-bottom: 5.5px;
    border-radius: 7px !important;
    background-color: #dcf0ff;
    background-color: #ecd5d8;
    box-shadow: inset 0px 0 20px 0px rgb(92 160 199 / 20%);
}

#liveupdatebar:hover {
    
    color: #D31141;
    
}
