/* GLOBALS */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body  {
	font-family: 'Droid Serif';
}

#viz h1,
#viz h2,
#viz h3,
#viz h4,
#viz h5,
#viz h6 {
	font-family: 'DharmaGothicE', sans-serif!important;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 5px 0;
}

#viz p {
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
}


/* LABELS */
#viz .label {
	font-family: 'epocapro', sans-serif;
	font-weight: 400!important;
	font-style: normal!important;
	padding: 2px 4px;
	border: 1px solid hsla(0,0%,0%,0.1);
	border-radius: 0px;
	background-color: #000;
	color: white;
}

/* LEGENDS */
#viz .legend {
	font-family: 'epocapro', sans-serif;
	font-weight: normal!important;
	font-style: italic!important;
	font-size: 0.9rem;
	line-height: 1.4;
	margin: 0;
}
#viz .legend .label {
	position: relative;
	top: -1px;
	margin-right:  1px;
	font-style: normal!important;
	font-weight: 500!important;
}
#viz .legend img {
	max-height: 1.8rem;
	position: relative;
	top: 4px;
}

/* ATTRIBUTION */
#viz .attribution {
	font-family: 'epocapro', sans-serif;
	font-weight: 500!important;
	font-style: italic!important;
	font-size: small;
}

#viz .attribution a {
	color: #00549E;
	font-style: normal;
}


/* SOCIAL LINKS */
#viz .social-link {
    background-color: #eee;
    height: 25px;
}
#viz .social-link.facebook {
    background-color: #3C599B;
}
#viz .social-link.twitter {
    background-color: #5EAADE;
}

/* BUTTONS */
#viz .button {
  font-family: "DharmaGothicE", sans-serif;
  background: #F00;
  color: #000;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

/* MISC */
#viz [disabled] {
  pointer-events: none;
  opacity: 0.25;
}

#viz .no-text-select {
  -webkit-user-select: none!important;
  -khtml-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}

#viz .hidden {
	display: none!important;
}

#viz .transparent {
	opacity: 0!important;
}

#viz #debug {
  position: absolute;
  right:7px;
  top: 0px;
  color: #FFF;
  opacity: 0.1;
  z-index: 1000;
  font-size: 0.8rem;
}

@media screen and (min-width:961px) {
	#viz .caption {
		padding: 10px 0;
	}
}
