/* This is for overriding certain Webador styling without using the !important flag */
/* Fix default border/divider color */
.jw-element-separator,
.jw-news-post,
.jw-comment,
.jw-columns__node--separator-left,
.jw-columns__node--separator-right,
.website-logout {
  border-color: rgba(255, 255, 255, 0.2);
}
