@import url('https://fonts.googleapis.com/css2?family=Khmer&family=Moul&display=swap');
.font_moul{
        font-family: 'Moul', cursive;
}
.font_khmerOS{
    font-family: 'Khmer', cursive;
}
.tb_salary table{
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
}
.tb_salary table td, .tb_salary table th{
    border: 1px solid #000;
    line-height: 1;
    padding: 6px 4px;
    font-family: 'Khmer', cursive;
}
.tb_salary table td{
    font-size: 14px;
    padding: 10px 4px;
}
.tb_salary table th{
    font-weight: 900;
    font-size: 15px;
}
.tb_salary .f_15{
    font-size: 15px;
}
.tb_salary .f_14{
    font-size: 14px;
}
.tb_salary .f_13{
    font-size: 13px;
}
.tb_salary .t_bottom{
    vertical-align: bottom;
}
.tb_salary .t_left{
    text-align: left;
}
.tb_salary .t_center{
    text-align: center;
}
.tb_salary .t_right{
    text-align: right;
}