﻿/*---font size---*/
.fxs
{
    font-size: 11px;
}
.fss
{
    font-size: 13px;
}
.fs
{
    font-size: 14px;
}
.fm
{
    font-size: 16px;
}
.fl
{
    font-size: 18px;
}
.fxl
{
    font-size: 20px;
}
.fxxl
{
    font-size: 22px !important;
}


/*---font weight---*/
.fw_ss
{
    font-weight: 100 !important;
}
.fw_s
{
    font-weight: 200 !important;
}
.fw_m
{
    font-weight: 400 !important;
}
.fw_l
{
    font-weight: 500 !important;
}

/*------button------*/
/*---size button---*/
.ss
{
    padding: 5px;
}
.sm
{
    padding: 5px 20px;
    min-height: 34px;
}
.ms
{
    padding: 7px 20px;
    margin-bottom: 3px;
}
.ls
{
    padding: 10px 20px;
    margin-bottom: 3px;
}

/*-----border size-----*/
.bs_size
{
    border-width: 1px !important;
}
.bm_size
{
    border-width: 2px !important;
}
.bl_size
{
    border-width: 3px !important;
}