
.drmvsn-v-pipe {
    white-space:nowrap;
    margin-right:4px;
}
.drmvsn-v-pipe:empty {
    display:none;
}
.drmvsn-v-pipe:before {
    content:'|';
    margin: 0 6px 0 0;
    /* opacity: .6; */
}
.drmvsn-v-pipe:first-child:before {
    display:none;
}
/* .movie-card .pipe + .pipe:not(:last-child)::before {
    content: "|";
} */ 
 body{
     -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}