#features-graph {
    float: left;
    width: 1100px;
    height: 580px;
    margin-top: 30px;
    margin-left: 20px;
}
#features-table {
	width: 100%;
	color: white;
	background-color: #3b4041;
	font-family: Arial, sans-serif;
}
#features-table tr {
	height: 40px;
}
#features-table tr:nth-child(even) {
	background-color: #333;
}
#features-table td {
	margin: 5px 5px 5px 5px;
	border: 6px solid #3b4041;
	border-collapse: collapse;
	width: 80px;
	text-align: left;
	padding-left: 50px;
	font-size: 20px;
}
#features-table th {
	text-align: center;
	background-color: #2980b9;
	border: 6px solid #3b4041;
}
#features-table .first-col {
	text-align: left;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
}
#features-table .blank-cell {
	background-color: #3b4041;
}
.xl {
	color: orange;
	font-size: 12px;
	font-weight: bold;
}
#feature-table-legend {
	color: white;
	font-style: italic;
	font-size: 11px;
	text-align: right;
}
