body {
	margin: 0;
	padding: 0;
	counter-reset: index-count;
	font-size: 14px;
}

div#sura-index {
/*	column-width: 150px;
	-moz-column-width: 150px;
	-webkit-column-width: 150px; */
	width: 100% - 30px;
	padding: 0 15px 10px 15px;
	background-color: #eee;
	overflow: auto;
	box-shadow: 0 3px 3px 0 #ccc;
	/*height: 300px;*/
}

div#sura-index > a {
	display: block;
	float: left;
	width: 190px;
	padding: 10px;
}

div#sura-index > a:link {
	text-decoration: none;
	color: #333;
}

div#sura-index > a:visited {
	color: #333;
}

div#sura-index > a:hover {
	color: #337733;
	background-color: #f6f6f6;
}

a#index-tab:hover {
	color: #337733;
}*/

a img {
	border: 0 none;
}

a#download {
	position: absolute; 
	left: 30px; 
	height: 2em;
	color: white;
	text-decoration: none;
}

a#download > img {
	float: left;
	height: 1.6em;
	width: 1.6em;
	padding: 0.2em;
}

a#download > span {
	font-size: 0.8em;
	line-height: 3em;
}

div#content li {
	width: 100%;
	line-height: 150%;
	border-top: solid 1px silver;
}

footer {
	padding: 1em 20% 1em 20%; 
	text-align: center; 
	font-size: 80%; 
	color: #333;
}

   div.ayat-entry {
    width: 100%;
   }

   div.ayat-cell {
    padding: 10px;
   }

   div.translation-text {
    line-height: 150%;
    font-size: 120%;
   }

   div.quranic-text {
    font-family: scheherazade, amiri;
    font-size: 300%;
    line-height: 150%;
    direction: rtl;
    text-align: right;
   }

.basmala {
	text-align: center;
}

.basmala-ar {
	font-family: scheherazade, amiri;
	font-size: 150%;
}

.basmala-translated {
	font-size: 90%;
}

.player {
	direction: rtl;
	cursor: pointer;
}


#ayajumper {
	padding: 15px 10px 12px 10px;
	max-width: 160px;
}

#ayajumper input {
	font-size: 12px;
	height: 26px;
	width: 50%;
}

#ayajumper .input-group-addon {
	font-size: 12px;
	padding: 4px 8px;
}

#filter-group {
	padding: 15px 10px 12px 10px;
	width: 100%;
}

#filter-group input {
	font-size: 12px;
	height: 26px;
}

#filter-group .input-group-addon {
	font-size: 12px;
	padding: 4px 8px;
}

#font-resize {
	position: absolute;
	left: 200px;
	font-size: 0.8em;
	line-height: 3em;
}

#font-resize a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 5px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 768px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 768px;
  }
}

@media (max-width: 768px) {
	div.quranic-text {
		font-size: 200%;
	}
	
	div.translation-text {
    	font-size: 100%;
   }
}

.cursor-pointer {
	cursor: pointer;
}

.dropdown-menu > li {
  padding: 3px 20px;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
}

.player {
	width: 100%;
}

h1 {
	font-size: 24px;
}

@media print {
	.player, .playbutton, .scrollToTopButton, #every-aya-player, .no-print {
		display: none;
	}
	
	.focus {
		background: none;
	}
}

.scrollToTopButton {
	display: none;
	position: fixed;
	padding: 10px 20px 10px 20px;
	text-align: center;
	background: whiteSmoke;
	bottom: 0px;
	right: 0;
	color: #444;
	border-radius: 5px 5px 0 0;
	opacity: 0.7;
	transition: opacity 0.5s;
}

.scrollToTopButton:hover {
	opacity: 1.0;
}

#every-aya-player {
	width: 100%;
}

.focus {
	background: whiteSmoke;
}

#content ol {
	margin-left: -20px;
}

.player-container {
	text-align: right;
}

#init-player-container {
	padding: 10px;
	margin-left: -15px;
}

.nav-item {
	padding-right: 15px;
	padding-left: 10px;
}