/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-Jun-2015, 20:41:53
    Author     : christopher
*/

html, body {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  margin: 0 auto;
  padding: 0;
  letter-spacing: -1px;
  font-family: Verdana, Helvetica, Arial, sans-serif; }

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

.container_large {
  width: 1300px;
  margin: 0 auto; }

header {
  padding-bottom: 20px;
  position: relative;
  margin: 0 auto;
  background: transparent url("../AWI/globalwarmingindex.png") no-repeat scroll 0% 0%;
  height: 149px ; width:853px ;}
  header h1 {
    display: none; }
  header p.strapline {
    display: none; }

h2 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin: 30px 0; }

h3 {
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    margin: 30px 0; }


svg {
  margin: 0 auto;
  padding: 0; }
  svg g {
    background: none; }

p.controls {
  text-align: center;
  margin: 15px 0;
  color: #888; }
  p.controls a {
    color: #888; }

.row-label {
  text-anchor: middle; }

body {
  text-align: center; }

#current-temp-rise {
  font-size: 34px;
  font-family: 'Droid Sans Mono', 'Courier New', Courier, monospace;
  display: inline-block;
  padding: 5px 10px;
  background: #ab180e;
  margin: 20px 0 10px;
  color: #fff; }
  #current-temp-rise span {
    font-family: 'Courier New', Courier, monospace; }

#current-carbon-emissions {
  font-size: 20px;
  font-family: 'Courier New', Courier, monospace;
  display: inline-block;
  padding: 5px 75px;
  background: black;
  margin: 0px 10px;
  color: #fff; }
  #current-carbon-emissions span {
    font-family: 'Courier New', Courier, monospace; }

#current-carbon-emissions_gtc {
  font-size: 15px;
  font-family: 'Courier New', Courier, monospace;
  display: inline-block;
  padding: 5px 199px;
  background: black;
  margin: 0px 0 10px;
  color: #fff; }
  #current-carbon-emissions_gtc span {
    font-family: 'Courier New', Courier, monospace; }

#current-nonCO2_RF {
  font-size: 20px;
  font-family: 'Droid Sans Mono', 'Courier New', Courier, monospace;
  display: inline-block;
  padding: 5px 15px;
  background: #a8a5a5;
  margin: 0px 0 10px;
  color: #fff; }
  #current-nonCO2_RF span {
    font-family: 'Courier New', Courier, monospace; }

p {
  margin: 10px 0 20px 0;
  font-weight: 100; 
  font-size: 15px}

.ticks {
  stroke: #000000;
  stroke-width: 3px; }

.date, #date-count {
  font-size: 24px;
  font-weight: 700;
  color: #444;
  font-family: 'Courier New', Courier, monospace; }

.whathavewedonehere {
  font-size: 14px;
  padding-left: 60px;
  padding-right: 60px}

.paper {
  padding: 20px;
  background: white url("../img/ajax-loader.gif") scroll no-repeat center center; }
  .paper #graph {
    background: white;
    padding: 0;
    opacity: 0;
    overflow: hidden; }
  .paper.loaded {
    background-image: none; }
    .paper.loaded #graph {
      opacity: 1; }

article {
  margin: 0; }

.credit {
  font-size: 90%;
  text-align: center;
  margin-top: 20px; }

.details {
  margin: 0 auto;
  padding: 20px 0; }
  .details p {
    text-align: left;
    line-height: 150%;
    color: #333; }

footer {
  margin: 0 0 20px 0; }
  footer p {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin: 0; }


/*# sourceMappingURL=therm.css.map */
