.hoursContainer{
	margin:auto;
	font-size:15px;
	width:100%;
	text-align:center;
	padding-top:90px;
}

.hoursBox{
	width:100%;
	background:#F8F8F8;
	margin-top:15px;
	height: 90px;
}

.hoursDays{
	font-size:12px;
	position:absolute;
	margin-top: 8px;
	width:60%;
	color:#444;
}

.edidHour{
	text-align:center;
    width: 26px;
    height: 26px;
	background-color: #F9A630;
	background-repeat:no-repeat;
	background-size: cover;
	cursor:pointer;
	background-image:url('../images/edit.png');
	background-size: 20px;
	background-position:center;
}

.edidHour:active{background-color:#FAB859;}

.hoursInfo{text-align:left; font-size:14px; color:#444; vertical-align:text-top; margin-top:8px}

.deleteHour{}

/*EDIT*/
.dayPicker tr{height:40px;}
.notSelectedDay{background:#343434; width:30px; cursor:pointer}
.selectedDays{background:#ac00d5}
.notSelectedDay:hover, .selectedDays:hover{opacity:0.7}


@media (max-width:780px){
	.hoursDays{
		width: 60%;
		font-size: 11px;
	}
}

@media (max-width:318px){
	.hoursBox{height:100px}
}
