/**
 * @file
 * sass/theme.scss
 *
 * CSS rules that style theme and are not included with components.
 */
.region-content {
  background-color: white;
}

.off-canvas {
  background-color: #ebebeb;
}

.path-reports {
	
}

@media (min-width: 1101px) {
	.path-reports .views-field-field-order-items {
		width: 525px;
	}
}

.path-reports .views-field-field-order-items ul {
	margin: 0 10px 0 0;
	
}

.path-reports .views-field-field-order-items ul li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 0 solid #dfdfdf;
	
}

.path-reports .views-field-field-order-items ul li:last-child {
	
	border-bottom: 0;
	
}


#block-wellspectwithyoulogo {
    margin-right: 50px;
    margin-left: 15px;
}

#block-wellspectwithyoulogo p {
	margin-bottom: 0;
}	

#block-wellspectwithyoulogo a {
    display: block;
}

/*# sourceMappingURL=theme.css.map */
