@font-face {
 font-family: Font1;
 src: url("fonts/Kruti-Dev-010.eot")
}
@font-face
{
font-family: Font1;
src: url('fonts/Kruti-Dev-010.ttf ');
}

#fontface1{font-family : Font1; padding : 10px; margin : 0 auto; text-align : center; font-size : 30px;}


body {color:#000000; background-color:#FFFFFF;  }
.done	{color: black; background-color:Transparent;}
.todo	{color: #FFFFFF; background-color:#EBA0D4; font-weight: normal;}
.future	{color: #FFFFFF; background-color:Transparent; font-weight: normal}
.pressed {color:#FF0000;}
.silent	{color:#FFFFFF;}
.target	{color:#008000; }
.echo {color: #FFFFFF;}

.hand
{
	width:100%;
	max-width:740px;
}

.count2
{
	max-width:75px;
	font-size: 2.3vw;
	font-weight:bolder;
	padding:0px 3px 0px 0px;
	text-align:center;
    background-color:#EBA0D4;
	border-style:outset;
	border-width:thin;
	border-color:#669EE8;
	color:#FFFFFF 
}

.count3
{
	max-width:75px; 
	text-align:center;
	background-color:#EBA0D4;
	padding:5px 5px 5px 5px;
	font-weight:lighter;
    font-family:Monospace;
	font-size: 2.3vw;
	border-style:outset;
	border-width:thin;
	border-color:#669EE8;
	color:#FFFFFF;
}
.score1
{
	width:100%;
	max-width:745px;
}

.score2
{
	width:100%;
	max-width:745px;
}

.circle 
{
    border-radius: 50%/50%; 
    max-width: 50px;
    height: 50px;
    background-color:#EBA0D4; 
    text-align:center;
    color:#000000;
	font-size:18px;
    
}
.rounded-rect
{
	font-size: 34px;
	font-family:"Font1";
	letter-spacing:3px;
	text-align:JUSTIFY;
	width:100%;
	max-width:718px;
	border-width:0px; 
    background: #669EE8;
   -moz-border-radius: 5px; 
   -webkit-border-radius: 5px; 
   border-radius: 5px;
   padding:10px 10px 10px 10px;
}

.rounded-button
{
   width: 70px; 
   height: 30px; 
   background: #669EE8;
   -moz-border-radius: 5px; 
   -webkit-border-radius: 5px; 
   border-radius: 5px;
   padding:8px 8px 8px 8px;
   text-align:center;
}

.rounded-box
{
   max-width: 80px; 
   height: 30px; 
   background: #669EE8;
   -moz-border-radius: 5px; 
   -webkit-border-radius: 5px; 
   border-radius: 5px;
   text-align:center;
   color:#FFFFFF;
   font-size:16px;
}

.rounded-board
{
   width:100%;
   max-width: 740px; 
   height: auto;  
   background: #669EE8;
   padding:1px 1px 1px 1px;
   -moz-border-radius: 5px; 
   -webkit-border-radius: 5px; 
   border-radius: 5px;
}

.hindi
{
	font-size: 2.5vw;
	font-family:"Font1";
	font-weight:bold
}