.hours {
	position: relative;
}

.hours .flexi-item-edit {
    position: absolute;
    top: -47px;
    right: 0;
    background: #1a51af;
    padding: 9px 14px 5px 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: block;
    min-width: 110px;
}

.hours .popover {
	color: #333;
    width: 195px;
    left: 50% !important;
    transform: translate(-50%, 5px);
}

.hours .arrow {
	left: 50% !important;
    border-bottom-color: #f7f7f7 !important;
}

.hours .arrow::before {
	border-bottom-color: #f7f7f7 !important;
}