@charset "UTF-8";

#table_comparison {
	text-align:center;
	margin: 20px 0 40px;
    max-width: 650px;
	width:100%;
    border-collapse: collapse;
    border-spacing: 0;
	margin-left:auto; 
    margin-right:auto;
}

th.first {
    background:#FFF;
	border:0px;
	border-radius:0px;
    width: 350px;
}

th {
	font-size:18px;
	color:#FFF;
	background-color:#666;
	border-radius:10px 10px 0px  0px;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	height:32px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#656768), to(#888d8e));
	background: -webkit-linear-gradient(top, #656768, #888d8e);
	background: -moz-linear-gradient(top, #656768, #888d8e);
  	background: -ms-linear-gradient(top, #656768, #888d8e);
  	background: -o-linear-gradient(top, #656768, #888d8e);
}

tr.EvenRow td {
	background-color:#CCC;
}

tr.OddRow td {
	background-color:#F2F2F2;
}

td.CheckMark {
	background: url(images/GreenCheck.png)  no-repeat scroll center center #F2F2F2;
    margin: 0 auto;
    text-align: center;
    text-indent: -5000px;
}

td.NoCheckMark {
	background: no-repeat scroll center center #F2F2F2;
    margin: 0 auto;
    text-align: center;
    text-indent: -5000px;
}

/* ----- Normal Content -----*/
@media only screen and (min-width: 800px) {
	
	tbody td {
		font-size:16px;
		border:2px solid #666;
		height:32px;
		color:#006;
		text-align:justify;
		padding-left:30px;
	}
}

/* ----- Mobile Content -----*/
@media only screen and (min-width: 350px) and (max-width: 799px) {
	
	tbody td {
		font-size:14px;
		border:2px solid #666;
		height:32px;
		color:#006;
		text-align:justify;
	}
}
