/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

a
{
	color: #156d97;
    text-decoration: none;
}

a:hover
{
	color: #156d97;
}

.header,
.main,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

p
{
  text-align: justify;
}

p.lead
{
  font-size: 25px;
  text-align: center;
  margin-top: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #B3A6A6;
}

p.image
{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}


/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}


.container-narrow > hr {
  margin: 30px 0;
}

.jumbotron {
  text-align: center;
  border-bottom:0px;
  padding-top: 4px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}

/* Supporting main content */
.main {
  margin: 5px 0;
}
.main p + h4 {
  margin-top: 28px;
}

#ngram-plot
{
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
	aligh: center;
	margin-right: auto; 
	margin-left: auto; 
	width: 1000px;
}

.mg-x-axis text,
.mg-y-axis text,
.mg-histogram .axis text {
    fill: black;
    font-size: 1.2rem;
    opacity: 0.8;
}

.mg-markers text {
    fill: black;
    font-size: 1.1rem;
    opacity: 0.8;
}

.mg-popover,
.mg-active-datapoint
{
 font-size: 1.1rem;	
}

.query-line
{
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.query-box
{
    border: 1px solid #B3A6A6; 
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px; 
    border-radius: 30px; 
    outline:0; 
    margin-left:6px;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left:10px; 
    padding-right:10px; 
}

#legend
{
	margin: 0;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0;
	padding-top: 2px;
	text-align: center;
	align: center;
	font-size: 120%;
	margin-right: auto; 
	margin-left: auto; 
	width: 1000px;	
}

/** Flot Charts */
.chart-container 
{
	box-sizing: border-box;
	width: 880px;
	height: 360px;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.chart-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

