.containerb {
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 90%;
  width: 90%;
}
h3 {
	font-size: 2rem;
}
h1 {
	font-size: 2.6rem;
	line-height:2em;
	margin:0;	
}
.descli {
	margin-left: 20px;
}
.descli > li {
	list-style-type: circle;
}
.parallax-container {
	height: 300px;
}
label {
	color:#FFF !important;
}
label.active {
	display:none;
}
.onhover {
	text-decoration:underline;
}
.onhover:hover {
	text-decoration:none;
}
#chromebookspecs_wrapper label {
	color:#000 !important;
}
#chromebookspecs_wrapper select {
	display:inline;
}
.respimg {
	max-height:250px !important; width: auto !important;
}
@media screen and (max-width: 640px) {
	h1 {
		font-size:1.6em;
		line-height:1.6em;
	}
}