#content {
	float: right;
	width: 977px;
}

.comparison-table {
	font-size: 0.8em;
	border-collapse: collapse;
	margin-right: 18px;
}

.comparison-table.featured td {
	font-size: 1.1em;
}

.comparison-table thead th {
	background: rgb(247, 99, 1);
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
}

.comparison-table tbody th {
	background: rgb(223, 232, 238);
	color: rgb(45, 83, 160);
	text-align: left;
	text-transform: uppercase;
	font-size: 1.2em;
}

.comparison-table tbody tr th {
	vertical-align: top;
}

.comparison-table tbody tr td {
	text-align: center;
	vertical-align: top;
}

.comparison-table tr, .comparison-table th, .comparison-table td {
	padding: 0;
}

[class^=badge]>img {
	vertical-align: middle;
	width:16px;
}

[class^=badge] {
	font-size:1.2em;
	font-weight: bold;
}

[class^=badge] .badge-name {
	display: inline-block;
	padding-left:10px;
	width: 80px;
	vertical-align: middle;
}

.badge-android {
	color: #a4c639;
}

.badge-apple {
	color: #bcbcbc;
}

.badge-windows-phone {
	color: #cb0000;
}

.badge-windows8 {
	color: #0032a2;
}

.badge-soon {
	color: #888;
	font-style: italic;
}

a.our-app {
	font-size: 1.2em;
}

a.our-app .badge-name {
	text-decoration: underline;
}

a.our-app:hover .badge-android .badge-name {
	color: #c6e85b;
}

[class^=feature-] {
	font-size:1.2em;
	font-weight: bold;
}

.feature-ok {
	color: #3c9600;
}

.feature-nook {
	color: #e51904;
}

.feature-notice {
	color: #ffa500;
}

.feature-notice>img {
	vertical-align: middle;
}

ul {
	text-align: left;
	padding-left: 20px;
	margin-left: 10px;
}

ul.features li, ul.comments li {
	margin-bottom: 3px;
	margin-top: 3px;
}

ul.systems {
	list-style: none;
	padding-left:0;
}

.comparison-table tbody tr:nth-child(even) {
	background: #f6f6f6;
}
.comparison-table tbody tr:nth-child(odd) {
	background: #fff;
}

.comparison-table tbody tr:nth-child(even) .col1 {
	background: rgb(233, 242, 248);
}

.comparison-table tbody tr:nth-child(odd) .col1 {
	background: rgb(243, 252, 258);
}

.comparison-table tbody tr:nth-child(even) .col3 {
	background: #f1f1f1;
}

.comparison-table tbody tr:nth-child(odd) .col3 {
	background: #fcfcfc;
}

.comparison-table tbody td, .comparison-table tbody th {
	width: 19%;
	padding: 5px;
}


.comparison-table th.subtitle {
	color: rgb(247, 99, 1);
}

.comparison-table tbody .col1 {
	width: 24%;
}

.comparison-table .interesting {
	font-weight: bold;
	font-size: 1.3em;
}

.comparison-table .interesting small {
	font-size: 0.7em;
	color: #444;
	font-style: italic;
}

.comparison-info {
	margin: 20px 10px 10px 0;
}

.comparison-info p {
	margin-bottom: 10px;
	font-size: 1em;
}

.comparison-date {
	font-size: 0.8em;
}