.pv-popup-wrapper{
    display: inline-block;
    background-color: #fff;
    font-family: Arial;
    border-radius: 7px;
    border: 1px solid #bdbdbd;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.pv-popup-wrapper .pv-popup-body{
    padding: 6px;
}

.pv-popup-wrapper .pv-popup-body .pv-popup-check{
    white-space: nowrap;
}

.pv-popup-wrapper .pv-popup-title{
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    font-weight: 600;
    padding: 6px;
    background-color: #c7c7c7;
    border-bottom: #bdbdbd
}

.pv-popup-wrapper .pv-popup-title span{
    white-space: nowrap;
}

.pv-popup-wrapper.top:after {
    content: '';
    position: absolute;
    left: 20%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #bdbdbd;
    clear: both;
}

.pv-popup-wrapper.bottom:after {
    content: '';
    position: absolute;
    left: 20%;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #bdbdbd;
    clear: both;
}

.pv-popup-wrapper.left:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 8px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #bdbdbd;
    clear: both;
}

.pv-popup-wrapper.right:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 8px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #bdbdbd;
    clear: both;
}