@media only screen and (max-width: 320px) {

.wrapper {
	width: 300px;
	height: 250px;
	position: relative;
	margin: 0px;
	border: 0px solid green;
	background-color: pink;
}

#consensus {
	position: absolute;
	display: none;
	top: 0px;
	right: 0px;
	left: 0px;
	border: 0px solid orange;
}

#consensus_phone {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	left: 0px;
	border: 0px solid orange;
}


.table_left_bold {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	font-weight: 600;
	padding-left: 20px;
	line-height: 20px;
	vertical-align: bottom;
	height: 28px;

}

.table_left {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	font-weight: 400;
	padding-left: 20px;
	line-height: 20px;
	vertical-align: top;
	height: 28px;

}




}





