/* CSP-friendly replacement for inline style="margin:0 !important" */
.bland_in_box table.table p {
  margin: 0 !important;
}

@keyframes moveArrow {
  0% { transform: translateX(0); }
  50% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}
.arrow-animation {
  display: inline-block;
  animation: moveArrow 1s infinite;
  margin-right: 10px;
}


.pv-live-link { color: #ec7272; }

.pv-img-border { border: 1px solid #ccc; }
.pv-img-border-light { border: 1px solid #cccccc; }
.pv-caption-muted { font-size: .9em; color: #666; }
.pv-caption-muted-sm { font-size: .85em; color: #666; }
.pv-indent-5 { margin: 0 0 0 5%; }
.pv-img-center-70 { margin: 0 15%; }
.pv-oem-lead-bg {
  background-image: url('../images/oem/product/oem_page01_09_ce.jpg');
}
.pv-nav-multiline { line-height: 25px; }

