@font-face {
  font-family: Kufi;
  src: url('http://tajaribi.com/AzanPrayerTimes/times/4-9n/font/DroidKufi-Regular.ttf');
}
@font-face {
    font-family: AlArabiya;
    src: url('http://tajaribi.com/AzanPrayerTimes/times/4-9n/font/ae_AlArabiya.ttf');
}
html,body{
background: transparent
}
*{
  box-sizing: border-box;
}
/****/
.myBox{
  background-color: #3498db;
}
.time .active{
  background: #29363F
}
.time td,
.time{
  border: 1px solid #4FB8FF
}
.time .title{
  background: #316A91;
}

/****/
.myBox{
  max-width: 260px;
  min-height: 250px;
  border-radius: 5px;
  padding: 10px;
  font-family: Tahoma, Geneva, sans-serif;
  position: relative;
  color: #FFF
}
.info{
  width: 100%
}
.info img{
  width: 60px;
}
.info .next_pray p{
  margin: 0;
font-size: 18px;
font-weight: bold;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.63);
  padding-right: 3px;
  line-height: 20px;
}
.info .next_pray .city{
  font-size: 11px;
  font-weight: bold;
}
.info .next_pray span{
  font-size: 12px;
  font-weight: normal;
}
.mod{
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.63);
     padding-right: 3px;
}
.mod .line{
  border-bottom: 1px solid #FFF
}
.time{
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  font-family: Tahoma, Geneva, sans-serif;
  margin-top: 10px;
}


.time .select select{
  width: 80%;
  color:#000;
  min-width: 100px
}
/* start responsive */
@media (max-width:215px) {
  .myBox{
    width: 215px;
    font-size: 13.5px;
    padding: 3px;
  }
  .info img{display:none}

}

/* end responsive */