:root {
    --body-font: 'Open Sans', sans-serif;
    --heading-font: 'mathletebulky';
    --primary-color: #9f4001;
    --secondary-color: #fff6bd;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
}
button, input, select, optgroup, textarea {
    font-family: var(--body-font);
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    font-weight: normal;
    color: var(--primary-color);
    margin: 20px 0;
    line-height: 0.9;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 26px;
}
h6 {
    font-size: 22px;
}
strong {
    font-weight: 700;
}
.font-400 {
    font-weight: 400;
}
.font-500 {
    font-weight: 500;
}
.font-600 {
    font-weight: 600;
}
.font-700 {
    font-weight: 700;
}
a {
    text-decoration: none;
    color: var(--primary-color);
}
a:hover {
    text-decoration: none;
    color: #000000;
}
body {
    margin: 0;
    padding: 0;
    background: #cf9a62 url(../images/site-bg.jpg);
    font-family: var(--body-font);
    font-size: 13px;
    line-height: 1.4;
    height: 100%;
    color: #000000;
}
#page-container {
    width: 100%;
    background: url(../images/bg-comps-op.png) no-repeat top center;
    padding: 20px 0px 50px 0px;
    height: 100vh;
}
.container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
}
img {
    max-width: 100%;
    height: auto;
}
.main-header {
    background: rgb(134, 63, 16);
    background: linear-gradient(180deg, rgba(134, 63, 16, 1) 0%, rgba(173, 83, 23, 1) 100%);
    margin: 0 auto;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #7a3100;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
    position: relative;
    z-index: 1;
}
.main-header a {
    color: #ffffff;
}
.main-header a:hover {
    color: var(--secondary-color);
}
.header-left {
    width: 55%;
}
.header-right {
    width: 45%;
    text-align: right;
}
.logo img {
    max-width: 180px;
}
p {
    margin: 0 0 12px 0;
}
.header-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.2;
}
.header-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.header-contact .contact-info {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.contact-info .icon {
    margin-right: 10px;
}
.header-contact .contact-info .phone {
    font-size: 40px;
    font-family: var(--heading-font);
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-navigation {
    background-color: var(--secondary-color);
    margin-top: -25px;
    margin-left: 10px;
    margin-right: -10px;
    border-radius: 5px;
    padding: 40px 0 12px 0;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    position: relative;
}
.main-site-nav > li {
    border-right: 1px solid #d9cd80;
    display: inline-block;
    line-height: 1;
}
.main-site-nav > li:last-child {
    border: none;
}
.main-site-nav a {
    color: #27394f;
}
.main-site-nav a:hover {
    color: var(--primary-color);
}
.main-site-nav > li > a {
    padding: 0 15px;
    font-size: 28px;
    font-family: var(--heading-font);
    color: #27394f;
}
.main-site-nav > li > a:hover, .main-site-nav > li.current-menu-item > a, .main-site-nav > li.current_page_parent > a, .main-site-nav > li.current-menu-parent > a {
    color: var(--primary-color);
}
.main-site-nav li.menu-item-has-children > .sub-menu {
    background: var(--secondary-color);
    min-width: 220px;
    position: absolute;
    top: auto;
    left: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.main-site-nav li {
    position: relative;
}
.main-site-nav li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}
.main-site-nav .sub-menu a {
    display: block;
    padding: 8px 15px;
    border-bottom: 1px dotted #a29b48;
    font-size: 13px;
    line-height: 1.2;
}
.main-site-nav .sub-menu a:hover, .sub-menu li.current-menu-item > a {
    color: #ffffff;
    background: var(--primary-color);
}
.main-site-nav .sub-menu li.menu-item-has-children:hover > .sub-menu {
    left: 100%;
    top: 0;
}
.content-area {
    display: flex;
    flex-wrap: wrap;
}
.content-area .content {
    display: block;
    max-width: 700px;
    flex: 1;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
}
.content-area .content-inner {
    padding: 40px 20px;
    background: url(../images/notepaper-bg-op.png) top center;
}
.content-area .content:after {
    content: "";
    background: url(../images/content-left-btm-op.png) top center;
    display: block;
    width: 100%;
    height: 52px;
}
.site-header {
    position: relative;
    z-index: 100;
}
.site-main {
    position: relative;
    margin-top: 20px;
}
.content-area .sidebar {
    max-width: 275px;
    flex: 1;
    margin-top: 15px;
}
.content-area .sidebar:before {
    content: "";
    display: block;
    background: url(../images/sidebar-top-op.png) no-repeat center bottom;
    height: 62px;
    margin-left: 15px;
}
.sidebar .sidebar-inner {
    margin-left: 15px;
    background: url(../images/sidebar-rpt-op.png) repeat-y top center;
    padding: 20px;
}
.content-area .sidebar:after {
    content: "";
    display: block;
    background: url(../images/sidebar-btm-op.png) no-repeat center bottom;
    height: 24px;
    margin-left: 15px;
}
.sidebar .widget {
    margin-bottom: 30px;
    line-height: 24px;
}
.sidebar .widget .widget-title {
    margin: 0 0 15px 0;
    color: #9f4001;
    font-size: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    line-height: 1.1;
}
.site-footer {
    position: relative;
    margin: 20px 0;
}
.site-footer .footer-content {
    display: block;
    background: url(../images/footer-sep-op.png) no-repeat top center;
    padding: 25px 0;
    position: relative;
}
.site-footer .footer-content:after {
    content: "";
    display: block;
    background: url(../images/clip-bottom-op.png) no-repeat;
    position: absolute;
    top: -100px;
    right: 0;
    width: 90px;
    height: 126px;
}
.site-footer a {
    color: #000000;
}
.site-footer a:hover {
    color: var(--secondary-color);
}
.site-footer .footer-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site-footer .footer-info > * {
    flex: 1;
    width: 50%;
    padding: 0 15px;
}
.page-title {
    margin-bottom: 30px;
    color: var(--primary-color);
    font-size: 40px;
    line-height: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.heading {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 40px;
}
.s-heading {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 30px;
}
.site-footer p {
    margin: 3px 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    argin-bottom: 15px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.aligncenter {
    margin: 0 auto 15px auto;
    display: block;
}
.entry-content {
    line-height: 24px;
}
.entry-content ol, .entry-content ul {
    margin-bottom: 25px;
    padding-left: 20px;
}
figure {
    margin: 0px;
}
ul.list-style {
    margin: 15px 0;
    list-style: none;
    padding: 0;
}
ul.list-style li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 7px;
}
ul.list-style li:before {
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-color);
}
hr {
    border: none;
    border-bottom: 1px solid #000;
    margin: 20px 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #ffffff;
    cursor: pointer;
    padding: 10px 27px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #000000;
    border: 1px solid #ccc;
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    border-color: var(--primary-color);
    outline: none;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
.text-justify {
    text-align: justify;
}
.gallery {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.gallery-item {
    display: block;
    text-align: center;
    width: 100%;
    border: 4px solid transparent;
    position: relative
}
.gallery-item .gallery-icon {
    overflow: hidden;
    position: relative
}
.gallery-item .gallery-icon img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease s;
    -moz-transition: -moz-transform .5s ease 0s;
    -o-transition: -o-transform .5s ease 0s;
    transition: transform .5s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    margin: 0 auto;
}
.gallery-item .gallery-icon a {
    color: #fff
}
.gallery-item .gallery-icon a:after {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 1s ease 0s;
    -o-transition: background-color 1s ease 0s;
    transition: background-color 1s ease 0s;
    opacity: 0;
    z-index: 1
}
.gallery-item .gallery-icon a::before {
    content: "\f00e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
    color: #fff;
    z-index: 2;
    font-size: 22px;
    line-height: 1
}
.gallery-item:hover .gallery-icon a:after, .gallery-item:hover .gallery-icon a:before {
    opacity: 1
}
.gallery-item:hover .gallery-icon img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}
.gallery-columns-2 .gallery-item {
    max-width: 50%
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}
.gallery-columns-4 .gallery-item {
    max-width: 25%
}
.gallery-columns-5 .gallery-item {
    max-width: 20%
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}
.gallery-caption {
    display: block
}
@media (max-width:992px) {
    .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
        max-width: 50%
    }
}
.owl-carousel.owl-loading {
    opacity: 1;
    display: block;
    width: 100%;
    min-height: 100px;
    background: #fff url(../images/ajax-loader.gif) no-repeat center center
}
.owl-carousel .owl-nav {
    margin-top: 0;
    text-align: right;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}
.owl-carousel .owl-dots {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}
.home-slider.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
}
.owl-carousel .owl-dots .owl-dot span {
    margin: 3px;
    background: #ffffff;
    transition: all 300ms ease-in-out;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    z-index: 100;
    top: 50%;
    margin: -20px 0 0;
    outline: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgb(255 255 255 / 36%);
    border-radius: 0;
    color: #000000;
    font-size: 14px;
}
.owl-carousel .owl-nav button.owl-next {
    right: 8px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 8px;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #000000;
    text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
    display: none;
}
.single-image {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.home-slider {
    position: relative;
    background-color: #ffffff;
    padding: 8px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}
.teacher-sizer, .teacher-item {
    width: calc(50% - 10px);
}
.teacher-item {
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgb(177 177 177 / 25%);
    box-shadow: 0 1px 2px rgb(177 177 177 / 25%);
    background-color: #ffffff;
}
.teacher-item .timage {
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    max-width: 200px;
    background-color: #ffffff;
    border: 2px solid var(--primary-color);
}
.teacher-item .timage img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 100%;
}
.teacher-item .ctitle {
    font-size: 30px;
    margin: 20px 0 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}
