h3.schedules small {
    display: block;
}

/* SCHEDULES */

.business-hours {
    margin-top: -15px;
    position: relative;
}
.business-hours:before{
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    top: 5px;
    left: -12px;
    transform: rotate(-45deg);
    z-index: -1;
}
.business-hours .title {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 5px;
}
.business-hours li {
    padding: 3px 0;
    border-bottom: 1px solid #333;
}
.business-hours li:last-child {
    border-bottom: none;
}
.business-hours .opening-hours li.today {
    color: #ffac0c;
}

.business-hours .actualstate{
    padding: 15px 0 0 0;
}

