.edjb-container {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

	.edjb-container select { font-size: 1em !important; }
	
	.edjb-container strong { font-weight: bold; }

	.edjb-container table {
		font-size: 100%;
		line-height: 1.33em;
		margin: 1.33em 0;
		width: auto;
	}

	.edjb-container table.wide { width: 100%; }
	
		.edjb-container table.wide tr:nth-of-type(2n) { background: rgba(0,0,0,0.067); }
	
		.edjb-container table th, .edjb-container table td {
			padding: 0 1em 0.33em 0;
			text-align: left;
			vertical-align: top;
		}

		.edjb-container table.wide th, .edjb-container table.wide td { padding: 0.5em 1em; }

		.edjb-container table th { font-weight: bold; }

	.edjb-container .alignright {
		clear: both;
		float: right;
		margin: 0 0 1.33em 1.33em;
	}

	.edjb-container .edjb-block { display: block; }

	.edjb-container .edjb-browse { margin-bottom: 1.33em; }

	.edjb-container .nowrap { white-space: nowrap; }
	
	.edjb-container .small {
		font-size: 0.83em;
		line-height: 1.33em;
	}