@font-face {
    font-family: 'panchali';
    src: url(fonts/taun_elango_panchali.woff);
    font-weight: 500;
    font-style: normal;
}
.tctable{
    width: 100%;
    margin: auto;
}
.tctable, .tctable td, .tctable th{
    border: 1px solid #026074;
    border-collapse: collapse;
    padding: 8px;

}
.tctable th{
    font-weight: bold;
    text-align: center;
    background-color: #ccc;
}
body,h1,h2,h3,h4,h5,h6,p,span,a,u,table,td,th,ul{
    font-family: panchali !important;
    font-weight: 300;
    line-height: 1.5;
    color: #026074;
    letter-spacing: .009rem;

}
table,td,th{
    color: #026074 !important;
    border:1px solid #026074 !important;
}

a{
    font-weight: bold;
}
.sub-item,.nav-item p{
    color: #fff;
}
.sidebar .nav>.nav-item a p{
    font-weight: normal !important;
}
.h1,h1{
    font-size:1.65rem !important;
    font-weight: bold;
}