@charset "utf-8";


.test_header,.local_header{
    position: absolute;
    z-index: 1;
    background-color: #f00;
    width: auto;
    height: 20px;
    padding: 2px 12px 6px ;
    margin: 5px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.local_header{
    background-color: #5CB85C;
}

.header_inner{
    position: relative;
}