@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
.popover {
  border: 1px solid #121212;
  background: #464646;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
}
.popover.bottom > .arrow {
  border-bottom-color: #121212;
}
.popover.bottom > .arrow::after {
  border-bottom-color: #464646;
}
.popover.top > .arrow {
  border-top-color: #121212;
}
.popover.top > .arrow::after {
  border-top-color: #464646;
}
.popover.left > .arrow {
  border-left-color: #121212;
}
.popover.left > .arrow::after {
  border-left-color: #464646;
}
.popover.right > .arrow {
  border-right-color: #121212;
}
.popover.right > .arrow::after {
  border-right-color: #464646;
}
.popover .popover-title {
  color: #ffffff;
  background: #222222;
  border-bottom: 1px solid rgba(18, 18, 18, 0.61);
}
.popover .popover-content {
  color: #ffffff;
}
.popover .popover-navigation .btn-default {
  color: #ffffff;
  background: #464646;
  border-color: #121212;
}
.popover .popover-navigation .btn-default:hover {
  background: #535353;
}
.popover .popover-navigation .btn-default.disabled {
  opacity: 1;
  background: #464646;
  color: #737070;
}
.popover {
  font-weight: 300;
}
.popover .popover-navigation .btn-default {
  font-weight: 300;
}
