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

/* ===== Comparison Table Container ===== */

#comparison-table-container-studio {
	overflow:auto;
	height:400px;
	width:537px;
}

/* ===== Comparison Table ===== */

#comparison-table-studio {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#comparison-table-studio th {
	width:280px;
	text-align:left;
	font-weight:normal;
	border:1px solid #fff;
	padding:10px;
	background-color:#6aa3ff;
	color:#fff;
	font-weight:bold;
}

#comparison-table-studio td {
	width:180px;	
	padding:10px;
	text-align:center;
}

.comparison-table-studio-white {
	border:1px solid #fff;
	background-color:#fff;
	border-right:1px solid #e8e8e8;
}

.comparison-table-studio-gray {
	border:1px solid #e8e8e8;
	background-color:#e8e8e8;
	border-right:1px solid #fff;
}
