#signal_zone {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100000;
}

.signal_message {
    /*position: fixed;*/
    /*top: 0;*/
    width: 100%;
    background-color: #666;
    color: #fff;

    padding: 5px 5px 5px 5px;
    font-size: 0.8rem;
    text-align: center;
    font-weight: 700;
}