﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
	width: auto;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}

A:link {
	color: #572E0F;
	TEXT-DECORATION: none;
}
A:visited {
	color: #572E0F;
	TEXT-DECORATION: none;
}
A:active {
	color: #572E0F;
	TEXT-DECORATION: none;
}
A:hover {
	color: #572E0F;
	TEXT-DECORATION: none;
}
*{
 outline: 0px;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

/*** news updates starts -------------------- ***/
.wraper_news-updates {
	width: 100%;
	margin: 0px auto;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.mal_text {
	font-family: "PanchariUni";
	font-size: 19px;
	color: #333;
	font-weight: normal;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
}
.eng_text {
	font-family: Georgia;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
}
.eng_text a, .mal_text a { color: #333; }
.updation_com_box {
	border-radius: 8px;
    width: 92%;
    float: left;
    padding: 3%;
    margin: 1% 1% 2% 1%;
   	background-position: left top;
	background-image: url('../images/white-bg.png');
}
.updation_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
	line-height: 20px;
	padding: 0;
	width: auto;
	float: left;
}
.image_news_updates {
	width: 100%;
	float: left;
	margin: 0px 0px 1px 0px;
}
.image_news_updates img {
	width: 100%;
}
.width_100 {
	width: 100%;
	float: left;
}
.share_box {
    float: right;
    height: 17px;
    overflow: hidden;
    width: 135px;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.share_txt {
    font-family: Arial;
    font-size: 10px;
    color: #B9B9B9;
    padding: 2px 5px;
    float: right;
    background-color: #EFEFEF;
    cursor: pointer;
}
.icon_box {
    float: right;
    width: 80px;
    overflow: hidden;
    height: 16px;
    display:none;
}
.icon02 {
	background-position: left top;
	background-image: url('../img/twt-gr.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: right;
	margin-right: 5px;
}
.icon03 {
	background-position: left top;
	background-image: url('../img/fb-gr.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: right;
	margin-right: 5px;
}
.icon02:hover {
    background-position: left top;
    background-image: url('../img/twt-clr.png');
    background-repeat: no-repeat;
}
.icon03:hover {
    background-position: left top;
    background-image: url('../img/fb-clr.png');
    background-repeat: no-repeat;
}

/*** news updates ends -------------------- ***/

.wraper_table_full {
	width: 100%;
	margin: 0px auto;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	overflow: hidden;
	background-color: #F2F2F2;
}
.table_top {
	width: 98%;
	margin: 0px auto;
	height: auto;
	background-color: #92C435;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	overflow: hidden;
}
.rank {
	float: left;
	width: 13%;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}
.country_hd {
	float: left;
	width: 26%;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}
.gold, .silver, .bronz, .total {
	padding: 3px;
    float: left;
    width: 22px;
    padding-top: 7px;
    height: 18px;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    font-weight: bold;
    margin-right: 12px;
}
.gold { background-color: #FFCE00; }
.silver { background-color: #C4CCCC; }
.bronz { background-color: #C98658; }
.total { background-color: #215FA3; }
.table_col {
	width: 98%;
	margin: 0px auto;
	height: auto;
	padding: 10px 0% 10px 2%;
	overflow: hidden;
	border-bottom: 1px #E1E1E1 solid;
	border-top: 1px #EBEBEB solid;
	float: left;
}
.col_01, .col_02, .col_03, .col_04, .col_05, .col_06 {
	height: auto;	
	font-family: Arial;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	float: left;
	text-align: center;
}
.col_01 {
	width: 11%;
	margin: 5px 0% 0px 2%;
	text-align: left;
}
.col_02 {
	width: 26%;
	margin: 5px 0px 0px 0px;
	text-align: left;
}
.col_03 {
	width: 30px;
	margin: 5px 10px 0px 0px;
}
.col_04 {
	width: 30px;
	margin: 5px 10px 0px 0px;
}
.col_05 {
	width: 30px;
	margin: 5px 10px 0px 0px;
}
.col_06 {
	width: 40px;
	margin: 5px 0px 0px 0px;
}
.flag {
	float: left;
	margin-right: 4px;
}
.bg_yellow {
	background-color: #FFE991;
}
.medals_block {
	float: right;
	width: auto;
	margin-right: 5px;
}
.medals_block_01 {
	float: right;
	width: auto;
}







/* -------- mediaquery starts ----------- */

@media screen and (max-width:980px)
{

}
@media screen and (max-width:800px)
{

}
@media screen and (max-width:768px)
{


}

@media screen and (min-width:641px) and (max-width:768px)
{

}

@media screen and (max-width:640px)
{

}
@media screen and (max-width:600px)
{

}
@media screen and (max-width:480px)
{


}

@media screen and (max-width:375px)
{


}

@media screen and (max-width:360px)
{

}
@media screen and (max-width:320px)
{

}









