/* This file exists because it didn't work with these styles at the end of bw_style.css */
/* .row { */
.row.match-my-cols [class*="col-"]{
	border:3px double #cecece;
}
/* xs = 0-767 pixels. */
@media (min-width: 767px) {
	.row.match-my-cols {
		display: table;
	}

	/* [class*="col-"] { */
	.row.match-my-cols [class*="col-"]{
/*
		border:1px solid #cecece;
 */
		float: none;
		display: table-cell;
		vertical-align: top;
	}
}

@media (max-width: 767px) {
	#content {
		margin-left: 0px;
	}
	#footer {
		margin-left: 0px;
	}
	#content {
		padding-right: 0px;
	}
}

.navbar-default .navbar-nav>li>a {
    color: #880015;
}
