﻿.arrow_box {
    position: relative;
    background: #ffffff;
    border: 2px solid #ff0000;
    width: 200px;
    text-align: center;
    left: 200px;
    top: -22px;
}
.arrow_box a{
    cursor: pointer;
}
.arrow_box:after, .arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #fb0404;
    border-width: 7px;
    margin-top: -8px;
}
.popover-el .number-item { display: none; color: #999; }
.popover-el:hover .number-item { display: inline-block; }