@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200);

body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #fff;
  color: #666;
  font-size: 14pt;
  font-weight: 200;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
}

.title {
}
h1 {
  text-align: left;
  font-size: 18pt;
  padding: 30px 0 15px 60px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 960px;
  /* border-left: 20px solid #364656; */
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
  margin-top: 0;
}

.section {
  border-left:  5px solid #eee;
  border-right: 5px solid #eee;
  margin-bottom: 40px;
  vertical-align: top;
  border-bottom: 20px solid #eee;
}
.section-content {
  padding: 20px;
  overflow: hidden;
}

.info-column {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  line-height: 1.35;
  padding: 0 10px;
}

.section h2 {
  text-align: left;
  background-color: #eee;
  color: #666;
  padding: 10px;
  margin: 0;
  border-left: 20px solid #00ADF3;
}

.container {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

#games {
  height: 400px;
}
#games ul {
  padding: 0;
  margin: 0;
}
.game-link {
  list-style: none;
  cursor: pointer;
  padding: 2px 10px;
  font-size: 12pt;
}
.game-link.active {
  color: #00ADF3;
  font-weight: 300;
}
.game-link.active:hover {
  color: #40CDF3;
}
.game-link:hover {
  color: #00ADF3;
}
.games-list {
  height: 400px;
  overflow-y: scroll;
  width: 30%;
  float: left;
}
.games-list-chart {
  height: 400px;
  width: 66%;
  float: right;
}

#game-stats p, #main-stats p {
  margin:  0;
  padding: 0;
  display: inline-block;
  width: 32%;
  text-align: center;
  font-size: 12pt;
}

a, a:visited {
  color: #00ADF3;
  text-decoration: none;
}
a:hover {
  color: #40CDF3;
}

.tooltip {   
  pointer-events: none;
  position: absolute;           
  background-color: #fff;
  margin: 0;
  border: 2px solid #eee;
  text-align: center;
}
.tooltip-footer {
  background-color: #eee;
  margin: 0;
  padding-right: 10px;
  padding-left: 5px;
  font-size: 10pt;
  text-align: center;
}

.tip-game {
  background-color: #eee;
  color: #444;
  border-left: 10px solid #00ADF3;
  margin: 0;
  padding-right: 10px;
  padding-left: 5px;
  font-weight: normal;
}

.tip-text {
  padding: 3px 15px;
}

.tip-viewers { color: #00ADF3; }
.tip-total { color: #D38D00; }

#main-chart {
  cursor: pointer;
}
