.popover {
  z-index: 999;
  min-width: 135px;
  text-align: center;
}
.popover .btn-group {
  float: left;
}
.popover .btn-group .btn-sm {
  margin-left: 5px;
}
.popover[class*=tour-] .popover-navigation [data-role=end] {
  float: left;
  margin-left: 5px;
}
.popover-title {
  padding: 8px 12px;
  width: 100%;
}
.popover-title span {
  color: #000;
  font-family: OpenSans-Regular;
}
.popover-content:last-child {
  color: inherit !important;
  background: #fff !important;
}
