﻿.wrapper {
    font-size: 12px;
    font-weight: 300 !important;
    /* font-family: 'prompt', sans-serif !important;*/
    font-family: 'kanit', sans-serif !important;
}
    .wrapper .h5 {
        font-size:xx-large;
    }
    .wrapper h1 {
        font-size: x-large;
        padding-bottom: 6px
    }
    .wrapper h2 {
        font-size: large;
        font-weight: 500;
        padding-bottom: 6px
    }
    .wrapper h3 {
        font-size: medium;
        font-weight:500;
        padding-bottom:6px
    }
    /*.wrapper table {
        border-width: thin;
        border: 2px solid #e9ecef;
        min-width:80%;
    }*/
