﻿body {
    font-family:Arial;
    overflow-x:hidden;
}
.year_chart h1 {
    text-align: center;
    background-color: #ffd800;
    padding: 15px;
    margin: 0px;
    font-weight:bold;
    width:100%;
}
.year_chart table {
    width: 100%;
    border-collapse: collapse;
    font-weight:bold;
}
.year_chart a{
    color:black;
}
.year_chart table th{
    padding:8px;
    text-align:left;
    background-color:#ffd800;
}
.year_chart table td{
    padding:8px;
    text-align:center;
}
.satta_result {
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-top: solid 1px black;
    border-left: solid 1px black;
}
    .satta_result th {
        background-color: black;
        color: white;
        text-align:center;
    }
    
    .satta_result td {
        border-right: solid 1px black;
        border-bottom: solid 1px black;
        color:black;
        padding:8px;
        text-align:center;
        vertical-align:central;
    }
    .satta_result tr:hover {
        background-color: #ddd;
    }
    .satta_result td.yellow {
    background-color:#ffd800;
    }
        .satta_result td.yellow:hover {
            background-color: #ddd;
        }

.yellow a {
    color: black;
    text-decoration:none;
}
    .yellow a:hover {
        text-decoration: underline;
    }
.span {
    font-weight: 700;
    font-size: 22px;
    display: block;
    margin: 0px;
}


.box
{
    padding:10px;
    max-width:100%;
    box-sizing:border-box;
    }
.menu
{

background-color:Black;
text-align:center;
}
.menu table
{
width:100%;    
    }
.menu td
{
    border: 2px solid #000;
}
.menu a
{
background-color: #ff5e00;
display:block;
color:White;
padding: 8px 5px;
}
.logo 
{
    padding:8px 0px;
}
.logo h1
{
    text-align: center;
    margin: 0px;
    background-color: #ff0;
    color: #000;
}
.sub_title
{
    background-color: #0c62ad;
    text-align: center;
    text-shadow: 1px 1px blue;
    border: 2px solid lime;
    color:White;
    }
    .sub_title h2
    {
        margin:0px;
    }
.sub_title a
{
    color: #fff;
    font-size:25px;
}
.sub_title p
{
 margin-top: 4px;
    margin-bottom: 4px;
    color: #f5eeee;
}

.result{
text-align: center;
    background-color: #fff;
    width: 100%;
    padding-top: 7px;
}
.result_heading
{
    font-weight: 700;
    color: #000;
    font-size: 20px;
}
.live_result {
    color: green;
    font-size: 40px;
    font-weight: 700;
}
.live_game {
    color: #f08;
    font-size: 30px;
    font-weight: 700;
}