tr td h2 {
    font-size: 20px;
    color: #bb6458;
}

tr td h3 {
    font-size: 15px;
    color: #4b5065;
}

.t_kategori td, .t_kategori td b{
    font-size: 20px !important;
    color: #4b5065;
}

tr.t_kategori_row, tr.t_kategori_row_desc{
    border:none !important;
}

tr.t_kategori_row td, tr.t_kategori_row_desc td{
    padding: 0 10px !important;
}

tr.t_kategori_row > td:first-child {
    padding-top: 50px !important;
}

table:not(.ui-datepicker-calendar) {
    width: 100%
}

tbody{
    border: none !important;
}

.table-wrapper table{
    margin-top: 0px;
}

.row > p {
    font-size: 14px;
    padding: 0 20px;
    margin: 0;
}

table:not(.ui-datepicker-calendar) thead tr th {
    padding: 20px;
    background: #f4feff;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #313131
}

table:not(.ui-datepicker-calendar) thead tr th p {
    margin-bottom: 0
}

table:not(.ui-datepicker-calendar) tbody tr {
    width: 100%;
    position: relative;
    border-bottom: solid 1px rgba(155,155,155,.5)
}

td{
    width: auto!important;
    font-size: 15px!important;
line-height: 25px!important;
}

.main-header .header-bar .logo-menu nav.header-menu>ul>li>a.head {
    font-weight: 700;
    font-family: sans-serif;
}
tr th{
    font-size: 20px ;
    padding: 13px 0;
}

@media only screen and (max-width: 641px){
    td a{
    font-size:10px!important;;
    font-weight: unset;
    }
    td{
        width: auto!important;
        font-size: 13px!important;
    line-height: 20px!important;
        text-align: left!important;
    vertical-align: middle;
    }

    td p {
        font-size: 12px!important;
    }

    td p b {
        font-size: 15px!important;
    }
    td h2{
        font-size:20px;
    }

    tr th{
        font-size: 15px;
        padding: 10px 5px;
    }
}



@media only screen and (min-width: 641px){
    td a{
    font-size:15px;
    font-weight: 550;
    }
    td{
        width: auto!important;
        font-size: 15px!important;
        line-height: 25px!important;
    }

    td p {
        font-size: 12px!important;
    }

    td p b {
        font-size: 15px!important;
 }
    td h2{
        font-size:24px;
    }
}