body {
	padding: 10px 10px 20px
}

.chartWrapper {
	width: 600px;
	margin-right: 5px;
	display: inline-block;
}

.chart {
	width: 100%;
	height: 450px;
}

.small-chart {
	width: 50px;
	height: 30px;
	float: right;
}

/* Chart stuff */
.sideText {
	font-size: 12pt;
	font-weight: 600;
	font-family: "Proxima Sans", sans-serif;
}

.grid line {
		shape-rendering: crispEdges;
		stroke: #ccc;
}

.tick line {
	stroke: #ccc;
	stroke-width:1;
}

.axis {
	font-family: Rajdhani, sans-serif;
	font-weight: 400;
	color: black;
	font-size: 11pt;
}

.x.axis path {
	stroke: #444;
}

.x.axis .tick text {
padding-top:10px;
}

.line {
	fill: none;
	stroke: #EC1B23;
	stroke-width: 3.5;
	stroke-antialiasing:true;
	opacity: .4;
}

.chartWrapper h1 {
	font-family: "Proxima Nova", sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 14pt;
	text-align: center;
    margin-bottom: 5px;
}

/* Image portraits */
.portrait {
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

/* Table */

.author {
	font-family: "Lyon Display";
	font-size: 12pt;
	margin-bottom: 5px;
}

.booktitle {
	font-family: "Lyon Display";
	font-size: 18pt;
}

.published {
	margin-top: 3px;
	font-family: "Proxima Nova", sans-serif;
	font-size: 10pt;
	color: #333;
	font-weight: 100;
	text-transform: uppercase;
}

.header {
	font-family: "Proxima Nova";
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: 300;
	color: #333;
	width: 100px;
	float: left;
}

table .candidate {

}

td {
	position: relative;
	padding: 5px 15px;
	padding: 7px 22px;
	border-bottom: 1px solid #99;
}

td.candidate_portrait {
	padding-left: 0px;
	padding-right: 0px;
}

td.sales {
	width: 157px;
	width: 55px;
}

td.spark {
	width: 50px;
}

table {
	width: 580px;
	border-collapse: collapse;
	margin: auto;
}

table .divider {
	height: 60%;
	width: 1px;
	float: right;
	margin-left: 10px;
	position: absolute;
	right: 0;
	top: 20%;
	background-color: #bbb;
}

table .number {
	font-family: Rajdhani, sans-serif;
	font-size: 22pt;
	position:relative;
	top: 7px;
	top: 3px;
	text-align: center;
}



.small-chart .line {
	opacity: 1;
	stroke-width: 2px;
}

.no-chart {
	font-family: "Rajdhani", sans-serif;
	font-size: 9pt;
	font-weight: 600;
	color: #333;
	text-align: center;
	padding-top: 8px;
	text-transform: uppercase;
	font-weight: 500;
}

th {
	font-family: "Proxima Nova";
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: 300;
	color: #333;
	position: relative;
	top: 10px;
	vertical-align:bottom;

	
}

/* Mobile */
@media screen and (max-width: 600px) {
	
	body {
		padding: 10px 0px 20px 5px;
	}
	
	table {
		width: 100%;	
	}
	
	.candidate_portrait {
		display: none;
	}
	
	.candidate_header {
		display:none;
	}
	
	td.candidate {
		padding-left: 0px;
	}
	
	.booktitle {
		font-size: 15pt;
	}
	
	.published {
		font-size: 9pt;
	}
	
	td {
		padding:11px 13px;
		padding-bottom: 11px;
		padding-top: 11px;
	}
}
