.tbl-main {
    border: #ddd solid 1px;
}
.tbl-main .tbl-row{
    margin-left: 0px;
    margin-right: 0px;
}
.tbl-main .tbl-title{
    background: #f2f2f2;
    font-weight: bold;
}
.tbl-main .tbl-title,.tbl-main .tbl-content{
    padding: 5px;
    border-bottom: #ddd solid 1px;
}

.tbl-main .tbl-row:last-child .tbl-title,.tbl-main .tbl-row:last-child .tbl-content{
    border-bottom: none;
}
.tbl-main .tbl-title, .tbl-main .tbl-content{
    padding: 15px!important;
}

.fsize-0-7-rem{font-size: 0.7rem !important;}
.fsize-0-8-rem{font-size: 0.8rem !important;}
.fsize-0-9-rem{font-size: 0.9rem !important;}
.fsize-1-0-rem{font-size: 1rem !important;}
.fsize-1-2-rem{font-size: 1.2rem !important;}
.fsize-1-4-rem{font-size: 1.4rem !important;}
.fsize-1-5-rem{font-size: 1.5rem !important;}
.fsize-1-7-rem{font-size: 1.7rem !important;}
.fsize-1-9-rem{font-size: 1.9rem !important;}

.fsize-2-0-rem{font-size: 2rem !important;}
.fsize-2-2-rem{font-size: 2.2rem !important;}
.fsize-2-5-rem{font-size: 2.5rem !important;}
.fsize-3-0-rem{font-size: 2.5rem !important;}
.fsize-2-7-rem{font-size: 2.7rem !important;}

.fsize-3-0-rem{font-size: 3rem !important;}
.fsize-3-2-rem{font-size: 3.2rem !important;}
.fsize-3-5-rem{font-size: 3.5rem !important;}

.fsize-4-5-rem{font-size: 4.5rem !important;}

.fsize-6-5-rem{font-size: 6.5rem !important;}

.text-middle{ vertical-align: middle !important;}
.table-bordered td, table-bordered th{
    border: 1px solid #888888;
}
.text-color-black{
    color: black !important;
}
.text-color-blue{
    color: blue !important;
}
.text-color-red{
    color: red !important;
}