.clearIDS:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.widgetIDS {
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background: #fff;
}
.green #prayerIDS {
	background: #098;
	color: #fff;
	padding: 10px 15px 0;
	text-align: center;
	margin: 0;
}
#prayerIDS span:nth-child(2) {
	font-weight: bold;
}
.green #prayerIDS p {
	padding: 5px 15px;
	margin: 8px -15px 0;
	font-size: 12px;
	background: #fff;
	color: #888;
}
#tableIDS {
	padding: 10px 20px;
}
.timeIDS {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}
.singleIDS {
	font-size: 16px;
	line-height: 2.4;
	border-bottom: 1px solid #deeeed;
}
.prayerTime {
	float: left;
	width: 50%;
}
.estTime {
	float: right;
	width: calc( 50% - 15px );
	text-align: right;
}


#footerIDS {
	padding: 10px 15px;
	text-align: center;
	font-size: 12px;
}
#footerIDS a {
	color: #098;
}