﻿
.myheading  {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.myheading:before, .myheading:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 2px;
    content: '\a0';
    background-color: rgb(252, 210, 6);
}
.myheading:before {
    margin-left: -50%;
    text-align: right;
}
.color {
    background-color: rgba(210, 222, 226, 0.62);
    color:#216262;
    font-weight:700;
}


.dataTables_scrollBody {
    position: relative;
    overflow: auto;
    height: 450px;
    width: 100%;
}