#myUnloadloader {
    position: fixed; 
    left: 0; 
    right:0; 
    top: 0.5rem; 
    z-index: 9999;
}

#myUnloadloader .content {
    text-align: center;
}

#myUnloadloader .content .message {
    padding: 0.3rem 0.8rem 0.2rem 0.8rem; 
    background-color: #ffe689; 
    border-radius: 5px; 
    display: inline-block;
    box-shadow: 2px 2px 4px #434343;
}