@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;

}

* {
margin:0;
padding:0;
}
.box{
background-color:#FF7F50;
padding: 15px;

line-height:150%;
}
.box2{
background-color:#CDECC3;
padding: 15px;

line-height:150%;
}
img
{
	max-width:100%;
}
.caption
{
	font-style: italic; 
	font-size: 0.83em; 
	color: #4D4D4D;
	text-align:center;
}
/* Chapter Name */
h1
{
color:#fff;
font-size:1.5em;
background:#657A5E;
padding:10px;
}
/* Chapter number */
h2
{
color:#515C4D;
font-size:1.3em;
}
/* Concept Heading */
h3
{
color:#515C4D;
font-size:1.1em;
font-weight:bold;

}
/* Sub Heading */
h4
{
color:#514F4F;
font-size:1.3em;
font-weight:bold;
margin-top:20px;
}
/* Sub Heading 2*/
h5
{
color:#34564D;
font-size:1.1em;
font-weight:bold;
}

h6
{
color:#34564D;
font-size:0.9em;
font-weight:bold;
}
.clear
{
	clear:both;
}

.lining_box
{

border:4px solid #4B4545;

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%;
}
@media only screen and (max-width: 767px) {

.cover_img_small
{
width:90%;
}
}
.clear
{
clear:both;
}
img.right-img
{
text-align: right;
display:inline-block;
float:right;
width:177px;
}
div.layout

{

  text-align: center;

}

.img_wid

{

	margin-left: auto;

    margin-right: auto;

	display: block;

	width:40%;

}

.bold

{

	font-weight:bold;

}

div.chapter_pos

{

  text-align: center;

  width: 96%;

  position:absolute;

	top:60%;

	font-weight:bold;

	font-size:28px;

	color:#fff;

}

div.chapter_pos div

{

	background:#003366;

	padding:10px;

	width:70%;

	margin:auto;

	opacity:0.9;

}

div.chapter_pos div span

{

	font-size:0.7em;

	color:#aeaeae;

	font-weight:normal;

}