.arg-site-content-wrapper { width: 910px; }

.arg-navbar {
	display: none;
}
.arg-site-content-spaced-by-1-menus, .arg-site-content-spaced-by-2-menus { padding-top: 0; }

/* Bootstrap uses `content: " (" attr(href) ")";` to display hrefs for all A elements. Override that. */
a[href]:after {
	content: none;
}

.engineering-request-section-main {
	float: none;
	width: 100%;
}
.engineering-request-section-activity {
	float: none;
	width: 100%;
}
	.engineering-request-section-activity .arg-scrollable-box {
		max-height: none !important;
		overflow-y: none;
	}
	.engineering-request-section-activity .avatar-bubble {
		width: 29%;
		display: inline-block;
	}
	.engineering-request-section-activity .avatar-bubble:nth-child(3n + 0) {
	}
	.engineering-request-section-activity .avatar-bubble:nth-child(3n + 0):after {
		content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	    line-height: 0;
	    height: 0;
	}

.print-only-block { display: block; }
.print-only-inline { display: inline; }
.print-only-inline-block { display: none; }
