.time_widget{
	width: 260px;
	height: 194px;
	background: #fdfdfd;
/*	border: #cacaca 2px solid;
	border-radius: 5px;*/
	padding: 9px;
	margin: 5px;
	overflow: hidden;
}

.time_widget div{
	font-weight: bold;
	float: left;
	position: relative;
	font-size: 13px;
	padding: 4px 0px 6px 10px;	
	width: 200px;
}

.time_widget .day{
	width: 20px;
	height: 15px;
	background: rgb(61,148,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(61,148,0,1) 0%, rgba(139,187,34,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(61,148,0,1)), color-stop(100%,rgba(139,187,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(61,148,0,1) 0%,rgba(139,187,34,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(61,148,0,1) 0%,rgba(139,187,34,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(61,148,0,1) 0%,rgba(139,187,34,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(61,148,0,1) 0%,rgba(139,187,34,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d9400', endColorstr='#8bbb22',GradientType=1 ); /* IE6-9 */
	border-radius: 5px;
	border: #479800 1px solid;	
	margin-bottom: 3px;
	color: #fff;
	float: left;
	position: relative;
	padding: 2px 10px 6px 10px;
}

.time_widget .holiday{
	background: rgb(182,0,1); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(182,0,1,1) 0%, rgba(255,41,49,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(182,0,1,1)), color-stop(100%,rgba(255,41,49,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(182,0,1,1) 0%,rgba(255,41,49,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(182,0,1,1) 0%,rgba(255,41,49,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(182,0,1,1) 0%,rgba(255,41,49,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(182,0,1,1) 0%,rgba(255,41,49,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b60001', endColorstr='#ff2931',GradientType=1 ); /* IE6-9 */
	border: #c20001 1px solid;
}

.flaticon-26 {
	width: 24px;
position: relative;
float: left;
margin-top: 10px;
}