@font-face {
        font-family: myfont1;
        src: url(LatoLatin-BlackItalic.html);
    }
    body{
        background-color:#000;
    }
    
    .o_box{
		float:left;
		width:100%;
	}
    
    .chart_title {
    background-color: #7f7070;
    border-radius: 5px 5px 0 0;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    font-family: myfont1;
    font-weight: 700;
    font-size: 20px;
}
    
    .chart_title3{
        background-color:#ed5c04;
        border-radius:5px 5px 0 0;
        text-align:center;
        color:#fff;
        padding:5px 0;
        font-family:myfont1;
        font-weight:700;
        font-size:20px;
        margin:20px 0 0 0;
    }
    
    .chart_mid{
		float:left;
		width:100%;
        background-color:#fff;
        border-radius:0 0 5px 5px;
    }
    
    .chart_mid1{
        background-color:#fff;
        border-radius:5px;
    }
    
    .chart_head{
        background-color:#fff5f8;
        text-align:center;
        font-family:myfont1;
        font-weight:700;
        font-size:18px;
        padding:5px 0 4px 0;
        color:#000;
    }
    
    .chart_content{
        text-align:center;
        font-family:myfont1;
        font-weight:1000;
        font-size:22px;
        border:2px solid #6a7775;
        padding:20px 0px;
        border-radius:5px;
        margin:10px;
		box-sizing:border-box;
        color:#000;
    }
    
    .chart_content1{
        text-align:center;
        font-family:myfont1;
        font-weight:700;
		box-sizing:border-box;
        font-size:22px;
        border-bottom:2px solid #cccccc;
        padding:10px 0;
    }
    
    .content_box{
      margin:10px 0 0 0;  
    }
    
    .online{
        border:5px ridge #737373;
        border-radius:5px;
        text-align:center;
        color:#fff;
        font-family:myfont1;
        font-weight:700;
        font-size:22px;
        padding:10px 0;
        background-color:#cccc00;
    }
    
	.satta-matka-block_strtF{
                background-color: #a10131;border-radius: 5px;font-size: 20px;
                padding:10px;text-align:center;border:#fff solid 2px;font-style:italic; margin-top: 740px;margin-bottom:10px;font-weight:bold;

            }
			
	.btn_red{color:#fff;text-decoration: none;font-weight: bold;}
	
    .online_block{
        margin:0 0 20px 0;
    }
    
    @media only screen and (max-width: 480px) {
         .chart_content1{
            font-size:15px;
        }   

	.chart_content{			
			font-weight:1000;			
		}		
            
    }
    
