/* these styles are for learnpress pages within the new template */

.bridge_header { /* only used for custom headers */
	
	width:996px;
	margin:0px auto;
	border-top:3px double #6699CC;
	border-bottom:3px double #ddeeff;	
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	background:#0a2061;	
}

.bridge1 { /* more common in templates, eg editions */

	margin-left:-8px !important;
}

.bridge2 { /* more common in loose pages */

	margin-left:-20px !important;
}

.bridge_clear:after {

	content: " ";
	display: block;
	height: 0;
	clear: both;
}