body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

body.drag .people, body.drag .company, body.drag .firm {
	cursor: -webkit-grabbing;
}

svg {
	cursor: -webkit-grab;
}

.company, .people, .firm {
	cursor: pointer;	 
}

.link { 
	stroke: #e8e8e8;
	stroke-width: 2;
}

.nodetext {
	pointer-events: none;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	fill: #000000;
}

.company.nodetext {
	font: 10px;
}

.people.nodetext {

}

button, select {
	position: absolute;
	z-index: 999;
}

.sidebar {
	position: absolute;
	z-index: 999;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	background-color: red;
	opacity: .9;
}

.sidebar.active {
	right: 0;
}

#header {
	background-color: rgba(0,102,153,0.9);
	position: absolute;
	right: 0;
	left: 0;
	height: 50px;
	min-width: 900px;
}

#footer {
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	right: 0;
	left: 0;
	height: 50px;
	min-width: 1100px;
	bottom: 0;
}

#share {
	position: absolute;
	font-size: 12px;
	z-index: 100;
	color: white;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	background-color: #f5f5f5;
	padding: 15px;
	padding-left: 15px;
}

.copyright {
	position: absolute;
	right: 15px;
	top: 19px;
	color: black;
}

.cbinsights {
	margin-left: 20px;
	margin-top: 6px;
}

.cbinsights img, .cbinsights h1 {
	float: left;
}

.cbinsights h1 {
	font-size: 15px;
	color: white;
	margin-left: 10px;
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#header a.explain {
	color: white;
	font-size: 11px;
}


#filter {
	position: absolute;
	top: 0;
	height: 50px;
	left: 170px;
	width: 800px;
	border-left: 1px solid rgba(255,255,255,0.2);
	
}

#switch {
	position: absolute;
	top: 0;
	right: 15px;
	height: 50px;
	border-left: 1px solid rgba(255,255,255,0.2);
}

.rankby {
	font-size: 12px;
	margin-top: 18px;
	margin-left: 20px;
	color: white;
	float: left;
	margin-right: 0px;
}

.types {
	float: left;
	margin-top: 13px;
	margin-left: 10px;
}

.types input {
	display: none;
}

label {
	background-color: rgba(255,255,255,0.2);
	padding: 5px;
	border-radius: 10px;
	font-size: 13px;
	color: white;
	-webkit-transition: background-color .1s ease-in-out, color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out, color .1s ease-in-out;
	-o-transition: background-color .1s ease-in-out, color .1s ease-in-out;
	transition: background-color .1s ease-in-out, color .1s ease-in-out;
}

label:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.9);
	color: black;
}

input[type="checkbox"]:checked + label {
	background-color: #ff6633;
}

input[type="checkbox"]:checked + label:hover {
	color: white;
}

#list-view-button, #graph-view-button {
	color: white;
	text-decoration: none;
}


body.graph #list-view-button {
	display: inline-block;
}

body.graph #graph-view-button, body.graph #list {
	display: none;
}

body.list #list-view-button, body.list #graph {
	display: none;
}

body.list #graph-view-button {
	display: inline-block;
}

#list {
	position: absolute;
	top: 50px;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999;
	overflow-y: auto;
}

table {
  border-collapse: collapse;
  float: left;
  border: 0;
  width: 100%;
}
th, td {
  padding: 5px 10px;
  border: 0;
}
th {
  background-color: #eee;
  display: none;
}
th[data-sort]{
  cursor:pointer;
}
tr.awesome{
  color: red;
}

.overall {
	display: none;
}

td {
}

.innertd {
	position: relative;
}


tr {
	border-bottom: 1px solid #f1f1f1;
	background-color: #fff;
}

tr:hover {
	background-color: #f5f5f5;
}

tr:hover img {
	border: 2px solid rgb(0,102,153);
}

tr:hover span.rank {
	color: rgb(0,102,153);
}

td img {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	float: left;
	border: 2px solid transparent;
}

td h1 {
	float: left;
	font-weight: bold;
	width: 100%;
	margin: 0;
	font-size: 18px;
	margin-top: 5px;
}

td a {
	color: inherit;
	text-decoration: none;
	
}

td a:hover {
	text-decoration: underline;
	color: rgb(0,102,153);
}

tr h2 {
	font-weight: normal;
	width: 100%;
	margin: 0;
	font-size: 12px;
	margin-top: 5px;
	float: left;
	color: #a4a4a4;
}

td.thumbnail {
	width: 40px;
	
}

td.thumbnail img {
	margin: 15px;
	float: left;
}

span.rank {
	position: absolute;
	font-size: 35px;
	font-weight: bold;
	color: #c4c4c4;
	top: 6px;
	right: 25px;
	z-index: 999;
}

.login {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	background-color: #f5f5f5;
	opacity: .9;
	font-size: 13px;
	padding: 15px;
}

#sharebuttons {
  float:left;
  width: 500px;
}
.sharrre .button{
  float:left;
  width:auto;
  margin-right: 20px;
}

#introduction {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.95);
	z-index: 99999;
}

#introduction h1 {
	line-height: 20px;
	font-size: 16px;
}

#introtext {
	width: 500px;
	margin: 0 auto;	
	margin-top: 16%;
	line-height: 18px;
	font-size: 14px;
}

#introduction button {
	background-color: rgb(0,102,153);
	color: white;
	font-size: 14px;
	border: 0;
	padding: 7px 10px 7px 10px;
	border-radius: 5px;
	cursor: pointer;
}

#introduction button:hover {
	background-color: rgb(0,90,153);
}