/************************************************/


/* Table Style*/

:root {
    /* height: 40px; */
    /* width: 95%; */
    --frame_v_w: 95%;
    --frame_v_h: 40px;
    /* height: 350px; */
    /* width: 95%; */
    --frame_scroll_w: 95%;
    --frame_scroll_h: 500px;
}

frame_cover {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url(../images/m_topLogoBK.png), url(../images/m_wood.png), url(../images/m_headbkimage.png);
    background-repeat: repeat-y, repeat-y, repeat-x;
    background-position: 10px 90px, center 350px, center top;
}

frame_head {
    display: block;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    /* background-image: url(../images/m_wood.png),url(../images/m_headbkimage.png);
    background-color: transparent, transparent;
    background-repeat: no-repeat, repeat-x;
    background-position: center 150px, center top; */
    z-index: 0;
}

head_row1 {
    display: flex;
    width: 100%;
    height: 65px;
    align-items: end;
    justify-content: center;
    box-sizing: border-box;
    flex: 1;
}

head_row2 {
    display: flex;
    width: 100%;
    height: 15px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex: 1;
    font-size: 12px;
}


/* Table Style*/


/************************************************/