html {
  overflow-y:scroll;
}

#heading {
  background: url(images/header-background.jpg);
  height: 101px;
}
#heading img {
  padding-top: 15px;
}
#heading h3 {
  color: #fff;
  padding-top: 10px;
}
#showSchools {
  padding-top: 7px;
}

.row p img {
	margin: 10px 0 20px 0;
}

.right {
	text-align: right;
	padding-right: 10px;
}

img.right {
	float:right;
	padding-right: 10px;
}
canvas.right {
	float:right;
	padding: 0 30px 0 0;
}

.minimum {
	border: 1px solid #B2DDFF;
}

.maximum{
	border: 1px solid #FFDBE6;
}

.tight {
	padding: 5px 0px;
	margin: 0px;
}

#measuresGraph {min-height:300px;height:auto!important;height:300px;}

.table td.minimum {
	border: 1px solid #B2DDFF;
}

.table tr.borderless td {
    border: 0px;

}

.table td.right {
    text-align: right;
}

.grey {
	background-color: grey;
}

.na {
	color: #CCC;
}

.number {
  font-family: "Open sans", sans-serif;
}

#main {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
}