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: 28px;
  font-weight: 700;
  line-height: 26px;
  color: #65a897;
  margin: -3px 25px 0px 0;
  padding: 10px 0 0 0;
}

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

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

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

.top-rule {
  background-color: #c64526 !important;
  display: block;
    width: 8.75rem;
    height: 0.125rem;
    margin: 0;
    border: 0;
    margin-bottom: 0.1875rem;
}

/*chart styles*/
  .g-county-group line {
  	stroke:#333333;
    stroke-width: 2px;
  }

  .g-county-group circle {
  	fill: #333333;
  }

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

    .x.axis line {
      fill: none;
      stroke: #ffffff;
      shape-rendering: crispEdges;
      stroke-width: 1px;
    }

  .tick.g-baseline line {
    	stroke: #333333;
    	stroke-dasharray: 0;
    	stroke-width: 1px;
  } 

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

    .y.axis text {
      text-anchor: start !important;
      font-size:13px;
      fill: #767676;
    }

    .tick.g-baseline text {
    	display: none;
    }

    .tick.bolded text {
      font-weight: 700;
      fill: #333333;
    }

    .domain {
      display: none;
    }

    .repRect {
    	fill: #dd8f7d;
    	opacity: 0.5;
    }

    .demRect {
    	fill: #c0ccdd;
    	opacity: 0.5;
    }

    .partylabel {
      fill: #333333;
      font-weight: 700;
      font-size: 16px;
      font-family: 'Guardian Egyptian Web', Georgia;
    }

    .yearlabel {
      fill: #333333;
      font-weight: 700;
      font-size: 14px;
      font-family: 'Guardian Text Sans Web',Arial,sans-serif;
    }

    .arrow {
      width: 60px;
      display: inline;
    }

    .bold-text {
      font-weight: 700;
    }


