

.wrapper {
	width: 940px;
	height: 230px;
	position: relative;
	margin: 0px;
	border: 0px solid green;
	background-color: #ffffff;
}

#consensus {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	left: 0px;
	border: 0px solid orange;
}

#consensus_phone {
	position: absolute;
	display: none;
	top: 0px;
	right: 0px;
	left: 0px;
	border: 0px solid orange;
}



.border_head {
	text-align: center;

	border-style: solid;
	border-width: 0px;
	border-color: #2a2a2a;
}

.border_main {
	text-align: center;

	border-style: solid;
	border-width: 0px;
	border-color: #d0d0d0;
}

table {
 	border-collapse: collapse;
}


.table_left {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	font-weight: 400;
	line-height: 24px;
	padding-left: 20px;
	height: 45px;

}

.table_left_bold {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	font-weight: 600;
	line-height: 24px;
	padding-left: 20px;
	height: 45px;

}





