/*
Shared formatting.
*/

/*
body, svg, text {
  font-size: 10px;
  font-family: sans-serif;
}

.item {
  margin-top: 10px;
}

*/

.caption {
  text-align: center;
  text-anchor: middle;
  font-family: titilium,"helvetica","sans-serif";
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 24px;
  color: #696969;
  fill: #696969;
  line-height: 1em;
}

.infotext{
  font-size: 12px;
  fill: gray !important;
  font-family: "Source Sans Pro","helvetica", "sans-serif";
  text-transform: none !important;
}

/*
  Bookend formatting.
*/

.title {
  text-align: center;
  font-size: 32px;
  color: white;
  stroke: grey;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: grey;
  stroke-width: 1px;
}

a {
	color: #e61719;
  text-decoration: none;
}

.cover {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#panel-4 {
  height: 400px;
  width: 900px;
  display: table-cell;
  vertical-align: middle;
  horizontal-align: middle;
}

.issuuembed {
  margin-left: auto;
  margin-right: auto;
}

p.finale {
  margin-left: auto;
  margin-right: auto;
  width: 18em;
  font-size: 36px;
  font-family: titilium,"helvetica","sans-serif";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: uppercase;

}


/*
Histogram formatting.
*/

.label {
  font-size: 14px;
  color: #888888;
}

.axis text {
  font-size: 10px;
}

.axis path, .axis line {
  fill: none;
  stroke: #000;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}

.domain {
  fill: none;
  stroke: black;
  stroke-width: 1;
}

.box {
  fill: grey;
}

.box:hover {
  fill: #e61719 !important;
  cursor: pointer;
}

.bar {
  text-anchor: left;
}


/*
Map formatting.
*/

.mapdate {
  font-size: 48px;
  font-family: titilium,"helvetica","sans-serif";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  fill: white;
  stroke: grey;
  stroke-width: 2px;
}

.land {
  fill: #fff;
  stroke: grey;
}

.colorkey {
  font-size: 10px;
}

.group{
  cursor: pointer;
}
/*
Rows formatting.
*/
.bar-label, .key-label {
  font-size: 14px;
  color: #888888;
}

.bar-caption {
  font-size: 18px;
  fill: #444;
  font-family: titilium,"helvetica","sans-serif";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: uppercase;
}

.keywrapper{
  border: 1px solid #869791 ;

}

/* venn diagram */

.ellipse{
  cursor: pointer;
}


.venn-label{
  font-size: 12px;

}

.tooltipp{
  width: 10em !important;
}


/* d3-tip styles still used throughout vis - they're nice!*/
.d3-tip {
  font-size: 14px;
  line-height: 1;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  pointer-events: none;
  width: 20em;
}

.d3-tip.map {
  font-family: "Source Sans Pro","helvetica","sans-serif";
  padding: 0.5em;
  width: 8em;
  background: rgba(64,64,64,0.5);
}

/*
Owl navigation customization.

THIS EXPERIMENT FAILED, so hiding it...

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0px;
  top: 40%;
  height: 15%;
  width: 3%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  display: table;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0px;
  top: 40%;
  height: 15%;
  width: 3%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: table;
}

.owl-buttons p {
  display: table-cell;
  vertical-align: middle;
}

*/
