@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
.popover {
  border: 1px solid #485563;
  background: #ffffff;
  padding: 0;
  font-family: 'Lato', sans-serif;
}
.popover.bottom > .arrow {
  border-bottom-color: #485563;
}
.popover.bottom > .arrow::after {
  border-bottom-color: #ffffff;
}
.popover.top > .arrow {
  border-top-color: #485563;
}
.popover.top > .arrow::after {
  border-top-color: #ffffff;
}
.popover.left > .arrow {
  border-left-color: #485563;
}
.popover.left > .arrow::after {
  border-left-color: #ffffff;
}
.popover.right > .arrow {
  border-right-color: #485563;
}
.popover.right > .arrow::after {
  border-right-color: #ffffff;
}
.popover .popover-title {
  color: #ffffff;
  background: #4e5d6c;
  border-bottom: 1px solid #4e5d6c;
}
.popover .popover-content {
  color: #262626;
}
.popover .popover-navigation .btn-default {
  color: #ffffff;
  background: #5cb85c;
  border-color: #449d44;
}
.popover .popover-navigation .btn-default:hover {
  background: #6ec06e;
}
.popover .popover-navigation .btn-default.disabled {
  opacity: 1;
  background: #5cb85c;
  color: #449344;
}
.popover {
  border-radius: 0;
}
.popover .popover-title {
  border-radius: 0;
}
.popover .popover-navigation .btn-default {
  border-radius: 0;
}
