






/*


*/
		
.buttonsCoke {
    float: left;
    padding-bottom: 20px;
    clear: both;
}
div.buttonCoke {
    color: #6e6e6e;
    font: bold 16px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
}
div.buttonCoke:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
div.buttonCoke:active {
    color: #000;
    border-color: #444;
}
div.leftCoke {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}


rect.mcap:hover {
	fill:#000;
}


.axisEarn path,
.axisEarn line {
	fill: none;
	stroke: black;
	shape-rendering: crispEdges;
}

.label text {
	font-size: px;
}

.axisEarn text {
	font-family: sans-serif;
	font-size: 12px;
}


.lgnd {
	font-size: 10px;
	font-family: sans-serif;
}


/*

*/

rect.bars:hover {
	fill:#000;
}

	h1.chartTitle  {
	text-align: center;
	font-family: Arial, Arial, Helvetica, sans-serif;
}


h2.chartTitle  {
	text-align: center;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

.sideNoteHed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


.sideNoteUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: 500
}			

.sideNoteLrg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	fill: #C30D00;
}

.sideNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}		
				

.tick text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.axis path, .axis line {
	fill: none;
	stroke: #000;
	stroke-width: 0.5;
	shape-rendering: crispEdges;
	}
	
#tooltip_2 {
	position: absolute;
	top:0;
	right:0;
	width: 250px;
	height: 55px;
	padding:8px;
	background-color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
	pointer-events: none;
	z-index: 10;
}

#tooltip_2.hidden {
	display: none;
}
#city2 {
	font-size: 18px;
}			

#tooltip_2 p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.labelFIS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.labelFISHead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
}

.NB {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 6px;
	fill: #B0B0B0;
}

