#liveupdatebar {
    display: block;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    font-size: 1.3em;
    position: fixed;
    bottom: -100%;
    z-index: 100;
    left: 0;
    right: 0;
    transition: bottom 1s ease-out;
}

#liveupdatebar a {
    position: relative;
    display: block;
    margin: 0;
    width: 40%;
    margin: auto;
    min-width: 400px;
    background-color: #7a231e;
    color: white;
    line-height: 4em;
    border-radius: 3px;
    box-shadow: 0 0 3px 1px #909090;
}
