/* Create two equal columns that floats next to each other */
.column-left {
	float: left;
	width: 30%;
	padding: 10px;	
}

.column-right {
	float: left;
	width: 70%;
	padding: 10px;	
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
	margin-bottom: 20px;	
}

.column-left img {
	width: 90%;
}

.jqplot-yaxis-tick {
	margin-left: 50px;
}

.jqplot-yaxis-label{
  margin-left: -50px;
}
