body {
  font-family: 'Guardian Text Egyptian Web';
  font-size: 16px;
  line-height: 1.4;
  display: block;
  margin: 0;
  padding: 0;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a, a:link, a:visited {
  text-decoration: none;
  color: #005689;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-family: 'Guardian Egyptian Web';
  font-weight: 500;
}

h3 {
  font-family: 'Guardian Egyptian Web', Georgia;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;

  margin: -5px 25px 10px 0;
  padding: 10px 0 0 0;
}

p {
  font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
  font-size: 14px;
}


/*template styles*/
.gia-chart-wrapper {
  border-top: 2px solid #4bc6df;
  max-width: 620px;
  margin: 0 auto;
}

.gia-source {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  color: #bdbdbd;
  padding: 3px 0;
  font-size: 12px;
  font-family: 'Guardian Text Sans Web',Arial,sans-serif;
}



/*chart styles*/
  .y.axis line {
    fill: none;
    stroke: #dcdcdc;
    stroke-dasharray: 1px 1px;
    shape-rendering: crispEdges;
    stroke-width: 1px;
  }

  .x.axis line {
    display: none;
  }

  .axis text {
    font-family: 'Guardian Text Sans Web',Arial,sans-serif;
    font-size: 12px;
    pointer-events: none;
    fill: #bdbdbd;
  }

  .y.axis text {
    text-anchor: end !important;
    font-size:12px;
    fill: #bdbdbd;
  }

  .y.axis .g-baseline line {
  	fill: none;
    stroke: #333333;
    shape-rendering: crispEdges;
    stroke-width: 1px;
    stroke-dasharray:none;
  }

  .domain {
    display: none;
  }

  .fair::before {
      display: inline-block;
      width:11px;
      height:11px;
      content: '';
      background-color: #005689;
      position: relative;
      top: 1;
      margin: 0 4px 0 0;
  }

  .weak::before {
      display: inline-block;
      width:11px;
      height:11px;
      content: '';
      background-color: #4bc6df;
      position: relative;
      top: 1;
      margin: 0 4px 0 0;
  }	

  .contested::before {
      display: inline-block;
      width:11px;
      height:11px;
      content: '';
      background-color: #ffbb00;
      position: relative;
      top: 1;
      margin: 0 4px 0 ;
  }	

  .disproved::before {
      display: inline-block;
      width:11px;
      height:11px;
      content: '';
      background-color: #e6711b;
      position: relative;
      top: 1;
      margin: 0 4px 0 0;
  }	

  .NCSR::before {
      display: inline-block;
      width:11px;
      height:11px;
      content: '';
      background-color: #bdbdbd;
      position: relative;
      top: 1;
      margin: 0 4px 0 0;
  }

  .confirmed::before {
      display: inline-block;
      width:11px;
      height:11px;
      content: '';
      background-color: #333333;
      position: relative;
      top: 1;
      margin: 0 4px 0 0;
  }

  .block {
  	margin: 0 15px 5px 0;
  	float: left;
  }

  .block-container {
  	float: left;
  	margin: 0;
  }

  @media(max-width: 500px) {
  	.block-container {
  		display: block;
  	}
  }

  @media(max-width: 375px) {
  	.weak {
  		display: block;
  	}

  	.weak::before {
  		margin: 5px 4px 0 0;
  	}
  }

