html, 
body {
  width: 1000px !important;
  overflow: visible;
  font-size: 100%;
}
#top {
	padding: none;
}

h1 {
	font-size: 4em;
}
h2 {

}
h3 {

}
h4 {

}
h5 {
	font-size: 1.5em;
}
p {
	font-size: 1em;
}
.breadcrumb {
	font-size: 1.2em;
}

div#content {
	overflow: visible;
}
.hidden-print {
	visibility: none;
}
a[href]:after {
    content: none !important;
  }

.card-container			{ display: none; }
#dots-container 			{ display: none; }
#trendWidth {
	width: 100%;
}

#chartTitle {
	margin: none;
}

img {
	max-width: none !important;
}

.subheader {
	margin-bottom: none;
	padding-bottom: none;
}

.centerBlock {
	margin-bottom: none;
	padding-bottom: none;
}

/* obtained from bootstrap documentation to allow columns with equal height" */
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
  }
  