.namaj_box{
	background: url(../img/bg_namaj.png) no-repeat;
	background-size: 100%;
	min-height: 90vh;
	padding: 50px;
	margin-top: 2%;
	margin-left: 5%;
	max-width: 500px;
	color: #011223;
}

.namaj_box table{
	background: rgba(255,255,255,.8);
}

.namaj_box h2{
	
	font-weight: bold; 
	line-height: 30px;
	font-size: 20px;

}
.namaj_box h2 span{
	background: rgba(255,255,255,.8);
	color: #9b7242;
	display: block;
}
.info_list li{
	list-style-type: none;
	display: inline-block;
	padding: 10px;
	margin-right: 10px;

}
.info_list li:nth-child(2n+1){
	color:#9b7242;
}


.upcoming_namaz_time{
	padding-top: 50px;
	text-align: center;
	font-size: 50px;
}
.upcoming_namaz_time h2{
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;

}
.upcoming_namaz_time h2 span{
	font-size: 37px;
    font-weight: 700;
    display: inline-block;
}

#timer{
	line-height: 40px;
	margin: auto;
	margin-bottom: 20px;
	overflow: hidden;
	width: 70%;

}
#timer > div{
	display: inline-block;
	float: left;
	width:33.3%;
	font-weight: bold;
}
#timer > div span{
	font-size: 16px;
	display: block;
	border-radius: 5px;
	font-weight: normal; 
}