div.jqplot-title{
	left:-20px !important;
}
div.jqplot-target{
	width: 250px;
	height: 170px;
	margin:10px 42px;
}
canvas.jqplot-grid-canvas{
	position:absolute;
	left: 0px !important;
	top:0px;
}

div.jqplot-xaxis{
	bottom: -10px !important;
	left:0px !important;
}

div.jqplot-yaxis{
	left:-10px !important;
}

div.jqplot-title{
	margin-bottom:10px;
}

canvas.jqplot-series-canvas {

}

.jqplot-image-button {
    margin-bottom: 15px;
    margin-top: 15px;
}

div.jqplot-image-container {
    position: relative;
    z-index: 11;
    margin: auto;
    display: none;
    background-color: #ffffff;
    border: 1px solid #999;
    display: inline-block;
    margin-top: 25px;
}

div.jqplot-image-container-header {
    font-size: 1.0em;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #eee;
}

div.jqplot-image-container-content {
    padding: 15px;
    background-color: #ffffff;
}

a.jqplot-image-container-close {
    float: right;
}

.jqplot-table-legend-label {
    white-space: nowrap;
}

div.syntaxhighlighter {
    margin-top: 4em !important;
    margin-bottom: 3em !important;
}