.user-location {
    margin-right: 10px;
}

.user-location tr td {
    text-align: center;
}

.user-location .popover-title {
    text-align: center;
}

.user-location .popover{
    background-color: #f2f2f2;
    border: 1px solid #ed6f04;
    color: #000000;
    border-radius: 0px;
    padding-bottom: 5px;
}
.user-location .popover.bottom > .arrow{
    border-bottom-color: #ed6f04;
}
.user-location .popover table{
    width: 200px;
}

.user-location .popover.bottom .arrow::after{
    border-bottom-color: #f2f2f2;
}

.user-location .popover-title{
    background-color: #ed6f04 !important;
    color: #FFFFFF !important;
    border-radius: 0px;
    margin: 5px !important;
    border: none;
}