/**
 * @file
 * This file is used to high-level node styling. Individual view modes or
 * content types may override this.
 */

.node {
  /* background: #fff; */
}

.path-frontpage .node,
.view-content .node,
.views-row .node,
.view .node {
  background: #fff;
}
