/* Possible Fonts */
@font-face {
  /* Madinah Mushaf */
  font-family: "me_quran";
  src: url("/fonts/me_quran_volt_newmet.ttf");
}
@font-face {
  font-family: "arabeyes_quran";
  src: url("/fonts/arabeyes-qr.ttf");
}
@font-face{
  font-family: "mry_KacstQurn";
	src: url('/fonts/mry_kacstqurn-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/mry_kacstqurn-webfont.woff') format('woff'),
	     url('/fonts/mry_kacstqurn-webfont.ttf') format('truetype'),
	     url('/fonts/mry_kacstqurn-webfont.svg#webfont') format('svg');
}


.arabic, .arabicText {
  direction: rtl;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.7em;
/*  letter-spacing: 1.8px;*/
}

.viewSurah td tr {padding:20px; text-align:center;}
.ayah_number {
  color: #ccc !important;
  display: block;
  float: right;
  font-size: 20px;
  line-height: 35px;
  text-align: right;
  width: 60px;
}
.translation {
  font-size:12px;
  margin-bottom:5px;
  margin-top: 0;
}

a:hover {
	text-decoration: none;
}

.word_list, .ayah_list {
  margin:0;
  padding:0;
  list-style-type:none;
  text-align: right;
}
ul.word_list li, ul.ayah_list li {
  background: none;
}

ul.word_list li.root_word {
  float:right;
  width:85px;
  list-style-type:none;
}

#sidebar ul.word_list li.root_word {
  float:right;
  width:72px;
  list-style-type:none;
  background: none;
  padding: 5px 10px;
}

.pagination {
  margin-bottom: 1em;
}
