#horse-stage-notice {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2147483647;
    padding: 10px 15px;
    background: #111827;
    color: #ffffff;
    text-align: center;
    direction: rtl;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    box-shadow: 0 -3px 16px rgba(0,0,0,.3);
}
