@font-face {

	font-family:"SakalBharati";

	font-style:normal;

	font-weight:normal;

	src : url("../Fonts/SakalBharati.ttf");

}

body {

font-family:"SakalBharati";

font-size:100%;

line-height:150%;

padding:2%;

text-align:justify;

}
.box{
background-color:#eaeaea;
padding: 15px;
font-size:0.9em;
line-height:150%;
}
img
{
	max-width:100%;
}
.caption, .Caption
{
	font-style: italic; 
	font-size: 0.83em; 
	color: #4D4D4D;
	text-align:center;
display:block;
}
/* Chapter Name */
h1
{
color:#fff;
font-size:1.5em;
background:#FF8000;
padding:10px;
}
/* Chapter number */
h2
{
color:#CC0000;
font-size:1.3em;
}
/* Concept Heading */
h3
{
color:#EB008B;
font-size:1.3em;
font-weight:bold;
margin-top:20px;
}
/* Sub Heading */
h4
{
color:#CC0000;
font-size:1.1em;
font-weight:bold;
}
/* Sub Heading 2*/
h5
{
color:#000;
font-size:1.1em;
font-weight:bold;
}
.clear
{
	clear:both;
}

.lining_box
{
border:2px solid #000;
padding:15px;
border-radius:15px;
}
.note
{
	font-style: italic; 
	font-size: 0.83em; 
	color: #4D4D4D;
}
p
{
	margin-top:10px;
}
table
{
	width:100%;
	border:1px solid #000;
	border-collapse:collapse;
}
td
{
	padding:10px;
	border:1px solid #000;
	border-collapse:collapse;
}
.cover_img_small
{
width:50%;
}
div.layout
{
  text-align: center;
}
div.chapter_pos
{
text-align: center;
width: 96%;
position:absolute;
top:50%;
line-height:110%;
font-weight:bold;
font-size:180%;
color:#fff;
}
div.chapter_pos div
{
background:#444;
padding:10px;
width:40%;
margin:auto;
opacity:0.9;
}
div.chapter_pos div span
{
font-size:0.7em;
color:#eaeaea;
font-weight:normal;
}
@media only screen and (max-width: 767px) {
.cover_img_small
{
width:90%;
}
}
.italics
{
font-style:italic;
}
.bold, .CharOverride-6
{
font-weight:bold;
}
.blue, .CharOverride-23, .CharOverride-25
{
color:blue;
}
.pink{
	background:#FBD5E5;
	padding:20px;
	border-bottom:5px solid #ccc;
}