.teacher-item .position {
    font-size: 20px;
    margin: 0 0 20px 0;
}
.blog-posts article.post {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}
.mobile-toggle, #mobile-slide {
    display: none;
}
.mobile-nav {
    position: relative;
    display: block
}
.mobile-nav ul.menu {
    color: #fff
}
.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.mobile-nav li.menu-item {
    border-bottom: 1px solid #833603;
    padding: 0;
    font-size: 13px;
    position: relative;
    line-height: 20px;
}
.mobile-nav li.menu-item a {
    padding: 8px 38px 8px 15px;
    display: inline-block;
    color: #fff;
}
.current-menu-item > a, .mobile-nav li.menu-item a:focus, .mobile-nav li.menu-item a:hover {
    color: #ffffff;
}
.mobile-nav li.menu-item ul.sub-menu li.menu-item {
    background: var(--primary-color);
    padding-left: 10px;
}
.mobile-nav li.menu-item ul.sub-menu {
    border-top: 1px solid #833603;
}
.mobile-nav li.menu-item-has-children i {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 100%;
    width: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    color: #fff;
    font-style: normal;
}
.mobile-nav li.menu-item-has-children i a {
    padding: 0;
    font-size: 14px;
    display: block;
    position: relative;
    z-index: 1;
    color: #fff
}
.mobile-nav li.menu-item-has-children.expand > i a {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.offside {
    position: fixed;
    width: 280px;
    height: 100%;
    top: 0;
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: var(--primary-color);
    padding: 45px 0 0 0
}
.offside, .offside--left {
    left: -280px
}
.offside--right {
    left: auto;
    right: -280px
}
.offside--left.is-open, .offside-js--is-left .offside-sliding-element {
    -webkit-transform: translate3d(280px, 0, 0);
    -moz-transform: translate3d(280px, 0, 0);
    -ms-transform: translate3d(280px, 0, 0);
    -o-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0)
}
.offside--right.is-open, .offside-js--is-right .offside-sliding-element {
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    -ms-transform: translate3d(-280px, 0, 0);
    -o-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0)
}
.offside-js--interact .offside, .offside-js--interact .offside-sliding-element {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}
.no-csstransforms3d .offside {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.no-csstransforms3d .offside-sliding-element {
    overflow-x: hidden;
    position: relative
}
.no-csstransforms3d .offside--left.is-open {
    left: 0
}
.no-csstransforms3d .offside--right.is-open {
    right: 0
}
.no-csstransforms3d > .offside-js--is-left .offside-sliding-element {
    right: -280px
}
.no-csstransforms3d > .offside-js--is-right .offside-sliding-element {
    left: -280px
}
.site-overlay {
    z-index: 200;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: visibility 0s ease, opacity .2s ease;
    -moz-transition: visibility 0s ease, opacity .2s ease;
    -o-transition: visibility 0s ease, opacity .2s ease;
    transition: visibility 0s ease, opacity .2s ease
}
.offside-js--is-open .site-overlay {
    visibility: visible;
    opacity: .7;
    -webkit-transition-delay: delay 0s;
    -o-transition-delay: delay 0s;
    transition-delay: delay 0s
}
.toggle-close, .display-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    background-color: #ffffff;
    font-size: 17px
}
.toggle-close:hover, .display-close:hover {
    color: #ffffff;
}
.display-close {
    right: 0;
    left: auto;
}
.mobile-toggle {
    text-align: right;
    padding: 0px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.mobile-toggle span {
    margin-left: 5px;
}
@media (max-width:1180px) {
    #page-container {
        min-height: 100vh;
        height: auto;
        background-size: 100% auto;
        padding-bottom: 0;
    }
}
@media (max-width:992px) {
    .heading {
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
        margin-bottom: 15px;
        font-size: 28px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 22px;
    }
    h6 {
        font-size: 20px;
    }
    .sidebar .widget .widget-title {
        font-size: 26px;
    }
    .content-area .sidebar {
        margin-top: 0px;
    }
    .teacher-sizer, .teacher-item {
        width: calc(100% - 10px);
    }
    .main-navigation .main-nav-menu {
        display: none;
    }
    .mobile-toggle, #mobile-slide {
        display: block;
    }
}
@media (max-width:767px) {
    .container {
        max-width: 90%;
        margin: 0 auto;
        padding: 0 15px;
    }
    .content-area {
        display: block;
    }
    .content-area .content {
        display: block;
        flex: auto;
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }
    .content-area .sidebar:before, .sidebar .sidebar-inner, .content-area .sidebar:after {
        margin-left: 0px;
    }
    .content-area .sidebar {
        margin: 0 auto;
        flex: auto;
        display: block;
    }
    .site-footer .footer-info > * {
        flex: auto;
        width: 100%;
        padding: 8px;
    }
    .owl-carousel .owl-nav {
        display: none;
    }
    .owl-carousel .owl-dots .owl-dot span {
        width: 5px;
        height: 5px;
    }
    .header-left, .header-right {
        width: 100%;
        text-align: center;
    }
    .header-contact {
        justify-content: center;
    }
    .header-contact .contact-info .phone {
        font-size: 32px;
    }
    .header-contact .contact-info {
        font-size: 13px;
    }
    .main-navigation {
        margin-top: -30px;
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 5px;
    }
	.logo img {
    max-width: 150px;
}
}
@media (max-width:479px) {
    .container {
        max-width: 100%;
    }
    .main-header {
        padding: 20px 15px;
    }
    .header-text {
        font-size: 11px;
    }

}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
padding: 4px;
    line-height: 1.5;
    vertical-align: top;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
sup, sub{line-height:1;}
@media screen and (max-width: 767px){
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
}
}