body {
	color: #363636;
	font: normal 15px/20px 'proxima-nova','Helvetica Neue',Helvetica,sans-serif,Arial;
	padding: 0;
	margin: 0;

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;

	background: #f9f9f9 fixed;
	background-image: radial-gradient(circle closest-corner at center, #ffffff 0%, #f9f9f9 100%);
}
div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div:focus, input:focus, select:focus, textarea:focus {
	outline: 0;
}
a, a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
	outline: none;
	border-color: rgba(51, 51, 51, 0.2);
	
	word-wrap: break-word;
}
a:hover {
	text-decoration: none;
}
div {
	-webkit-font-smoothing: antialiased;
}
p {
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
}
ul, ol {
	list-style-position: inside;
	margin: 0;
	margin-left: 1em 0 0 0;
	padding: 0;
}
input {
	padding: 2px;
}
#container {

	margin: 0 10px;
}
#main {
	margin: auto;
	margin-top: 10px;
	color: #4D4D4D;
	position: relative;
}
#content {
	padding-top: 5px;
	margin-bottom: 1em;
}
.rank {
	text-align: center;
	with: 80%;
		
}
.rank .promo{
	font-size: 1.1em;
}
.rank .title{
	font-size: 1.4em;
	margin: 10px;
}
table {
	width: 100%;
}
td {
	vertical-align: top;
	padding: 5px;
}
th {
	padding: 8px;	
}
th.expand {
	width: 100%;
}
th.sort{
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;		
}
tr{
	border-radius: 2px;	
}
tr:nth-child(even) {
	background-color: #F6F6F6;
}
tr:nth-child(odd) {
	background-color: #eef0f3;
}
tr.ad {
	background-color: #FAF6DD;	
}
td:first-child {
	white-space: nowrap;
}
td .n, td .i {
	float: right;
	font-size: .8em;
	color: #6495ED;
	margin-left: 2px;
	line-height: 1em;
}
h1 {
	text-align: center;
}
h3.details {
	text-align: center;
	font-weight: 200;
	line-height: 1.5em;	
}
#datatable{
	margin: 10px 0;	
}
div.products {
	width: 50%;
	float: left;
	padding: 0 10px 10px 0;
}
div.hunters {
	padding: 0 0 10px 10px;
	border-left: 1px solid #CED5E5;
	width: 50%;
	float: left;
}
.mini.investor{
	display: block;
	content:attr('i')	
}
div.products h2, div.hunters h2 {
	text-align: center;
}
div.ft{
	display: block;
	clear: both;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #CED5E5;	
}

div.twitter{
	position: absolute;
	 right: 0px;
	 margin-top: 1.33em;
}

div.ft .thanks{
	display: block;
	text-align: center;
	font-size: 1.2em;

}

.discovery {
	background: #534540;
	color: white;
	padding: 20px 20px;
}
.discovery a {
	color: #fff;
	border: 0;
}
.discovery h2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 5px;
}
.discovery h3 {
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 20px;
	color: #B4AEAB;
}

.frame {
	margin: 0;
	padding: 0;
	border: 0;

	width: 100%;
	position: absolute;
	top: 120px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.frame iframe {
	margin: 0;
	padding: 0;
	border: 0;

	width: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;	
	height: 100%;
}

.discovery .pj {
	position: absolute;
	right: 40px;
	top: 20px;	
}
.discovery .next {
	font-size: 1.1em;
	line-height: 2em;
}

.discovery .pj:before {
  content:url('http://www.producthunt.com/assets/comment-0978205d4a4a58708c1a31f82ab47e04.png');
  width: 16px;
  height: 16px;
  display: inline-block;
}


@media all and (max-width: 800px) {
	a {
		max-width: 330px;	
		overflow: hidden;
		
		display: inline-block;
		vertical-align: middle;
		white-space: nowrap;
	}
	#main {
		max-width: 99%;
		
	}
	div.products, div.hunters {
		float: none;
		width: 98%;
		margin: auto;
		padding: 0;
		border: none;
	}
	div.twitter{
		position: relative;
		margin: 10px;
		text-align: center;
	}
}