
#header .pageTitle {
	text-align: left;
	color: black;
	line-height: 1.5em;
}

#header .lang-selection {
	text-align: left;
}

#header .logo-container {
	height: 44px;
	float: left;
}

.sectionTitle {
	text-align: right;
	line-height: 1.4em;
}

.sectionTitle span {
	float: left;
	display: block;
}

.sectionTitle a[rel="help"] img {
	vertical-align: middle;
}

.ambushContentBox {
	color: black;
	background-color: #bad8eb;
}

.ambushContentBox .sectionTitle {
	text-align: left;
}

ul.ambushMessageList {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

ul.ambushMessageList > li {
	margin-bottom: 15px;
}

ul.ambushMessageList > li:last-of-type {
	margin-bottom: 0;
}

#powered-by {
	font-size: .9em;
	padding: 0.5em 1em;
}

/* Streamline Session Start Elements */

.ui-widget-overlay.opaque {
	background: #7f7f7f;
	opacity: 1;
	filter: Alpha(Opacity=100);
}

#bomgarDialog {
	font-size: large;
}

#bomgarDialog b {
	font-size: larger;
}

#bomgarDialog ol {
	text-align: left;
}

#bomgarDialog button {
	margin-right: 8px;
}

/* Recording Viewer */

.recordingViewer {
	width: 530px;
	height: 300px;
	margin: 20px auto;
}

/*Download Instructions*/

#instructions .you-may-close {
	text-align: center;
}

/* Rep Invite Join / Download Instructions */

#repInviteChoices {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

#repInviteChoices > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#repInviteChoices h4 {
	white-space: pre;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0;
}

#repInviteChoices h4 a {
	display: inline-flex;
	flex-direction: row;
	align-items: inherit;
}

#repInviteChoices > div:first-of-type h4 img {
	margin-right: 5px;
}

#repInviteChoices .or {
	font-size: large;
	align-self: center;
}

