.fees {
    font-size: 0.91em;
}
.fees h1 {
    font-weight: 300;
    font-size: 2.35em;
    display: block;
}
.fees h1 p {
    margin: 0;
    padding: 0;
    font-size: 1em;
}
.fees h1 sup {
    font-size: 0.56em;
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
    margin-left: -3px;
}
.fees-table, .table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.fees-table .row .cell {
    padding: 8px 0;
}
.fees-table .row .cell {
    width: 33.33%;
    font-size: 1.15em;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 2px solid #808080;
    position: relative;
}
.fees-table .row.header .cell .sub {
    font-size: 0.63em;
    padding: 0;
}
.fees-table .row.header {
    background: #cf6240;
    padding: 8px 0;
}
.fees-table .row.header .cell + .cell .table {
    border-left: 2px solid #fff;
}
.fees-table .row.header .cell .table {
    min-height: 60px;
}
.fees-table .row.header .cell .cell {
    height: auto;
    min-height: auto;
    font-size: 1.35em;
    padding: 0;
}
.fees-table .row.header .cell {
    color: #fff;
    padding: 10px 0;
    border: none;
}
.fees-table .row .cell + .cell {
    margin-left: 4%;
}
.fees-table .row {
    display: table-row;
    text-align: center;
    color: #626366;
}
.fees-table .row.light + .row.bold .cell {
    padding-top: 28px;
}
.fees-table.two {
    margin-top: 23px;
}
.fees-table .row.bold .cell {
    border: 0;
    padding-bottom: 12px;
}
.fees-table .row .cell .left,
.fees-table .row .cell .center,
.fees-table .row .cell .right {
    display: none;
}
.fees-table .row.bold .cell .left {
    border-bottom: 4px solid #cf6240;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    right: 7%;
}
.fees-table .row.bold .cell .center {
    border-bottom: 4px solid #808080;
    position: absolute;
    display: block;
    left: 7%;
    bottom: 0;
    right: 7%;
}
.fees-table .row.bold .cell .right {
    border-bottom: 4px solid #808080;
    position: absolute;
    display: block;
    left: 7%;
    bottom: 0;
    right: 0;
}
.fees-table .row.bold .cell:first-child {
    border-color: #cf6240;
    font-weight: 600;
    font-size: 1.2em;
}
.fees-table .row:last-child .cell > *,
.fees-table .row:last-child .cell {
    border: none !important;
}
.fees-table.two .row:last-child .cell {
    border-bottom: 4px solid #cf6240 !important;
}
.fees-table .row.bold .cell:first-child {
	border-color: #cf6240;
	font-weight: 600;
	font-size: 1.2em;
}


/* okyaka start */
.single-programs table.tablepress tr th {
	font-size: 1.05em;
	vertical-align: middle;
	position: relative;
}
body.single-programs table.tablepress thead {
	background: #cf6240;
}


body.single-programs table.tablepress  thead tr th.sorting, body.single-programs .tablepress thead tr th.sorting_asc, body.single-programs .tablepress thead tr th.sorting_desc, body.single-programs table.tablepress  thead tr th.sorting:hover  {
    font-weight: 600;
    background-color: #808080;
    color: #fff;
    text-align: center;
    padding: 12px 2px;
    text-transform: capitalize;
}
body.single-programs table.tablepress  thead tr th.sorting {
    font-weight: 500;
    background: none;
    border-bottom: none;
}

body.single-programs table.tablepress  thead tr th.sorting:hover {
    font-weight: 500;
}

body.single-programs .tablepress {
	text-align: center;
    color: #626366;
    border-collapse: unset;
}
body.single-programs .tablepress .odd td {
	background-color: #fff;
}
body.single-programs .tablepress .row-hover tr:hover td {
	background-color: #f3f3f3;
}
body.single-programs .tablepress .sorting::after, body.single-programs .tablepress .sorting_asc::after, body.single-programs .tablepress .sorting_desc::after {
	display: none;
}
body.single-programs .tablepress tbody td {
    padding: 7px 8px;
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #808080;
    border-right: 1px solid #80808052;
    position: relative;
    max-width: 90px;
}
body.single-programs .tablepress tbody td a {
    color: #cf6240;
    font-style: italic;
    font-weight: 600;
    text-decoration: none;
}
body.single-programs .tablepress tbody td a:hover {
    color: #d84e24;
    text-decoration: underline;
}
body.single-programs .tablepress thead th.column-1 {
    min-width: 40px;
    max-width: 60px;
}
body.single-programs .tablepress tbody td.column-1 {
    font-weight: 600;
    font-size: 1.05em;
    border-left: 1px solid #80808052;
}
body.single-programs .tablepress thead th.column-2 {
    min-width: 50px;
    max-width: 70px;
}
body.single-programs .tablepress thead th {
    min-width: 60px;
    max-width: 100px;
}
@media (max-width: 900px) {
    body.single-programs .tablepress thead th.column-1 {
        min-width: 20px;
        max-width: 30px;
    }
    body.single-programs .tablepress tbody td.column-1 {
        font-weight: 600;
        font-size: 0.85em;
        border-left: 1px solid #80808052;
    }
    body.single-programs .tablepress thead th.column-2 {
        min-width: 30px;
        max-width: 50px;
    }
    body.single-programs .tablepress thead th {
        min-width: 30px;
        max-width: 60px;
        font-size: 0.85em;
        padding: 8px 3px;
    }
    body.single-programs .tablepress tbody td {
        padding: 3px;
    }
    body.single-programs table.tablepress  thead tr th.sorting, body.single-programs .tablepress thead tr th.sorting_asc, body.single-programs .tablepress thead tr th.sorting_desc, body.single-programs table.tablepress  thead tr th.sorting:hover  {
        padding: 3px;
        text-transform: rotate(90);
    }
    body.single-programs table.tablepress .column-10, body.single-programs table.tablepress .column-11, body.single-programs table.tablepress .column-6, body.single-programs table.tablepress .column-7, body.single-programs table.tablepress .column-8 {
        display: none;
    }
}

/* okyaka end */
@media (max-width: 767px) {
    .fees {
        font-size: 0.8em;
    }

}
@media (max-width: 655px) {
    .fees-table .row.header .cell .cell {
        font-size: 1.2em;
        padding: 0 5px;
    }
    .fees-table .row.header br {
        display: none !important;
    }
    .fees h1 {
        font-size: 1.8em;
    }
}
@media (max-width: 380px) {
    .fees-table .row.header .cell .table {
        min-height: 83px;
    }
}
@media (max-width: 410px) {
    .fees {
        font-size: 0.75em;
    }
    .fees-table .row.bold .cell:first-child {
        font-weight: 700;
        font-size: 1em;
    }
}