@charset "UTF-8";
/* CSS Document */

#lookback-header { }

.linespark { 
	width: 60vw;
    margin: 0 auto;
    padding-bottom: 5px; 
	background-color: #ffffff; 
	
}

.linespark tr {
	background-image: url("/lookback/images/lbkstem.png");
	background-repeat: repeat-x;
	background-size: 60% 90%;
	background-position: bottom; /*1px 4px;*/
	background-color: #ddd; /*couleur cellules*/
	
}

.sparkpoints tr { 	
	height: 56px;
 }

.linespark td { 
	padding-bottom: 0px; 
}

.yearheader td { 
	font-family: sans-serif; 
	font-size: 0.8em; 
	text-align: center; 
	background-color: #ffffff;
	height:20px; 
}

.sparkpoints td {   
	height: 56px;
    text-align: left;
	vertical-align: bottom;

}


