.popover{
    width: 100%;
    /* max-width: 92%; */
    max-width: calc(100% - 14px);
}

.btn:hover, .btn:focus {
    color: #000;
  }

.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

