.et_pb_optimusHours{
margin-bottom: 10px;
}

.time {
    display: inline-block;
    float: right;
}

.day {
    display: inline-block;
    float: left;
    text-transform: capitalize;
}
.dayTime{
	padding:0 10px;	
	border-bottom: 1px solid;
	line-height: 2;
}
.dayTime:last-of-type {
  border-bottom: none;
}
.dayTime:after {
  content: "";
  display: table;
  clear: both;
}
.today {
    background: #C23538;
    font-weight: 600;
    color: white;
}