@font-face {
    font-family: 'iransans';
    src: url('../fonts/IRANSansFaNum.eot');
    src: url('../fonts/IRANSansFaNum.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IRANSansFaNum.woff2') format('woff2'),
        url('../fonts/IRANSansFaNum.woff') format('woff'),
        url('../fonts/IRANSansFaNum.ttf') format('truetype'),
        url('../fonts/IRANSansFaNum.svg#IRANSansFaNum') format('svg');
    font-weight: normal;
    font-style: normal;
}

table
{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
th,td
{
    text-align: center;
    padding: 1% 1%;
}
th
{
    background-color: #3D557D;
    color: #fff;
}
tbody tr:nth-child(odd)
{
    background-color: #efefef;
}
tbody tr:hover
{
    background-color: #aeaeae67;
    cursor: pointer;
}

.core-nav .wrap-core-nav-list.right
{
    text-align: center;
}
.banner {
    margin: 1%;
    height: auto;
    padding: 1% 2%;
    color: #fff;
    border-radius: 10px;
    text-align: right;
    background: #083650;
    background: linear-gradient(90deg, rgba(8, 54, 80, 1) 0%, rgba(16, 65, 99, 1) 32%, rgba(27, 115, 179, 1) 71%, rgba(8, 54, 80, 1) 100%) !important;
}
.a,span,p
{
    text-align: center;
}
.core-nav .wrap-core-nav-list.right 
{
    text-align: center;
}
.digit th
{
    background-color: #ffffff;
    color: #000000;
}