@media only screen and (max-width: 320px) {

.wrapper {
	width: 100%;
	position: relative;
	margin: 0px;
	border: 0px solid green;
	background-color: red;
}

#graph {
	position: absolute;
	display: none;
	top: 0px;
	right: 0px;
	left: 0px;
	border: 0px solid orange;
}

#graph_hepsdeps {
	position: absolute;
	width: 100%;
	display: block;
	top: 0px;
	right: 0px;
	left: 0px;
	border: 0px solid orange;
}

.text_left {
	font-size: 0px;
	text-align: left;

}

.text_center {
	font-size: 0px;
	text-align: center;

}

.text_right {
	font-size: 0px;
	text-align: right;

}


.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;

}

.spacer {
	height: 9px;

}

}



