.adb_container {
	margin: auto;
	position: relative;
	background-color: #eeeeee;
	overflow: hidden;
	width: 760px;				
	vertical-align: top;
	text-align:left
}

.adb_container .left-container {
	width: 318px;
	display: inline-block;
	padding: 25px 25px 25px 25px;
	vertical-align: top;
}

.adb_container .middle-container {
	display: inline-block;
    margin-top: 100px;
    padding: 2px;
	font-weight:700;
}

.adb_container .right-container {
	width: 318px;
	display: inline-block;
	padding: 25px 25px 25px 25px;
	vertical-align: top;
}

.adb_container .left-container .heading {
	font-size: 10pt;				
	color: #2c474e;;
	margin-bottom: 18px;
	font-weight: 600;
}

.adb_container .heading-container {
	padding: 25px 25px 0px 25px;
	line-height: 19px;
	background-color: #eeeeee;
}

.adb_container .heading-container .heading-first {
	font-size: 14px;
    color: #2c474e;
    margin-bottom: 18px;
    font-weight: 700;
	font-family: adobe-clean;
}

.adb_container .heading-container .heading-second {
	font-size: 12px;
    color: #2c474e;
	font-family: adobe-clean;
	margin-bottom: 18px;
	line-height: 18px;
}

.adb_container .heading-container .error-message {
	font-size: 12px;
    color: #2c474e;
	font-family: adobe-clean;
}

.adb_container .left-container .left-sub-container .text {
	color: #2c474e;
	font-size: 14px;
	margin-bottom: 18px;
	font-weight: 700;
	font-family: adobe-clean;
}

.adb_container .right-container .right-sub-container .text {
	color: #2c474e;
	font-size: 14px;
	margin-bottom: 18px;
	font-weight: 700;
	font-family: adobe-clean;
}

.adb_container .left-container .left-sub-container .textrightside {
	color: #2c474e;
	font-size: 12px;
	line-height: 18px;
	font-family: adobe-clean;
	height: 72px;
}

.adb_container .right-container .right-sub-container .textrightside {
	color: #2c474e;
	font-size: 12px;
	line-height: 18px;
	font-family: adobe-clean;
	height: 72px;
}

.adb_container .left-container .left-sub-container .btn-enc {
	position: absolute;
}

.adb_container .right-container .right-sub-container .btn-enc {
    display: inline-block;
}

.adb_container .left-container .left-sub-container {
	height: 140px;								
	padding: 12px 10px 12px 10px;
	font-size: 10pt;		
	background: rgba(248, 248, 248, 0.8);				
	border-radius: 5px;
	position: relative;
}

.adb_container .right-container .right-sub-container {
	height: 140px;								
	padding: 12px 10px 12px 10px;
	font-size: 10pt;		
	background: rgba(248, 248, 248, 0.8);				
	border-radius: 5px;
	position: relative;
}

.adb_container .right-container .sub-container div {
	background: url('../images/FailureIcon.png') no-repeat left top;
	padding-left: 25px;
	font-weight: bold;
	color: #666666;
	line-height: 1.1;
}

.adb_container .right-container .sub-container div span {
	display: inline-block;
}

.adb_container .right-container .sub-container img  {
	vertical-align: text-bottom;
}

.adb_container .right-container .sub-container button {
	position: absolute;
	left: 35px;
	bottom: 15px;
}

.adb_container .left-container .left-sub-container .coral-Button{
	font-size: 12px;
    border-radius: 4px;
    font-weight: 700;
    border-color: #1e5fbe;
    background-color: #326ec8;
    color: #fff;
    text-shadow: 0 -0.0625rem 0 #1e5fbe;
	font-family: adobe-clean;
	border-width: thin;
}

.adb_container .right-container .right-sub-container .coral-Button{
	font-size: 12px;
    border-radius: 4px;
    font-weight: 700;
    line-height: 18px;
	font-family: adobe-clean;
	outline: #bebebe;
    color: #707070;
	background-color: rgba(248, 248, 248, 0.8);
	border-width: thin;
	
}
.adb_container .right-container .right-sub-container .coral-Button:hover{
	background-color: #FAFAFA;
}

.adb_container .heading-container .coral-Button{
	font-size: 12px;
    border-radius: 4px;
    font-weight: 700;
    line-height: 18px;
	font-family: adobe-clean;
	outline: #bebebe;
    color: #707070;
	margin-bottom: 9px;
	background-color: rgba(248, 248, 248, 0.8);
	border-width: thin;
}

.adb_container .heading-container .coral-Button:hover{	
	background-color: #FAFAFA;
}

.adb_container .heading-container .run-test-btn {
	margin-bottom: 18px !important;
}

.adb_container .heading-container .run-test-btn:hover {
	color: #707070;
}

.adb_container .heading-container .download-app-link {
	text-decoration: underline;
	cursor:	pointer;
}

.meeting-diagnostic-test {
	border: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
