.PrayerTimeTable {
	padding: 5px;
	border: 1px solid #eee;
}

.PrayerTimeTable img {
	display: inline-block;
	vertical-align: baseline;
}

.PrayerTimeTable,
.PrayerTimeTable table {
	width: 100%;
}

.PrayerTimeTable .TitlePrayerTime * {
	background: none !important;
}

.PrayerTimeTable .TitlePrayerTime div {
	padding: 5px !important;
	background: #eee !important;
}

.PrayerTimeTable .TitlePrayerTime img {
	display: none;
}

.PicContainerPrayerTimes {
/* 	display: none */
}

[id*=_RadAjaxLoadingPanel] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #c5c5c5;
}

[id*=_RadAjaxLoadingPanel] img {
	content: '00000';
	border-radius: 100%;
	background: #fff;
}