
   
#rsi_indicator_chart { 
	margin-top: 20px;
    margin-bottom: 20px; 
    /*height: 200px; */
}

#rsi_indicator_chart g.axis .domain,
#rsi_indicator_chart g.axis .tick line { fill: none; stroke-width: 0.3; stroke: black; }
#rsi_indicator_chart g.axis text { font: 10px sans-serif; }

#rsi_indicator_chart g.rsiIndicator path.rsi {
    fill: none;
    stroke: #09f;
    stroke-width: 1;
    stroke-dasharray: 3, 3;
    opacity: 1; 
}
#rsi_indicator_chart g.rsiIndicator line.marker {
    fill: none;
    stroke: #666;
    stroke-width: 0.5;
    stroke-dasharray: 3, 3;
    opacity: 1; 
}
#rsi_indicator_chart g.rsiIndicator line.marker.centre {
    fill: none;
    stroke: #666;
    stroke-width: 0.5;
    stroke-dasharray: 1, 3;
    opacity: 1; 
}
