/*
 * syslabel
 */

.b-syslabel {
    display: block;
    position: fixed;
    top: -1px;
    left: 50%;
    width: 100px;
    height: 22px;
    background: #fffccc;
    border: #eaeac4 1px solid;
    box-shadow: 0 0 5px rgba(64, 64, 64, 0.5);
    z-index: 100;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}