﻿ 
body {
    font-family: "Bai Jamjuree", sans-serif;
    font-size:0.85rem;
}

@font-face {
    font-family: "Bai Jamjuree", sans-serif;
}

/*body {
    font-family: 'Prompt', sans-serif;
}*/
.table {
    border-collapse: collapse;
    width: 100%;
}
    .table tr th {
        font-size: 14px;
        padding: 0.5rem 0;
    }

    .table tr td {
        padding: 0.5rem 0;
    }


.table-st tr:nth-child(even) {
background-color: #f2f2f2;
}

.table-border {
    border: 1px solid #ADADAD;
}
    
   
    .table-border tr th {
        border-right: 1px solid #ADADAD;
    }
        
    .table-border tr {
        border-bottom: 1px solid #ADADAD;
    }
    .table-border tr th:last-child {
        border-right: none;
    }
    .table-border tr td {
        border-right: 1px solid #ADADAD;
        border-bottom: 1px solid #ADADAD;
    }
    .table-border tr td:last-child {
        border-right: none;
    }
.bg-dark {
    background-color: #4A4A4A;
}
.bg-light {
    background-color: #F5F5F5;
}
.bg-gray {
    background-color: #9B9B9B;
}
.text-light{
    color:#ffffff;
}
.text-center{
    text-align:center;
}

.text-right{
    text-align:right;
}

.text-left {
    text-align: left;
}

.text-title {
    border-radius: 0 0 5px 0;
    color: #ffffff;
    padding: 0.4rem 0.5rem;
    background-color: #4A4A4A;
    text-align: center;
}

