/**
 * @file
 * CogecoTV popover styling overrides.
 */

.popover {
  border: black solid 2px;
  border-radius: 0;
}

.popover.top > .arrow::after {
  bottom: 3px;
  border-top-color: #fff;
}

.popover.top > .arrow {
  border-top-color: black;
}

.popover p.duration {
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .popover h3 a {
    font-size: 1em;
  }
}
