.cityname {
    font-size: 24px;
    padding-left: 20px;
    margin-top: 80px !important;
    font-weight: bold !important;
}

.store {
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.store .name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

.store .address,
.store .phone {
    font-size: 14px;
    line-height: 18px;
}

.store .opening-hours-toggle {
    font-size: 13px;
    color: #7c7875;
    text-decoration: underline;
    margin-top: 10px;
    cursor: pointer;
}

.hours-container {
    display: none;
    padding: 10px 25px
}

.hours-container.active {
    display: block;
}

.hour-item {
    font-size: 0.9em
}