/* Settings */
.wp-picker-container {
    width: 100%;
}

/* Widget */
.date-time {
    padding: 11px 5px;
    line-height: 1.5em;
    font-weight: bold;
    height: 50px;
    background: #f0f0f0;
}
.widget_date_time {
    text-align: center;
	background:#f0f0f0;
	border: 1px solid #dbd8d8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.widget_date_time .date{
float:left;

}

.digit{
    float: left;
    margin: 0;
    padding: 0;
    background: url(/wp-content/themes/spotbase/images/clock.png);
    width: 27px;
    height: 35px;
    color: #ffffff;
    font-size: 29px;
    padding-top: 9px;
    margin-right: 2px;
}

.seperator{
    float: left;
    margin: 0;
    padding: 0;
    color: black;
    font-size: 30px;
    padding-top: 5px;
    margin-left: 0px;
}

.widget_date_time .time{
    margin: 2px 4px;
    direction: ltr;
float:right;
}

.dayinheb{
font-size:29px;
font-weight:bold;
}
.dateinheb{
font-size:16px;
line-height:20px;
}

.widget_date_time .time:nth-letter(1),.widget_date_time .time:nth-letter(2),.widget_date_time .time:nth-letter(3),.widget_date_time .time:nth-letter(4)
{ 
background:url(/wp-content/themes/spotbase/images/clock.png);
}
