/*
create table filter search box
*/
@media only screen and (min-width: 1000px) {
	.sidebar ul li {
		padding:10px;
	}
    #container{
			width: 60%;
	}
}
#container{
	padding: 15px;
	background: beige;
    margin: 0 auto;
	text-align:center;
}
.pre-spaces{
	text-align:center;
	white-space: pre;
}
a{
	text-decoration:none;
}
#myInput {
  background-image: url('searchicon.png');
  background-position: 99.5%;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 40px 12px 20px;
  border: 1px solid green;
  margin-bottom: 12px;
}
/*
create table filter search box
*/
.center {
	text-align: center;
}
.book-name{
	font-size: 60px;
}
.my-center-div p{
	text-align: center;
}
.title-table-td{
	text-align:center;
	font-weight:bold;
	font-size:22px;
}
table th{
	text-align: center;
  	background-color: #f1f1f1;
}
table tr{
	direction:rtl;
	}
table tr td:nth-child(2){
	text-align: right;
}
	table{
		font-size:24pt;
	width:100%;
	direction:rtl;
	text-align:center;
	border:1px;
	}
@font-face {
    font-family: 'noori-nastaleeq';
    src: url('../fonts/jameel-noori-nastaleeq.ttf');
}
body{
	font-family:"noori-nastaleeq";
	font-size: 18px;
	direction: rtl;
}

h2{
	text-align: center;
	background-color: green;
	padding: 5px;
	color: white;
}
h3{
	text-align: center;
	background-color: #8DDB87;
	padding: 5px;
	color:black;
}
p{
	font-size: 22px;
	text-align: justify;
	margin: 5px;
}