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

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

	background: #f9f9f9;
}
div {
	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 {
    max-width: 900px;
	margin: 0 auto;
}
#main {
	margin: 10px auto;
	color: #4D4D4D;
	position: relative;
}
#content {
	padding-top: 5px;
	margin-bottom: 1em;
}
.rank {
	text-align: center;
	width: 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;
	user-select: none;		
}
tr{
	border-radius: 2px;	
}
tr:nth-child(even) {
	background-color: #F6F6F6;
}
tr:nth-child(odd) {
	background-color: #eef0f3;
}
tr.promo {
	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;	
}

hr {
    border: none;
    border-bottom: 1px solid #c8cacc;
    margin: 10px 0;
}

.ad {
    border: none;
    display: block;
    padding: 10px 20px;
    margin: 10px 0;
    background: #eef0f3;
    text-decoration: underline;
    font-size: 1.1em;
}

.ad::before {
    content: "\1F449";
    display: inline-block;
    position: relative;
    margin-right: 24px;
    vertical-align: middle;
    font-size: 1.4em;
}

#datatable{
	margin: 10px 0;	
}
div.products, div.hunters, div.makers {

	margin: 20px 0;
}

.mini.investor{
	display: block;
	content:attr('i');	
}
div.products h2, div.hunters h2, div.makers 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 {
    width: 16px;
    height: 16px;
    display: inline-block;
}


@media all and (max-width: 800px) {
    body {
        word-wrap: break-word;    
    }
	a {
		vertical-align: top;
	}
	.scroll {
	    overflow: scroll;
	}
	table td:first-of-type a {
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
	}
	#main, #container {
		margin: 10px;
	}
	div.products, div.hunters {
		width: 100%;
		margin: auto;
		padding: 0;
		border: none;
	}
	div.twitter{
		position: relative;
		margin: 10px;
		text-align: center;
	}
}